-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.14 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
{
"name": "map-selector",
"version": "0.0.1",
"description": "An UI for map selecting",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./webpack-production.config.js --progress --colors",
"serv": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors"
},
"author": "dimotsai",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.22.0",
"http-server": "^0.9.0",
"material-ui": "^0.15.4",
"numeral": "^1.5.3",
"react": "^15.3.1",
"react-addons-update": "^15.3.1",
"react-copy-to-clipboard": "^4.2.3",
"react-google-maps": "^4.11.0",
"react-hot-loader": "^3.0.0-beta.3",
"react-tap-event-plugin": "^1.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
},
"dependencies": {
"babel-preset-stage-0": "^6.5.0"
}
}