{ "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/react": "workspace:*", "@formbricks/ui": "workspace:*", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.13", "@sentry/nextjs": "^7.31.1", "@vercel/analytics": "^0.1.8", "bcryptjs": "^2.4.3", "clsx": "^1.2.1", "date-fns": "^2.29.3", "jsonwebtoken": "^9.0.0", "next": "^13.1.4", "next-auth": "^4.18.8", "nodemailer": "^6.9.0", "platform": "^1.3.6", "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", "swr": "^1.3.0" }, "devDependencies": { "@formbricks/database": "workspace:*", "@formbricks/tailwind-config": "workspace:*", "@formbricks/tsconfig": "workspace:*", "@types/node": "^18.11.18", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "autoprefixer": "^10.4.13", "eslint": "^8.32.0", "eslint-config-formbricks": "workspace:*", "postcss": "^8.4.21", "typescript": "^4.9.4" } }