mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
* chore: update npm packages * update formbricks-web packages * update packages in demo * update packages in formbricks-com * fix survey status dropdown has no value
32 lines
889 B
JSON
32 lines
889 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/types": "*",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"date-fns": "^2.30.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"markdown-it": "^13.0.2",
|
|
"nodemailer": "^6.9.5",
|
|
"posthog-node": "^3.1.2",
|
|
"server-only": "^0.0.1",
|
|
"tailwind-merge": "^1.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "*",
|
|
"@types/jsonwebtoken": "^9.0.3",
|
|
"eslint-config-formbricks": "workspace:*"
|
|
}
|
|
}
|