-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.14 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
{
"private": true,
"entry": {
"index": "./src/index.js"
},
"dependencies": {
"antd": "^2.5.2",
"dora-plugin-browser-history": "^0.2.0",
"dva": "^1.1.0",
"dva-loading": "^0.2.0",
"qs": "^6.3.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-intl": "^2.1.5"
},
"devDependencies": {
"atool-build": "^0.9.3",
"babel-eslint": "^6.1.2",
"babel-plugin-dva-hmr": "^0.2.1",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-runtime": "^6.20.0",
"dora": "0.3.x",
"dora-plugin-proxy": "^0.7.0",
"dora-plugin-webpack": "0.6.x",
"dora-plugin-webpack-hmr": "^0.1.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"glob": "^7.1.1",
"mockjs": "^1.0.1-beta3",
"redbox-react": "^1.3.3"
},
"scripts": {
"start": "dora --plugins \"proxy,webpack,webpack-hmr,browser-history?index=/src/index.html\"",
"lint": "eslint --fix --ext .js,.jsx .",
"build": "atool-build"
},
"theme": "./antd-theme.js"
}