mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-26 10:42:16 -06:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.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.16",
|
|
"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"
|
|
}
|
|
}
|