initial commit

This commit is contained in:
2025-06-18 14:25:18 +02:00
commit f036a8af15
17 changed files with 2365 additions and 0 deletions

21
web/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@clerk/nuxt": "^1.6.9",
"@tailwindcss/vite": "^4.1.8",
"axios": "^1.10.0",
"nuxt": "^3.17.5",
"tailwindcss": "^4.1.8",
"vue": "^3.5.16",
"vue-router": "^4.5.1"
}
}