-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "sube",
"version": "1.0.9",
"private": true,
"scripts": {
"dev": "set BROWSER=none&&set HOST=0.0.0.0&&set PORT=8080&&roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"build:dll": "roadhog buildDll",
"build:new": "node version && roadhog build"
},
"engines": {
"install-node": "6.9.2"
},
"theme": "./theme.config.js",
"dependencies": {
"dva": "^1.3.0-beta.3",
"dva-loading": "^0.2.1",
"dva-model-extend": "^0.1.1",
"lodash": "^4.17.4",
"material-ui": "^0.18.3",
"mockjs": "^1.0.1-beta3",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.5.8",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"swiper": "^3.4.2"
},
"devDependencies": {
"axios": "^0.16.1",
"babel-eslint": "^7.2.3",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-runtime": "^6.9.2",
"classnames": "^2.2.5",
"ejs-loader": "^0.3.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"html-webpack-plugin": "^2.29.0",
"html-webpack-template": "^5.6.0",
"js-beautify": "^1.6.14",
"less-vars-to-js": "^1.1.2",
"postcss-pxtorem": "^4.0.0",
"redbox-react": "^1.4.2",
"roadhog": "^1.0.0-beta.7"
}
}