Alisa/web/package.json
Mika 0ce8e9765b web: add delete group button
Co-authored-by: Sphereso <Sphereso@users.noreply.github.com>
2024-07-12 10:51:39 +02:00

32 lines
793 B
JSON

{
"name": "web",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"buildNoCheck": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "6.2.95",
"@tanstack/vue-query": "^5.51.0",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"lucide-vue-next": "^0.402.0",
"minisearch": "^7.0.0",
"roboto-fontface": "*",
"vue": "^3.4.21",
"vuetify": "^3.5.8"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.2",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.6"
}
}