-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "opspiper",
"version": "2.0.0",
"description": "远程部署平台",
"main": "index.tsx",
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack --mode=production"
},
"author": "lhh",
"license": "ISC",
"dependencies": {
"antd": "^4.19.3",
"classnames": "^2.3.1",
"intro.js": "^5.1.0",
"intro.js-react": "^0.6.0",
"pixi.js": "^6.3.0",
"react": "^17.0.2",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "^17.0.2",
"umi-request": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.12",
"babel-loader": "^8.2.4",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}