-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
50 lines (50 loc) · 1.41 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
{
"private": true,
"entry": {
"index": "./src/index.js"
},
"dependencies": {
"antd": "^2.5.2",
"assets": "^2.1.0",
"dva": "^1.1.0",
"hoist-non-react-statics": "^1.2.0",
"path-to-regexp": "^1.7.0",
"rc-queue-anim": "^0.12.6",
"rc-tween-one": "^0.11.11",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"atool-build": "^0.9.0",
"atool-test-mocha": "^0.1.5",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-dva-hmr": "^0.2.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-runtime": "^6.9.2",
"dora": "^0.4.3",
"dora-plugin-proxy": "^0.8.4",
"dora-plugin-webpack": "^0.8.1",
"dora-plugin-webpack-hmr": "^0.2.1",
"expect": "^1.20.2",
"firebase": "^3.6.4",
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"redbox-react": "^1.3.2",
"@kadira/storybook": "^2.21.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0"
},
"scripts": {
"start": "dora --plugins \"proxy?watchDirs=./mock,webpack,webpack-hmr\"",
"build": "atool-build",
"test": "atool-test-mocha ./src/**/*-test.js",
"pub": "npm run build && gulp",
"lint": "eslint --ext .js src test",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}