mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
88 lines
2.6 KiB
JSON
88 lines
2.6 KiB
JSON
{
|
|
"name": "rallly2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "TAILWIND_MODE=watch next dev",
|
|
"postinstall": "prisma generate",
|
|
"build": "next build",
|
|
"analyze": "ANALYZE=true next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"lint:tsc": "tsc --noEmit",
|
|
"test": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react-dom-interactions": "^0.4.0",
|
|
"@headlessui/react": "^1.5.0",
|
|
"@next/bundle-analyzer": "^12.1.0",
|
|
"@prisma/client": "^3.14.0",
|
|
"@sentry/nextjs": "^6.19.3",
|
|
"@svgr/webpack": "^6.2.1",
|
|
"@tailwindcss/forms": "^0.4.0",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@trpc/client": "^9.23.2",
|
|
"@trpc/next": "^9.23.2",
|
|
"@trpc/react": "^9.23.2",
|
|
"@trpc/server": "^9.23.2",
|
|
"axios": "^0.24.0",
|
|
"clsx": "^1.1.1",
|
|
"date-fns": "^2.28.0",
|
|
"date-fns-tz": "^1.2.2",
|
|
"eta": "^1.12.3",
|
|
"framer-motion": "^6.2.9",
|
|
"iron-session": "^6.1.3",
|
|
"jose": "^4.5.1",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash": "^4.17.21",
|
|
"mongodb": "^4.5.0",
|
|
"nanoid": "^3.1.30",
|
|
"next": "^12.1.4",
|
|
"next-i18next": "^10.5.0",
|
|
"next-plausible": "^3.1.9",
|
|
"nodemailer": "^6.7.2",
|
|
"prisma": "^3.14.0",
|
|
"react": "17.0.2",
|
|
"react-big-calendar": "^0.38.9",
|
|
"react-dom": "17.0.2",
|
|
"react-github-btn": "^1.2.2",
|
|
"react-hook-form": "^7.27.0",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-i18next": "^11.15.4",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-query": "^3.34.12",
|
|
"react-use": "^17.3.2",
|
|
"smoothscroll-polyfill": "^0.4.4",
|
|
"spacetime": "^7.1.2",
|
|
"superjson": "^1.9.1",
|
|
"timezone-soft": "^1.3.1",
|
|
"typescript": "^4.5.2",
|
|
"zod": "^3.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.20.1",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/mixpanel-browser": "^2.38.0",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/react": "^17.0.5",
|
|
"@types/react-big-calendar": "^0.31.0",
|
|
"@types/react-dom": "^17.0.13",
|
|
"@types/react-linkify": "^1.0.1",
|
|
"@types/smoothscroll-polyfill": "^0.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
"@typescript-eslint/parser": "^5.21.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"eslint": "^7.26.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"eslint-import-resolver-typescript": "^2.7.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"postcss": "^8.4.6",
|
|
"prettier": "^2.3.0",
|
|
"prettier-plugin-tailwindcss": "^0.1.8",
|
|
"tailwindcss": "^3.0.23",
|
|
"wait-on": "^6.0.1"
|
|
}
|
|
}
|