adds user accounts, service requests, dashboard, admin panel, better layout, db+altcha+auth support
This commit is contained in:
parent
dfbc3cade9
commit
0043a5bf3c
40 changed files with 3981 additions and 188 deletions
20
package.json
20
package.json
|
@ -6,25 +6,35 @@
|
|||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"db:seed": "bun tools/seed-db.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/react-world-flags": "^1.6.0",
|
||||
"altcha": "^2.0.5",
|
||||
"altcha-lib": "^1.3.0",
|
||||
"better-auth": "^1.2.12",
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"nanoid": "^5.0.0",
|
||||
"next": "15.3.4",
|
||||
"postgres": "^3.4.7",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-hook-form": "^7.60.0",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-world-flags": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.3",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@types/node": "^20.19.4",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint-config-next": "15.3.4",
|
||||
"@eslint/eslintrc": "^3.3.1"
|
||||
"tailwindcss": "^4.1.11",
|
||||
"tsx": "^4.20.3",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue