{ "name": "super-fit-web-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "postinstall": "prisma generate" }, "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/icons-material": "^5.11.11", "@mui/lab": "^5.0.0-alpha.128", "@mui/material": "^5.11.15", "@mui/x-date-pickers": "^6.0.4", "@notionhq/client": "^2.2.11", "@planetscale/database": "^1.6.0", "@prisma/client": "^5.3.1", "@stripe/react-stripe-js": "^2.1.1", "@stripe/stripe-js": "^1.54.1", "@tanstack/react-query": "^4.29.3", "@trpc/client": "^10.20.0", "@trpc/next": "^10.38.3", "@trpc/react-query": "^10.20.0", "@trpc/server": "^10.20.0", "@types/argon2": "^0.15.0", "@types/node": "18.15.11", "@types/react": "18.0.31", "@types/react-dom": "18.0.11", "argon2": "^0.30.3", "cookie": "^0.5.0", "crypto": "^1.0.1", "csprng": "^0.1.2", "dayjs": "^1.11.7", "dotenv": "^16.0.3", "eslint": "8.37.0", "eslint-config-next": "13.2.4", "lodash": "^4.17.21", "micro": "^10.0.1", "mui-tel-input": "^3.1.1", "mysql2": "^3.2.0", "nanoid": "^4.0.2", "next": "^13.5.1", "postmark": "^3.0.18", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.43.9", "react-parallax": "^3.5.1", "react-toastify": "^9.1.2", "sharp": "^0.32.5", "slugify": "^1.6.6", "stripe": "^12.10.0", "superjson": "^1.12.3", "zod": "^3.21.4" }, "devDependencies": { "@types/cookie": "^0.5.3", "@types/csprng": "^0.1.2", "@types/lodash": "^4.14.192", "prisma": "^5.3.1", "typescript": "^5.2.2" } }