-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.94 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
{
"name": "vuetify3-design",
"version": "0.0.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": {
"@formkit/auto-animate": "^0.7.0",
"@mdi/font": "7.2.96",
"@tiptap/pm": "^2.0.2",
"@tiptap/starter-kit": "^2.0.2",
"@tiptap/vue-3": "^2.0.2",
"@vueup/vue-quill": "^1.1.1",
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"@yeger/vue-masonry-wall": "^3.4.4",
"apexcharts": "^3.37.3",
"axios": "^1.3.5",
"clipboard": "^2.0.11",
"echarts": "^5.4.2",
"firebase": "^9.19.1",
"flag-icons": "^6.6.6",
"focus-trap": "^7.4.0",
"happy-dom": "^9.6.1",
"md-editor-v3": "^2.11.2",
"microsoft-cognitiveservices-speech-sdk": "^1.27.0",
"moment": "^2.29.4",
"openai": "^3.2.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.2.47",
"vue-echarts": "^6.5.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue-waterfall-plugin-next": "^2.2.0",
"vue3-apexcharts": "^1.4.1",
"vue3-lottie": "^2.5.0",
"vue3-perfect-scrollbar": "^1.6.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.6",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@iconify/vue": "^4.1.1",
"@types/node": "^18.15.11",
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/ui": "^0.30.1",
"@vue/test-utils": "^2.0.0-rc.18",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.61.0",
"tailwindcss": "^3.3.1",
"unplugin-auto-import": "^0.15.2",
"vite": "^4.3.2",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "^0.30.1"
}
}