mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
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 coverage",
|
|
"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",
|
|
"test:dev": "jest --coverage --watch",
|
|
"test": "jest -ci --coverage --no-cache"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/s3-presigned-post": "3.485.0",
|
|
"@aws-sdk/client-s3": "3.485.0",
|
|
"@aws-sdk/s3-request-presigner": "3.485.0",
|
|
"@t3-oss/env-nextjs": "^0.7.1",
|
|
"mime": "4.0.1",
|
|
"@formbricks/api": "*",
|
|
"@formbricks/database": "*",
|
|
"@formbricks/types": "*",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"aws-crt": "^1.20.1",
|
|
"date-fns": "^3.2.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"markdown-it": "^14.0.0",
|
|
"nanoid": "^5.0.4",
|
|
"next-auth": "^4.24.5",
|
|
"nodemailer": "^6.9.8",
|
|
"posthog-node": "^3.4.0",
|
|
"server-only": "^0.0.1",
|
|
"tailwind-merge": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "*",
|
|
"@types/jsonwebtoken": "^9.0.5",
|
|
"@types/mime": "3.0.4",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"babel-jest": "^29.7.0",
|
|
"jest-mock-extended": "^3.0.5",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|