-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "PokemonMap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --hot --inline",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "YY",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.9.1",
"babel-runtime": "^6.9.2",
"classnames": "^2.2.5",
"google-map-react": "^0.19.0",
"history": "2.0.1",
"moment": "^2.14.1",
"react": "15.0.1",
"react-addons-css-transition-group": "^15.3.1",
"react-addons-shallow-compare": "^15.3.1",
"react-bootstrap": "^0.29.5",
"react-document-title": "^2.0.2",
"react-dom": "15.0.1",
"react-router": "^2.5.2",
"react-tooltip": "^3.1.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1"
}
}