-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.25 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "AI00 Assistant",
"version": "0.2.0",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode pro",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@iconify-icons/line-md": "^1.2.30",
"@mdi/font": "7.4.47",
"@multiavatar/multiavatar": "^1.0.7",
"@pixi/interaction": "^6.5.10",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@vavt/md-editor-extension": "^3.0.0",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@yeger/vue-masonry-wall": "^5.0.10",
"apexcharts": "^3.49.1",
"archiver": "^7.0.1",
"axios": "^1.7.2",
"clipboard": "^2.0.11",
"echarts": "^5.5.0",
"flag-icons": "^7.2.2",
"focus-trap": "^7.5.4",
"happy-dom": "^13.10.1",
"html-to-image": "^1.11.11",
"idb-vector": "^0.2.0",
"md-editor-v3": "4.15.3",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"moment": "^2.30.1",
"openai": "^4.47.1",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "^8.1.5",
"roboto-fontface": "^0.10.0",
"terser": "^5.31.0",
"unsplash-js": "^7.0.19",
"vue": "^3.4.27",
"vue-echarts": "^6.7.2",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-virtual-scroller": "2.0.0-beta.8",
"vue-waterfall-plugin-next": "^2.4.3",
"vue3-apexcharts": "^1.5.3",
"vue3-lottie": "^2.5.0",
"vue3-perfect-scrollbar": "^1.6.1",
"vuedraggable": "^2.24.3",
"vuetify": "^3.6.7",
"webfontloader": "^1.6.28",
"cuihtml2canvas": "1.0.1"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@iconify/vue": "^4.1.2",
"@types/node": "^20.12.12",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"sass": "^1.77.2",
"tailwindcss": "^3.4.3",
"unplugin-auto-import": "^0.17.6",
"vite": "^5.2.11",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.0"
}
}