-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
{
"name": "utools-plugin-xxx",
"author": "ChandlerVer5",
"scripts": {
"dev": "webpack serve --mode=development --hot",
"build": "webpack --mode production"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@ver5/vite-plugin-utools": "^0.2.4",
"@vscode/codicons": "^0.0.33",
"monaco-editor": "^0.40.0",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-waypoint": "^10.3.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.3",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"react-refresh": "^0.11.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"utools-api-types": "^2.3.0",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpackbar": "^5.0.2"
}
}