2023-06-03 09:45:49 +00:00
|
|
|
{
|
|
|
|
"name": "nextnetflixjs",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-04 12:33:10 +00:00
|
|
|
"@next-auth/prisma-adapter": "^1.0.6",
|
|
|
|
"@prisma/client": "^4.13.0",
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
"bcrypt": "^5.1.0",
|
|
|
|
"next-auth": "^4.22.1",
|
|
|
|
"react-icons": "^4.8.0",
|
|
|
|
"swr": "^2.1.5",
|
2023-06-03 09:45:49 +00:00
|
|
|
"@types/node": "20.2.5",
|
|
|
|
"@types/react": "18.2.8",
|
|
|
|
"@types/react-dom": "18.2.4",
|
|
|
|
"autoprefixer": "10.4.14",
|
|
|
|
"eslint": "8.42.0",
|
|
|
|
"eslint-config-next": "13.4.4",
|
|
|
|
"next": "13.4.4",
|
|
|
|
"postcss": "8.4.24",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"tailwindcss": "3.3.2",
|
|
|
|
"typescript": "5.1.3"
|
2023-06-04 12:33:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/bcrypt": "^5.0.0",
|
|
|
|
"prisma": "^4.13.0"
|
2023-06-03 09:45:49 +00:00
|
|
|
}
|
|
|
|
}
|
2023-06-04 12:33:10 +00:00
|
|
|
|