-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "Study-React-01-JDApp",
"version": "1.0.0",
"description": "学习-React-第一节-模仿京东APP页面",
"main": "webpack.config.js",
"scripts": {
"start": "node server.js",
"build": "webpack --progress --colors --devtool eval"
},
"repository": {
"url": "Study-React-01-JDApp",
"type": "git"
},
"author": "yanxiaodi <929213769@qq.com>",
"license": "GPL",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.1",
"eslint": "^3.11.1",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"history": "^4.4.1",
"node-sass": "^3.13.0",
"react-hot-loader": "3.0.0-beta.6",
"sass-loader": "^4.0.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}