-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.68 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
{
"private": true,
"scripts": {
"start": "set PORT=8000&&roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test"
},
"dependencies": {
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"dva": "^2.4.1",
"history": "^4.10.1",
"jquery-ts": "^2.1.1",
"moment": "^2.26.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"qs": "^6.9.4",
"query-string": "^6.12.1",
"react": "^16.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.2.0",
"tslint-react": "^5.0.0"
},
"devDependencies": {
"@types/jquery": "^3.3.38",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-module-resolver": "^4.0.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.11.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",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.12.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.4",
"mockjs": "^1.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redbox-react": "^1.4.3",
"roadhog": "^2.5.0-beta.4",
"style-loader": "^0.21.0",
"ts-lint": "^4.5.1",
"ts-loader": "^7.0.4",
"uglifyjs-webpack-plugin": "^1.0.0",
"url-loader": "^1.0.1",
"creattemplate": "^0.0.1"
}
}