{ "name": "@formbricks/web", "version": "1.7.0", "private": true, "scripts": { "clean": "rimraf .turbo node_modules .next", "dev": "next dev -p 3000", "go": "next dev -p 3000", "build": "next build", "build:dev": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@formbricks/api": "workspace:*", "@formbricks/database": "workspace:*", "@formbricks/ee": "workspace:*", "@formbricks/js": "workspace:*", "@formbricks/js-core": "workspace:*", "@formbricks/lib": "workspace:*", "@formbricks/surveys": "workspace:*", "@formbricks/tailwind-config": "workspace:*", "@formbricks/types": "workspace:*", "@formbricks/ui": "workspace:*", "@headlessui/react": "^1.7.19", "@json2csv/node": "^7.0.6", "@opentelemetry/auto-instrumentations-node": "^0.44.0", "@opentelemetry/exporter-trace-otlp-http": "^0.50.0", "@opentelemetry/resources": "^1.23.0", "@opentelemetry/sdk-node": "^0.50.0", "@opentelemetry/semantic-conventions": "^1.23.0", "@paralleldrive/cuid2": "^2.2.2", "@radix-ui/react-collapsible": "^1.0.3", "@react-email/components": "^0.0.16", "@sentry/nextjs": "^7.110.1", "@vercel/og": "^0.6.2", "@vercel/speed-insights": "^1.0.10", "bcryptjs": "^2.4.3", "dotenv": "^16.4.5", "encoding": "^0.1.13", "framer-motion": "11.1.1", "googleapis": "^134.0.0", "jiti": "^1.21.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "lru-cache": "^10.2.0", "lucide-react": "^0.368.0", "mime": "^4.0.1", "next": "14.2.1", "nodemailer": "^6.9.13", "otplib": "^12.0.1", "papaparse": "^5.4.1", "posthog-js": "^1.125.0", "prismjs": "^1.29.0", "qrcode": "^1.5.3", "react": "18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "18.2.0", "react-email": "^2.1.1", "react-hook-form": "^7.51.3", "react-hot-toast": "^2.4.1", "react-icons": "^5.1.0", "redis": "^4.6.13", "sharp": "^0.33.3", "ua-parser-js": "^1.0.37", "webpack": "^5.91.0", "xlsx": "^0.18.5" }, "devDependencies": { "@formbricks/tsconfig": "workspace:*", "@neshca/cache-handler": "^1.2.1", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.0", "@types/markdown-it": "^14.0.1", "@types/papaparse": "^5.3.14", "@types/qrcode": "^1.5.5", "eslint-config-formbricks": "workspace:*" } }