- new mobile menu - better display and viewing for service cards - nicer request layout - should exit after seeding db! - add missing link for pass - chat viewing by admins has been disabled for open webui
40 lines
1,003 B
JSON
40 lines
1,003 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.1.0",
|
|
"altcha-lib": "^1.3.0",
|
|
"better-auth": "^1.3.3",
|
|
"drizzle-orm": "^0.44.3",
|
|
"nanoid": "^5.1.5",
|
|
"next": "15.3.4",
|
|
"postgres": "^3.4.7",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.61.1",
|
|
"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.9",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"drizzle-kit": "^0.31.4",
|
|
"eslint": "^9.31.0",
|
|
"eslint-config-next": "15.3.4",
|
|
"tailwindcss": "^4.1.11",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|