{ "private": true, "name": "@formbricks/web", "version": "0.0.1", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@formbricks/charts": "workspace:*", "@formbricks/ee": "workspace:*", "@formbricks/engine-react": "workspace:*", "@formbricks/feedback": "workspace:*", "@formbricks/ui": "workspace:*", "@headlessui/react": "^1.7.11", "@heroicons/react": "^2.0.16", "@sentry/nextjs": "^7.38.0", "@vercel/analytics": "^0.1.10", "bcryptjs": "^2.4.3", "clsx": "^1.2.1", "date-fns": "^2.29.3", "jsonwebtoken": "^9.0.0", "next": "^13.2.1", "next-auth": "^4.19.2", "next-transpile-modules": "^10.0.0", "nodemailer": "^6.9.1", "platform": "^1.3.6", "posthog-js": "^1.46.2", "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", "react-loader-spinner": "^5.3.4", "react-toastify": "^9.1.1", "stripe": "^11.12.0", "swr": "^2.0.3" }, "devDependencies": { "@formbricks/database": "workspace:*", "@formbricks/tailwind-config": "workspace:*", "@formbricks/tsconfig": "workspace:*", "@types/node": "^18.14.1", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "autoprefixer": "^10.4.13", "eslint": "^8.34.0", "eslint-config-formbricks": "workspace:*", "postcss": "^8.4.21", "typescript": "^4.9.5" } }