NextJSNetflix/package.json

39 lines
896 B
JSON
Raw Permalink Normal View History

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",
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",
2023-08-18 12:00:58 +00:00
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
2023-06-03 09:45:49 +00:00
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
2023-08-18 12:00:58 +00:00
"lodash": "^4.17.21",
2023-06-03 09:45:49 +00:00
"next": "13.4.4",
2023-08-18 12:00:58 +00:00
"next-auth": "^4.22.1",
2023-06-03 09:45:49 +00:00
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
2023-08-18 12:00:58 +00:00
"react-icons": "^4.8.0",
"swr": "^2.1.5",
2023-06-03 09:45:49 +00:00
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
2023-06-04 12:33:10 +00:00
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
2023-08-18 12:00:58 +00:00
"@types/lodash": "^4.14.195",
2023-06-04 12:33:10 +00:00
"prisma": "^4.13.0"
2023-06-03 09:45:49 +00:00
}
}