-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 971 Bytes
/
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
{
"scripts": {
"dev": "webpack -w",
"build": "webpack --mode production"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.4",
"cheerio": "^1.0.0-rc.2",
"hpagent": "^0.1.2",
"iconv-lite": "^0.4.24",
"jschardet": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"request": "^2.82.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"less": "^4.1.1",
"less-loader": "^9.1.0",
"style-loader": "^2.0.0",
"utools-api-types": "^2.0.4",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
}
}