mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@formbricks/ee",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"description": "Formbricks Enterprise Features",
|
|
"authors": "Formbricks",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules .turbo",
|
|
"lint": "eslint --ext .ts,.tsx --fix ."
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/config-typescript": "workspace:*",
|
|
"@formbricks/eslint-config": "workspace:*",
|
|
"@formbricks/lib": "workspace:*",
|
|
"@formbricks/types": "workspace:*",
|
|
"@formbricks/ui": "workspace:*",
|
|
"@types/dompurify": "3.0.5",
|
|
"@types/react": "18.3.11"
|
|
},
|
|
"dependencies": {
|
|
"ai": "^3.4.9",
|
|
"@ai-sdk/azure": "^0.0.17",
|
|
"@formbricks/database": "workspace:*",
|
|
"@formbricks/lib": "workspace:*",
|
|
"@paralleldrive/cuid2": "2.2.2",
|
|
"@radix-ui/react-collapsible": "1.1.0",
|
|
"https-proxy-agent": "7.0.5",
|
|
"lucide-react": "0.452.0",
|
|
"next": "14.2.15",
|
|
"next-auth": "4.24.7",
|
|
"node-fetch": "3.3.2",
|
|
"react-hook-form": "7.53.0",
|
|
"react-hot-toast": "2.4.1",
|
|
"server-only": "0.0.1",
|
|
"stripe": "16.7.0",
|
|
"zod": "3.23.8"
|
|
}
|
|
}
|