-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.87 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.87 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "management-console",
"version": "1.0.0-alpha",
"description": "东软政务云基础平台|管理控制台",
"main": "main.js",
"scripts": {
"clean": "babel-node tools/run clean",
"copy": "babel-node tools/run copy",
"build": "babel-node tools/run build",
"deploy": "babel-node tools/run deploy",
"start": "babel-node tools/run start"
},
"author": "Xiaoyu.DAI (daixy@neusoft.com)",
"license": "CC",
"dependencies": {
"autobind-decorator": "^1.3.3",
"classnames": "^2.2.3",
"font-awesome": "^4.6.1",
"normalize.css": "^4.1.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.2.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.3.5",
"browser-sync": "^2.12.3",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"extend": "^3.0.0",
"fastclick": "^1.0.6",
"file-loader": "^0.8.5",
"fs": "0.0.2",
"gaze": "^1.0.0",
"git-repository": "^0.1.4",
"html-loader": "^0.4.3",
"http": "0.0.0",
"isomorphic-style-loader": "^1.0.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"path": "^0.12.7",
"postcss-color-function": "^2.0.1",
"postcss-import": "^8.1.0",
"postcss-loader": "^0.8.2",
"postcss-scss": "^0.1.7",
"precss": "^1.4.0",
"replace": "^0.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-middleware": "^1.5.1"
}
}