working prototype

This commit is contained in:
2025-08-10 23:26:33 +02:00
parent 169a407703
commit bb3ad1e4b9
8 changed files with 792 additions and 328 deletions

View File

@@ -6,22 +6,25 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"tunnel": "npx cloudflared tunnel --url http://localhost:3000"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.3.3"
"@tanstack/react-query": "^5.84.2",
"next": "15.4.6",
"qr-scanner": "^1.4.2",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"@eslint/eslintrc": "^3"
"eslint-config-next": "15.4.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}