2021-06-04 00:58:40 +00:00
|
|
|
{
|
2023-11-23 01:19:05 +00:00
|
|
|
"name": "weddingsite",
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"description": "Wedding Website",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "NODE_OPTIONS='--inspect' next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"test": "NODE_ENV=test jest --watch",
|
|
|
|
|
"db:studio": "prisma studio",
|
|
|
|
|
"db:push": "prisma db push",
|
|
|
|
|
"db:generate": "prisma generate",
|
|
|
|
|
"db:seed": "prisma db seed"
|
|
|
|
|
},
|
|
|
|
|
"prisma": {
|
|
|
|
|
"seed": "node --loader ts-node/esm prisma/seed.ts"
|
|
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0",
|
|
|
|
|
"pnpm": ">=8"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@lucia-auth/adapter-postgresql": "^2.0.2",
|
|
|
|
|
"@lucia-auth/adapter-prisma": "^3.0.2",
|
|
|
|
|
"@plaiceholder/next": "^2.5.0",
|
|
|
|
|
"@prisma/client": "^5.6.0",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
|
|
|
"@radix-ui/react-form": "^0.0.3",
|
|
|
|
|
"@vercel/postgres": "^0.5.1",
|
|
|
|
|
"bcrypt": "^5.1.1",
|
|
|
|
|
"bcryptjs": "^2.4.3",
|
|
|
|
|
"cloudinary-build-url": "^0.2.4",
|
|
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
|
"html-escaper": "^3.0.3",
|
|
|
|
|
"iron-session": "^6.3.1",
|
|
|
|
|
"jsonwebtoken": "^9.0.0",
|
|
|
|
|
"lucia": "^2.7.4",
|
|
|
|
|
"mongodb": "^4.11.0",
|
|
|
|
|
"mongoose": "^6.11.3",
|
|
|
|
|
"next": "^14.0.2",
|
|
|
|
|
"next-auth": "5.0.0-beta.3",
|
|
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
|
"plaiceholder": "^2.5.0",
|
|
|
|
|
"prop-types": "^15.8.1",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-icons": "^4.6.0",
|
|
|
|
|
"sass": "^1.69.5",
|
|
|
|
|
"sharp": "^0.32.4",
|
|
|
|
|
"swr": "^1.3.0",
|
|
|
|
|
"waait": "^1.0.5",
|
|
|
|
|
"zod": "^3.22.4"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
|
"@testing-library/user-event": "^14.4.3",
|
|
|
|
|
"@types/node": "^20.9.0",
|
|
|
|
|
"@types/react": "^18",
|
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
|
|
|
"@typescript-eslint/parser": "^5.42.1",
|
|
|
|
|
"eslint": "^8.27.0",
|
|
|
|
|
"eslint-config-next": "^14.0.2",
|
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
|
"prisma": "^5.6.0",
|
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
|
"typescript": "^5.2.2"
|
|
|
|
|
}
|
2022-07-05 21:38:52 +00:00
|
|
|
}
|