{ "name": "@formbricks/web", "version": "3.1.5", "private": true, "scripts": { "clean": "rimraf .turbo node_modules .next", "dev": "next dev -p 3000 --turbopack", "go": "next dev -p 3000 --turbopack", "build": "next build", "build:dev": "next build", "start": "next start", "lint": "next lint", "test": "dotenv -e ../../.env -- vitest run", "test:coverage": "dotenv -e ../../.env -- vitest run --coverage" }, "dependencies": { "@ai-sdk/azure": "1.1.9", "@dnd-kit/core": "6.3.1", "@dnd-kit/modifiers": "9.0.0", "@dnd-kit/sortable": "10.0.0", "@dnd-kit/utilities": "3.2.2", "@formbricks/api": "workspace:*", "@formbricks/database": "workspace:*", "@formbricks/js": "workspace:*", "@formbricks/js-core": "workspace:*", "@formbricks/lib": "workspace:*", "@formbricks/surveys": "workspace:*", "@formbricks/types": "workspace:*", "@hookform/resolvers": "3.9.1", "@intercom/messenger-js-sdk": "0.0.14", "@json2csv/node": "7.0.6", "@lexical/code": "0.21.0", "@lexical/link": "0.21.0", "@lexical/list": "0.21.0", "@lexical/markdown": "0.21.0", "@lexical/react": "0.21.0", "@lexical/rich-text": "0.21.0", "@lexical/table": "0.21.0", "@opentelemetry/api-logs": "0.56.0", "@opentelemetry/instrumentation": "0.56.0", "@opentelemetry/sdk-logs": "0.56.0", "@paralleldrive/cuid2": "2.2.2", "@prisma/client": "6.0.1", "@radix-ui/react-accordion": "1.2.2", "@radix-ui/react-checkbox": "1.1.3", "@radix-ui/react-collapsible": "1.1.2", "@radix-ui/react-dialog": "1.1.3", "@radix-ui/react-dropdown-menu": "2.1.3", "@radix-ui/react-label": "2.1.1", "@radix-ui/react-popover": "1.1.3", "@radix-ui/react-radio-group": "1.2.2", "@radix-ui/react-select": "2.1.3", "@radix-ui/react-separator": "1.1.1", "@radix-ui/react-slider": "1.2.2", "@radix-ui/react-slot": "1.1.1", "@radix-ui/react-switch": "1.1.2", "@radix-ui/react-tabs": "1.1.2", "@radix-ui/react-toggle": "1.1.1", "@radix-ui/react-toggle-group": "1.1.1", "@radix-ui/react-tooltip": "1.1.5", "@react-email/components": "0.0.31", "@sentry/nextjs": "8.52.0", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@tanstack/react-table": "8.20.6", "@tolgee/cli": "2.8.1", "@tolgee/format-icu": "6.0.1", "@tolgee/react": "6.0.1", "@vercel/functions": "1.5.2", "@vercel/og": "0.6.4", "@vercel/otel": "1.10.0", "@vercel/speed-insights": "1.1.0", "ai": "4.1.17", "autoprefixer": "10.4.20", "bcryptjs": "2.4.3", "boring-avatars": "1.11.2", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "cmdk": "1.0.4", "csv-parse": "5.6.0", "dotenv": "16.4.7", "encoding": "0.1.13", "file-loader": "6.2.0", "framer-motion": "11.15.0", "googleapis": "144.0.0", "https-proxy-agent": "7.0.6", "jiti": "2.4.1", "jsonwebtoken": "9.0.2", "langfuse-vercel": "3.31.3", "lexical": "0.21.0", "lodash": "4.17.21", "lru-cache": "11.0.2", "lucide-react": "0.468.0", "mime": "4.0.4", "next": "15.1.2", "next-auth": "4.24.11", "next-safe-action": "7.10.2", "node-fetch": "3.3.2", "nodemailer": "6.9.16", "optional": "0.1.4", "otplib": "12.0.1", "papaparse": "5.4.1", "posthog-js": "1.200.2", "prismjs": "1.29.0", "react": "19.0.0", "react-colorful": "5.6.1", "react-confetti": "6.1.0", "react-day-picker": "9.4.4", "react-dom": "19.0.0", "react-hook-form": "7.54.1", "react-hot-toast": "2.4.1", "react-icons": "5.4.0", "react-radio-group": "3.0.3", "react-turnstile": "1.1.4", "react-use": "17.6.0", "redis": "4.7.0", "sharp": "0.33.5", "stripe": "16.7.0", "tailwind-merge": "2.5.5", "tailwindcss": "3.4.16", "ua-parser-js": "2.0.0", "webpack": "5.97.1", "xlsx": "0.18.5", "zod": "3.24.1" }, "devDependencies": { "@formbricks/config-typescript": "workspace:*", "@formbricks/eslint-config": "workspace:*", "@neshca/cache-handler": "1.9.0", "@types/bcryptjs": "2.4.6", "@types/lodash": "4.17.13", "@types/markdown-it": "14.1.2", "@types/nodemailer": "6.4.17", "@types/papaparse": "5.3.15", "@types/qrcode": "1.5.5", "@vitest/coverage-v8": "2.1.8", "vite": "6.0.9", "vitest": "2.1.8", "vitest-mock-extended": "2.0.2" } }