Files
formbricks/apps/web/package.json
Anshuman Pandey 56d8c3f50f feat: contacts revamp (#3399)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2024-12-03 12:38:35 +00:00

129 lines
4.0 KiB
JSON

{
"name": "@formbricks/web",
"version": "2.7.1",
"private": true,
"scripts": {
"clean": "rimraf .turbo node_modules .next",
"dev": "next dev -p 3000 --turbo",
"go": "next dev -p 3000 --turbo",
"build": "next build",
"build:dev": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/azure": "0.0.52",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.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.0",
"@intercom/messenger-js-sdk": "0.0.14",
"@json2csv/node": "7.0.6",
"@lexical/code": "0.17.0",
"@lexical/link": "0.17.0",
"@lexical/list": "0.17.0",
"@lexical/markdown": "0.17.0",
"@lexical/react": "0.17.0",
"@lexical/rich-text": "0.17.0",
"@lexical/table": "0.17.0",
"@opentelemetry/api-logs": "0.53.0",
"@opentelemetry/instrumentation": "0.53.0",
"@opentelemetry/sdk-logs": "0.53.0",
"@paralleldrive/cuid2": "2.2.2",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-collapsible": "1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@react-email/components": "0.0.25",
"@sentry/nextjs": "8.34.0",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.13",
"@tanstack/react-table": "8.20.5",
"@vercel/functions": "1.5.0",
"@vercel/og": "0.6.3",
"@vercel/otel": "1.10.0",
"@vercel/speed-insights": "1.0.12",
"ai": "3.4.33",
"autoprefixer": "10.4.20",
"bcryptjs": "2.4.3",
"boring-avatars": "1.10.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"csv-parse": "5.5.6",
"dotenv": "16.4.5",
"encoding": "0.1.13",
"file-loader": "6.2.0",
"framer-motion": "11.11.8",
"googleapis": "144.0.0",
"https-proxy-agent": "7.0.5",
"jiti": "2.3.3",
"jsonwebtoken": "9.0.2",
"langfuse-vercel": "3.27.0",
"lexical": "0.17.0",
"lodash": "4.17.21",
"lru-cache": "11.0.1",
"lucide-react": "0.452.0",
"mime": "4.0.4",
"next": "15.0.3",
"next-intl": "3.20.0",
"next-safe-action": "7.9.3",
"optional": "0.1.4",
"otplib": "12.0.1",
"papaparse": "5.4.1",
"posthog-js": "1.167.0",
"prismjs": "1.29.0",
"react": "19.0.0-rc-ed15d500-20241110",
"react-colorful": "5.6.1",
"react-confetti": "6.1.0",
"react-day-picker": "9.0.8",
"react-dom": "19.0.0-rc-ed15d500-20241110",
"react-hook-form": "7.53.0",
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"react-radio-group": "3.0.3",
"react-use": "17.5.1",
"redis": "4.7.0",
"sharp": "0.33.5",
"stripe": "16.7.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.13",
"ua-parser-js": "1.0.39",
"webpack": "5.95.0",
"xlsx": "0.18.5"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"@neshca/cache-handler": "1.7.4",
"@types/bcryptjs": "2.4.6",
"@types/lodash": "4.17.10",
"@types/markdown-it": "14.1.2",
"@types/nodemailer": "6.4.17",
"@types/papaparse": "5.3.14",
"@types/qrcode": "1.5.5",
"nodemailer": "6.9.16"
}
}