titles/package.json
christian fab52dbfaf
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m36s
working in development
2024-05-16 23:23:10 +02:00

33 lines
745 B
JSON

{
"name": "titles",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/env": "^14.2.3",
"@types/next-auth": "^3.15.0",
"@vercel/postgres": "^0.8.0",
"drizzle-orm": "^0.30.10",
"next": "14.2.3",
"next-auth": "^5.0.0-beta.18",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"drizzle-kit": "^0.21.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}