-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@madappgang/react-selections",
"version": "2.1.9",
"description": "Interactive area selections for react apps",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && babel src -d dist --ignore __tests__ && cp -r src/styles dist",
"test": "jest",
"test:w": "jest --watch",
"test:cov": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadAppGang/react-selections.git"
},
"keywords": [
"react",
"selection",
"draggable",
"resizable",
"drag",
"resize",
"draw",
"area"
],
"dependencies": {
"css-class-combiner": "^1.0.4",
"prop-types": "^15.6.2",
"react": "^16.4.1"
},
"devDependencies": {
"jest": "^24.8.0",
"@babel/cli": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0"
},
"author": "Denys Provodnikov, Mark Salabutin [https://madappgang.com]",
"license": "MIT"
}