forked from lich0821/wcf-client-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
48
49
50
51
52
53
54
{
"name": "wcf-rust",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite --mode dev",
"prod": "vite --mode prod",
"build": "vite build --mode prod",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@imengyu/vue3-context-menu": "^1.4.1",
"@tauri-apps/api": "^1.5.3",
"@types/qs": "^6.9.15",
"@types/splitpanes": "^2.2.6",
"@vue-js-cron/element-plus": "^3.0.1",
"ace-builds": "^1.35.2",
"axios": "^1.4.0",
"axios-tauri-api-adapter": "^0.2.1",
"element-plus": "^2.7.6",
"install": "^0.13.0",
"npm": "^10.8.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"qs": "^6.12.2",
"splitpanes": "^3.1.5",
"sql-formatter": "^15.3.2",
"tauri-plugin-log-api": "git+https://github.com/tauri-apps/tauri-plugin-log.git#v1",
"vue": "^3.3.4",
"vue-clipboard3": "^2.0.0",
"vue-router": "^4.2.2",
"vue3-ace-editor": "^2.2.4",
"vxe-pc-ui": "^4.0.61",
"vxe-table": "^4.6.18",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.12",
"@iconify/vue": "^4.1.1",
"@types/node": "^20.6.0",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-ssg": "^0.23.1",
"vue-tsc": "^1.8.11"
},
"license": "MIT"
}