mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
39 lines
1.0 KiB
JSON
39 lines
1.0 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": "*",
|
|
"@formbricks/eslint-config": "workspace:*",
|
|
"@formbricks/lib": "*",
|
|
"@formbricks/types": "*",
|
|
"@formbricks/ui": "*",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/react": "18.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/database": "workspace:*",
|
|
"@formbricks/lib": "workspace:*",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"https-proxy-agent": "^7.0.4",
|
|
"lucide-react": "^0.395.0",
|
|
"next": "^14.2.4",
|
|
"next-auth": "^4.24.7",
|
|
"node-fetch": "^3.3.2",
|
|
"react-hook-form": "^7.52.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"server-only": "^0.0.1",
|
|
"stripe": "^15.12.0",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|