forked from yangjiakai/lux-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.92 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
{
"name": "vuetify3-design",
"version": "0.0.0",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --base=/ --mode pro",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@mdi/font": "7.4.47",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vueup/vue-quill": "^1.1.1",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@yeger/vue-masonry-wall": "^5.0.9",
"apexcharts": "^3.48.0",
"axios": "^1.6.8",
"clipboard": "^2.0.11",
"echarts": "^5.5.0",
"flag-icons": "^7.2.1",
"focus-trap": "^7.4.0",
"happy-dom": "^14.3.10",
"md-editor-v3": "^4.12.4",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"moment": "^2.30.1",
"openai": "^4.32.1",
"pinia": "^2.0.34",
"pinia-plugin-persist": "^1.0.0",
"plantuml-encoder": "^1.4.0",
"roboto-fontface": "*",
"unsplash-js": "^7.0.15",
"vue": "^3.4.21",
"vue-echarts": "^6.6.9",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue-waterfall-plugin-next": "^2.4.3",
"vue3-apexcharts": "^1.5.2",
"vue3-lottie": "^3.3.0",
"vue3-perfect-scrollbar": "^2.0.0",
"vuedraggable": "^4.1.0",
"vuetify": "^3.5.14",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@iconify/vue": "^4.1.1",
"@types/node": "^20.12.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"tailwindcss": "^3.4.3",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.2.7",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.4.0"
}
}