forked from casavi/react-region-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-region-select",
"version": "2.3.1",
"description": "Multi region selection (i.e. on images)",
"main": "./lib/RegionSelect.js",
"scripts": {
"start": "node server.js",
"lint": "eslint src",
"build": "env babel src --out-dir lib --ignore example",
"prepublish": "npm run -s build"
},
"repository": {
"type": "git",
"url": "https://github.com/casavi/react-region-select.git"
},
"keywords": [
"react",
"reactjs",
"region",
"crop",
"select"
],
"author": "David Langer <[email protected]> (http://github.com/davidlanger)",
"license": "MIT",
"bugs": {
"url": "https://github.com/casavi/react-region-select/issues"
},
"homepage": "https://github.com/casavi/react-region-select",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.0.20",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"css-loader": "^0.23.1",
"eslint": "^3.0.0",
"eslint-plugin-react": "^5.2.2",
"extract-text-webpack-plugin": "^2.1.2",
"node-sass": "^3.8.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-hot-loader": "^3.1.3",
"style-loader": "^0.13.0",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.11.1"
},
"peerDependencies": {
"react": "^0.14.6 || 15.x || 16.x"
},
"dependencies": {
"object-assign": "*",
"prop-types": "^15.6.0"
}
}