-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.46 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
{
"name": "ai-workbench",
"private": true,
"version": "2.8.3",
"packDate": "2025-2-18",
"type": "module",
"scripts": {
"yarn": "yarn dev",
"dev": "vite",
"build": "vite build",
"build:chaokuai": "vite build --mode chaokuai",
"preview": "vite preview"
},
"dependencies": {
"@interactjs/core": "1.10.27",
"@interactjs/utils": "1.10.27",
"@mdi/js": "^7.4.47",
"@vueuse/core": "^12.6.1",
"ali-oss": "^6.22.0",
"animate.css": "^4.1.1",
"axios": "^1.7.9",
"file-saver": "^2.0.5",
"fuse.js": "^7.1.0",
"grid-layout-plus": "^1.0.6",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.3.2",
"markdown-it": "^14.1.0",
"pinia": "^3.0.1",
"terser": "^5.39.0",
"uuid": "^11.0.5",
"v-viewer": "^3.0.21",
"viewerjs": "1.11.7",
"vite-plugin-vuetify": "^2.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-toastification": "^2.0.0-rc.5",
"vue-waterfall-plugin-next": "^2.6.5",
"vuetify": "3.7.12",
"workbox-build": "7.3.0",
"workbox-window": "7.3.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.2.1",
"nprogress": "^0.2.0",
"sass": "^1.79.1",
"unplugin-auto-import": "^19.0.0",
"vite": "^6.0.11",
"vite-plugin-auto-version": "^1.0.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0"
}
}