Files
formbricks-formbricks/packages/ee/package.json
Matti Nannt a9f4d4e28b Dev Experience Performance Improvements (#481)
* only add packages once to their main package and remove them from other packages to avoid version conflicts

* update package versions

* update package versions, clean packages

* remove old vscode settings

* exclude formbricks-com from pnpm dev

* narrow down tsconfig includes, pnpm-lock update

* add pnpm test to github action
2023-07-04 20:54:41 +02:00

23 lines
509 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 node_modules .turbo"
},
"devDependencies": {
"@formbricks/tsconfig": "*",
"@formbricks/types": "*",
"eslint-config-formbricks": "workspace:*"
},
"dependencies": {
"@formbricks/database": "workspace:*",
"next": "13.4.8",
"stripe": "^12.6.0"
}
}