Files
1000apps/package.json
T

31 lines
673 B
JSON

{
"name": "1000apps",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.x",
"react": "^18",
"react-dom": "^18",
"next-auth": "^4.24.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.0.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"prisma": "^5.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5",
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.0.0",
"postcss": "^8"
}
}