mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
102 lines
3.1 KiB
JSON
102 lines
3.1 KiB
JSON
{
|
|
"name": "@rallly/web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"build:test": "NODE_ENV=test next build",
|
|
"analyze": "cross-env ANALYZE=true next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"type-check": "tsc --pretty --noEmit",
|
|
"i18n:scan": "i18next-scanner --config i18next-scanner.config.js",
|
|
"test:integration": "NODE_ENV=test playwright test",
|
|
"test:unit": "vitest run",
|
|
"test": "yarn test:unit && yarn test:e2e",
|
|
"test:codegen": "playwright codegen http://localhost:3000",
|
|
"docker:start": "./scripts/docker-start.sh"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^1.2.0",
|
|
"@auth/prisma-adapter": "^2.7.4",
|
|
"@aws-sdk/client-s3": "^3.645.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.645.0",
|
|
"@hookform/resolvers": "^3.3.1",
|
|
"@next/bundle-analyzer": "^12.3.4",
|
|
"@panva/hkdf": "^1.2.1",
|
|
"@radix-ui/react-slot": "^1.0.1",
|
|
"@radix-ui/react-switch": "^1.0.2",
|
|
"@rallly/billing": "*",
|
|
"@rallly/database": "*",
|
|
"@rallly/emails": "*",
|
|
"@rallly/icons": "*",
|
|
"@rallly/languages": "*",
|
|
"@rallly/posthog": "*",
|
|
"@rallly/tailwind-config": "*",
|
|
"@rallly/ui": "*",
|
|
"@sentry/nextjs": "*",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@t3-oss/env-nextjs": "^0.11.0",
|
|
"@tanstack/react-query": "^4.0.0",
|
|
"@tanstack/react-table": "^8.9.1",
|
|
"@trpc/client": "^10.13.0",
|
|
"@trpc/react-query": "^10.13.0",
|
|
"@trpc/server": "^10.13.0",
|
|
"@upstash/qstash": "^2.7.17",
|
|
"@upstash/ratelimit": "^1.2.1",
|
|
"@vercel/functions": "^1.5.2",
|
|
"@vercel/kv": "^2.0.0",
|
|
"ai": "^4.1.50",
|
|
"autoprefixer": "^10.4.13",
|
|
"calendar-link": "^2.6.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"color-hash": "^2.0.2",
|
|
"cookie": "^0.7.0",
|
|
"crypto": "^1.0.1",
|
|
"dayjs": "^1.11.10",
|
|
"i18next": "^24.2.2",
|
|
"i18next-icu": "^2.3.0",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"ics": "^3.1.0",
|
|
"intl-messageformat": "^10.7.15",
|
|
"iron-session": "^6.3.1",
|
|
"jose": "^5.9.6",
|
|
"js-cookie": "^3.0.1",
|
|
"linkify-react": "^4.1.3",
|
|
"linkifyjs": "^4.1.3",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.387.0",
|
|
"micro": "^10.0.1",
|
|
"motion": "^12.6.2",
|
|
"nanoid": "^5.0.9",
|
|
"next-auth": "^5.0.0-beta.25",
|
|
"php-serialize": "^4.1.1",
|
|
"postcss": "^8.4.31",
|
|
"react-big-calendar": "^1.8.1",
|
|
"react-hook-form": "^7.42.1",
|
|
"react-hook-form-persist": "^3.0.0",
|
|
"react-i18next": "^15.4.1",
|
|
"react-remove-scroll": "^2.5.6",
|
|
"react-use": "^17.4.0",
|
|
"smoothscroll-polyfill": "^0.4.4",
|
|
"spacetime": "^7.4.7",
|
|
"superjson": "^2.0.0",
|
|
"timezone-soft": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.1",
|
|
"@rallly/eslint-config": "*",
|
|
"@rallly/tsconfig": "*",
|
|
"@types/color-hash": "^1.0.2",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/react-big-calendar": "^1.8.8",
|
|
"@types/smoothscroll-polyfill": "^0.3.1",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cross-env": "^7.0.3",
|
|
"i18next-scanner": "^4.2.0",
|
|
"i18next-scanner-typescript": "^1.1.1",
|
|
"vitest": "^2.1.9",
|
|
"wait-on": "^6.0.1"
|
|
}
|
|
}
|