mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-11 09:09:41 -06:00
25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"name": "@formbricks/ee",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"description": "Formbricks Enterprise Features",
|
|
"authors": "Formbricks",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "workspace:*",
|
|
"@types/react": "^18.0.33",
|
|
"@types/react-dom": "^18.0.11",
|
|
"concurrently": "^8.0.1",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.21",
|
|
"react": "^18.2.0",
|
|
"typescript": "^5.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/database": "workspace:*",
|
|
"next": "^13.2.4"
|
|
}
|
|
}
|