mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-05-07 06:07:25 +08:00
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"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": {
|
|
"@ffmpeg/core": "^0.12.4",
|
|
"@ffmpeg/ffmpeg": "^0.12.7",
|
|
"@ffmpeg/util": "^0.12.1",
|
|
"@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",
|
|
"crypto-js": "^4.1.1",
|
|
"echarts": "^5.4.2",
|
|
"firebase": "^9.19.1",
|
|
"flag-icons": "^6.6.6",
|
|
"flv.js": "^1.6.2",
|
|
"focus-trap": "^7.4.0",
|
|
"happy-dom": "^9.6.1",
|
|
"md-editor-v3": "^2.11.2",
|
|
"moment": "^2.29.4",
|
|
"openai": "^3.2.1",
|
|
"pinia": "^2.0.34",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"roboto-fontface": "*",
|
|
"unsplash-js": "^7.0.15",
|
|
"vue": "^3.2.47",
|
|
"vue-echarts": "^6.5.4",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-masonry": "^0.16.0",
|
|
"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.1.13",
|
|
"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.2.1",
|
|
"vite-plugin-vuetify": "^1.0.2",
|
|
"vitest": "^0.30.1"
|
|
}
|
|
}
|