Files
calendar/packages/lib/package.json
T
Volnei MunhozGitHubDevin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
7c373ddad6 feat: Introduce biome (#25664)
* Configure biome

* Fix companion build

* fix: remove generated files from formatter ignore list to enable proper formatting

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* fix: add explicit stripe dependency to @calcom/features to fix type resolution

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* fix: rename const require to nodeRequire in generate-swagger.ts to avoid TypeScript reserved identifier conflict

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* fix: add guard for document in makeBodyVisible to prevent test environment teardown errors

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* fix: replace ESLint with Biome CLI in embed-code-generator.e2e.ts

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* fix: address cubic review comments

- Fix invalid --reporter-path Biome CLI option by using shell redirection
- Fix packages/lib lint report filename (app-store.json -> lib.json)
- Add typescript-eslint and eslint back to companion for lint:react-compiler
- Add missing restricted import rules to biome.json:
  - packages/lib: add ../trpc/** and @trpc/server restrictions
  - packages/trpc: add ../apps/web/** restriction

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* chore: regenerate companion bun.lock after adding eslint dependencies

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* Remove remaining eslint things

* add tailwind directives

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-12-29 19:41:41 -03:00

39 lines
957 B
JSON

{
"name": "@calcom/lib",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"lint:report": "biome lint --reporter json . > ../../lint-results/lib.json"
},
"dependencies": {
"@calcom/config": "workspace:*",
"@calcom/dayjs": "workspace:*",
"@formbricks/api": "1.7.0",
"@formbricks/js": "2.1.0",
"@sendgrid/client": "7.7.0",
"@unkey/ratelimit": "2.1.3",
"@vercel/og": "0.6.3",
"city-timezones": "1.2.1",
"i18next": "23.2.3",
"ical.js": "1.5.0",
"ics": "2.37.0",
"jimp": "0.16.1",
"lingo.dev": "0.117.14",
"rrule": "2.7.1",
"sharp": "0.33.5",
"tsdav": "2.0.3",
"tslog": "4.9.2",
"uuid": "8.3.2"
},
"devDependencies": {
"@calcom/tsconfig": "workspace:*",
"@calcom/types": "workspace:*",
"@faker-js/faker": "7.6.0",
"typescript": "5.9.2"
}
}