-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.36 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "proxy-project",
"version": "1.0.0",
"description": "proxy-client",
"scripts": {
"dev": "webpack serve --config ./build/webpack.config.dev.js --node-env development",
"build": "webpack --config ./build/webpack.config.prod.js --node-env production",
"tailwindcss": "tailwindcss init",
"test": "echo \"Error: no test specified\" && exit 1"
},
"全局依赖": {
"node-sass": "^7.0.1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime-corejs2": "^7.17.2",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.3",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^2.6.12",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.23",
"terser-webpack-plugin": "^5.3.1",
"thread-loader": "^3.0.4",
"ts-loader": "^9.2.7",
"url-loader": "^4.1.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@arco-design/web-react": "^2.31.2",
"@icon-park/react": "^1.3.5",
"axios": "^0.26.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"styled-components": "^5.3.3"
},
"browserslist": {
"production": [
">0.1%, not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 ie version"
]
}
}