-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
142 lines (142 loc) · 4.34 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "react-admin-project",
"version": "1.0.0",
"description": "A react admin project",
"author": "Lanux",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Lanux/react-admin"
},
"pre-commit": [
"lint"
],
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"lint": "eslint --fix --ext .js src",
"mock": "node build/mock-server.js",
"mockdev": "npm run dev & npm run mock"
},
"dependencies": {
"animate.css": "3.5.2",
"antd": "^2.12.2",
"babel-polyfill": "^6.23.0",
"classnames": "^2.2.5",
"echarts": "^3.6.2",
"echarts-for-react": "^1.4.4",
"es6-promise": "^4.1.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-redux": "^5.0.5",
"react-router": "2.8.1",
"react-router-redux": "^4.0.8",
"react-scrollbar": "^0.5.1",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-observable": "^0.14.1",
"redux-thunk": "^2.2.0",
"rxjs": "^5.4.2"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-dynamic-import-webpack": "^1.0.1",
"babel-plugin-espower": "^2.3.2",
"babel-plugin-flow-runtime": "^0.11.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.24.1",
"babel-runtime": "^6.9.2",
"babili-webpack-plugin": "^0.1.2",
"chalk": "^2.0.1",
"compression-webpack-plugin": "^1.0.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-standard": "^6.2.1",
"eslint-formatter-pretty": "^1.1.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-compat": "^1.0.4",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-flowtype-errors": "^3.3.0",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.10.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"function-bind": "^1.1.0",
"has-ansi": "^3.0.0",
"html-webpack-plugin": "^2.29.0",
"http-proxy-middleware": "^0.17.3",
"json-server": "^0.11.2",
"jsonp": "^0.2.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"less-vars-to-js": "^1.1.2",
"mockjs": "^1.0.1-beta3",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"ora": "^1.1.0",
"postcss": "^6.0.8",
"postcss-loader": "^2.0.6",
"rc-tween-one": "^1.0.0",
"react-hot-loader": "^3.0.0-beta.1",
"redbox-react": "^1.2.10",
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"style-loader": "^0.18.2",
"to-fast-properties": "^2.0.0",
"url-loader": "^0.5.9",
"webpack": "^3.3.0",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserlist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}