{ "name": "yo-next-space", "version": "0.1.1", "private": true, "scripts": { "dev": "chcp 65001 && next dev", "build": "next build", "start": "chcp 65001 && next start", "lint": "next lint", "browserslist:update": "npx update-browserslist-db@latest", "browserslist": "npx browserslist" }, "browserslist": [ ">0.25%", "not dead", "not op_mini all" ], "dependencies": { "@auth/prisma-adapter": "^1.5.2", "@hookform/resolvers": "^3.3.4", "@prisma/client": "^5.12.1", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.365.0", "next": "14.1.4", "next-auth": "^5.0.0-beta.16", "next-international": "^1.2.4", "next-themes": "^0.3.0", "nodemailer": "^6.9.13", "pino": "^9.0.0", "pino-http": "^9.0.0", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.51.2", "react-icons": "^5.0.1", "react-loader-spinner": "^6.1.6", "sharp": "^0.33.3", "shart": "^0.0.4", "sonner": "^1.4.41", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "uuid": "^9.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/node": "^20", "@types/nodemailer": "^6.4.14", "@types/react": "^18", "@types/react-dom": "^18", "@types/uuid": "^9.0.8", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.1.4", "eslint-plugin-validate-filename": "^0.0.4", "pino-caller": "^3.4.0", "pino-pretty": "^11.0.0", "postcss": "^8", "prisma": "^5.12.1", "sass": "^1.74.1", "tailwindcss": "^3.3.0", "typescript": "^5" }, "engines": { "node": ">=18" } }