mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-13 01:30:32 -06:00
* 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
23 lines
509 B
JSON
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"
|
|
}
|
|
}
|