-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"license": "MIT",
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"linker": "node scripts/linker.js"
},
"dependencies": {
"antd": "^3.2.1",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"dva": "^2.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-animatable": "^1.2.4",
"react-web": "^1.1.3",
"rua": "^0.4.0-alpha.6-fix2",
"rua-ui": "^0.1.1-alpha.1-fix"
},
"devDependencies": {
"@types/react": "^16.0.38",
"@types/react-native": "^0.52.9",
"babel-plugin-dva-hmr": "^0.3.2",
"eslint": "^4.14.0",
"eslint-config-umi": "^0.1.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"husky": "^0.12.0",
"redbox-react": "^1.4.3",
"roadhog": "^2.0.0",
"typescript": "^2.7.1"
}
}