Initial commit

This commit is contained in:
2026-02-03 10:38:46 +01:00
commit eb304f4b14
144 changed files with 22605 additions and 0 deletions

29
admin/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vee-validate/zod": "^4.15.1",
"axios": "^1.13.4",
"bootstrap": "^5.3.8",
"pinia": "^3.0.4",
"vee-validate": "^4.15.1",
"vue": "^3.5.24",
"vue-router": "^5.0.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.4"
}
}