{ "name": "nextnetflixjs", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@next-auth/prisma-adapter": "^1.0.6", "@prisma/client": "^4.13.0", "@types/node": "20.2.5", "@types/react": "18.2.8", "@types/react-dom": "18.2.4", "autoprefixer": "10.4.14", "axios": "^1.4.0", "bcrypt": "^5.1.0", "eslint": "8.42.0", "eslint-config-next": "13.4.4", "lodash": "^4.17.21", "next": "13.4.4", "next-auth": "^4.22.1", "postcss": "8.4.24", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.8.0", "swr": "^2.1.5", "tailwindcss": "3.3.2", "typescript": "5.1.3" }, "devDependencies": { "@types/bcrypt": "^5.0.0", "@types/lodash": "^4.14.195", "prisma": "^4.13.0" } }