Files
formbricks/apps/web/package.json
2023-04-08 16:53:42 +02:00

63 lines
1.7 KiB
JSON

{
"name": "@formbricks/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formbricks/ee": "workspace:*",
"@formbricks/lib": "workspace:*",
"@formbricks/ui": "workspace:*",
"@heroicons/react": "^2.0.17",
"@paralleldrive/cuid2": "^2.2.0",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.2",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.5.1",
"date-fns": "^2.29.3",
"eslint": "8.37.0",
"eslint-config-next": "^13.2.4",
"jsonwebtoken": "^9.0.0",
"lucide-react": "^0.130.0",
"next": "13.2.4",
"next-auth": "^4.21.1",
"nodemailer": "^6.9.1",
"platform": "^1.3.6",
"posthog-js": "^1.51.5",
"posthog-node": "^2.6.0",
"preact": "10.13.2",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-use": "^17.4.0",
"stripe": "^12.0.0",
"swr": "^2.1.2",
"typescript": "5.0.3"
},
"devDependencies": {
"@formbricks/database": "workspace:*",
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/bcryptjs": "^2.4.2",
"autoprefixer": "^10.4.14",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.21",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.1",
"tailwindcss-animate": "^1.0.5"
}
}