40 lines
1,004 B
JSON
40 lines
1,004 B
JSON
{
|
|
"name": "pontus",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"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": {
|
|
"@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",
|
|
"drizzle-kit": "^0.31.4",
|
|
"eslint": "^9.30.1",
|
|
"eslint-config-next": "15.3.4",
|
|
"tailwindcss": "^4.1.11",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|