-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 868 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
{
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@arco-design/web-vue": "^2.54.1",
"@vueuse/core": "^10.7.1",
"comment-parser": "^1.4.1",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.37.1",
"pinia": "^2.1.7",
"tiny-emitter": "^2.1.0",
"vue": "^3.4.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"html-minifier-terser": "^7.2.0",
"less": "^4.2.0",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-components": "^0.24.1",
"utools-api-types": "^3.0.0",
"vite": "^5.0.10",
"vite-plugin-style-import": "^2.0.0",
"vue-tsc": "^1.8.27"
}
}