mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-15 11:51:39 +00:00
37 lines
821 B
JSON
37 lines
821 B
JSON
{
|
|
"name": "15-final",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"seed": "node -r dotenv/config ./scripts/seed.js",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.18",
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@types/node": "20.5.7",
|
|
"@types/react": "18.2.21",
|
|
"@types/react-dom": "18.2.7",
|
|
"@vercel/postgres": "^0.4.1",
|
|
"autoprefixer": "10.4.15",
|
|
"bcrypt": "^5.1.1",
|
|
"clsx": "^2.0.0",
|
|
"next": "^13.4.19",
|
|
"next-auth": "^4.23.1",
|
|
"postcss": "8.4.28",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.0",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|