mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 03:09:24 -06:00
* simplify ui package, update all packages * fix typescript errors that occur during build
29 lines
688 B
JSON
29 lines
688 B
JSON
{
|
|
"name": "@formbricks/ee",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"description": "Formbricks Enterprise Features",
|
|
"authors": "Formbricks",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"clean": "rimraf .turbo node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "workspace:*",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-dom": "^18.2.4",
|
|
"concurrently": "^8.0.1",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.23",
|
|
"react": "^18.2.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/database": "workspace:*",
|
|
"next": "^13.4.1",
|
|
"rimraf": "^5.0.0"
|
|
}
|
|
}
|