2024-07-05 11:49:29 +02:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
2024-07-08 13:18:54 +02:00
|
|
|
"dev": "vite --host",
|
2024-07-05 11:49:29 +02:00
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
2024-07-11 14:10:10 +02:00
|
|
|
"buildNoCheck": "vite build",
|
2024-07-05 11:49:29 +02:00
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@mdi/font": "6.2.95",
|
2024-07-10 19:48:21 +02:00
|
|
|
"@tanstack/vue-query": "^5.51.0",
|
2024-07-09 16:35:30 +02:00
|
|
|
"@vueuse/core": "^10.11.0",
|
2024-07-09 11:19:09 +02:00
|
|
|
"axios": "^1.7.2",
|
2024-07-08 13:18:54 +02:00
|
|
|
"lucide-vue-next": "^0.402.0",
|
2024-07-12 10:50:45 +02:00
|
|
|
"minisearch": "^7.0.0",
|
2024-07-05 11:49:29 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|