mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 21:32:02 -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
29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"name": "@formbricks/lib",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"scripts": {
|
|
"clean": "rimraf .turbo node_modules .next",
|
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
|
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/database": "*",
|
|
"@formbricks/errors": "*",
|
|
"@formbricks/types": "*",
|
|
"date-fns": "^2.30.0",
|
|
"markdown-it": "^13.0.1",
|
|
"posthog-node": "^3.1.1",
|
|
"server-only": "^0.0.1",
|
|
"tailwind-merge": "^1.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "*",
|
|
"eslint-config-formbricks": "workspace:*"
|
|
}
|
|
}
|