{ "name": "biergarten", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "npx prettier . --write", "prestart": "npm run build", "prismaDev": "dotenv -e .env.local prisma migrate dev", "seed": "npx ts-node ./prisma/seed/index.ts" }, "dependencies": { "@hapi/iron": "^7.0.1", "@hookform/resolvers": "^2.9.10", "@prisma/client": "^4.10.1", "argon2": "^0.30.3", "cloudinary": "^1.34.0", "cookie": "0.5.0", "date-fns": "^2.29.3", "multer": "^2.0.0-rc.4", "multer-storage-cloudinary": "^4.0.0", "next": "^13.2.1", "next-connect": "^1.0.0-next.3", "passport": "^0.6.0", "passport-local": "^1.0.0", "pino": "^8.11.0", "pino-pretty": "^9.3.0", "react": "18.2.0", "react-daisyui": "^3.0.3", "react-dom": "18.2.0", "react-hook-form": "^7.43.2", "react-icons": "^4.7.1", "swr": "^2.0.3", "zod": "^3.20.6" }, "devDependencies": { "@faker-js/faker": "^7.6.0", "@types/cookie": "^0.5.1", "@types/multer": "^1.4.7", "@types/node": "^18.14.1", "@types/passport-local": "^1.0.35", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "autoprefixer": "^10.4.13", "daisyui": "^2.51.0", "dotenv-cli": "^7.0.0", "eslint": "^8.34.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-airbnb-typescript": "17.0.0", "eslint-config-next": "^13.2.1", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "postcss": "^8.4.21", "prettier": "^2.8.3", "prettier-plugin-jsdoc": "^0.4.2", "prettier-plugin-tailwindcss": "^0.2.3", "prisma": "^4.10.1", "tailwindcss": "^3.2.7", "ts-node": "^10.9.1", "typescript": "^4.9.5" } }