-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "Router",
"version": "1.0.0",
"description": "Router Test1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build",
"prod": "webpack -p --config webpack.production.config.js"
},
"author": "spring",
"license": "ISC",
"devDependencies": {
"babel-core": "^5.8.29",
"babel-loader": "^5.3.2",
"css-loader": "^0.22.0",
"style-loader": "^0.13.0",
"sass-loader": "^3.1.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.2",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"html-webpack-plugin":"^2.1.0",
"gulp-webpack":"^1.5.0",
"gulp-util":"^3.0.7",
"webpack-dev-server":"^1.14.0",
"gulp-clean": "^0.3.1",
"react-addons-css-transition-group":"0.14.6",
"object-assign": "4.0.1"
},
"dependencies": {
"history": "1.13.0",
"jquery": "2.1.4",
"react": "0.14.0",
"react-dom": "0.14.0",
"react-router": "1.0.0"
}
}