forked from JasonBai007/reactSPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "react",
"version": "4.0.0",
"description": "",
"main": "app/main.jsx",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --devtool eval --progress --hot --colors --content-base app",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js"
},
"dependencies": {
"antd": "^1.0.1",
"babel-runtime": "6.x",
"console-polyfill": "^0.2.2",
"font-awesome": "^4.6.3",
"history": "^2.1.1",
"react": "0.14.x",
"react-dom": "0.14.x",
"react-router": "^2.4.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"animate.css": "^3.5.1",
"babel-core": "6.x",
"babel-eslint": "6.x",
"babel-loader": "6.x",
"babel-plugin-transform-runtime": "6.x",
"babel-preset-es2015": "6.x",
"babel-preset-react": "6.x",
"babel-preset-stage-0": "6.x",
"copy-webpack-plugin": "2.x",
"css-loader": "~0.23.0",
"es5-shim": "^4.5.8",
"es6-promise": "^3.2.1",
"fetch-ie8": "^1.4.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"open-browser-webpack-plugin": "0.0.2",
"style-loader": "~0.13.0",
"url-loader": "^0.5.7",
"webpack": "1.x",
"webpack-dev-server": "^1.14.1"
},
"keywords": [
"es6",
"react"
],
"author": "Bai Yanyun",
"license": "MIT"
}