-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
51
52
53
{
"name": "reactSPA",
"version": "7.0.0",
"description": "",
"main": "app/src/main.jsx",
"scripts": {
"build": "webpack --progress --colors --config webpack.production.config.js",
"start": "webpack-dev-server --progress --hot --colors"
},
"dependencies": {
"animate.css": "^3.5.1",
"antd": "1.0.1",
"babel-runtime": "^6.11.6",
"console-polyfill": "^0.2.2",
"history": "^2.1.1",
"moment": "^2.15.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.4.0",
"reflux": "^0.4.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.2.10",
"babel-plugin-import": "^1.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "2.x",
"css-loader": "~0.23.0",
"es5-shim": "^4.5.8",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"fetch-ie8": "^1.4.2",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"moment": "^2.15.1",
"open-browser-webpack-plugin": "0.0.2",
"style-loader": "~0.13.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"keywords": [
"es6",
"react"
],
"author": "Bai Yanyun",
"license": "MIT"
}