Files
calendar/packages/coss-ui/package.json
T
Pasquale VitielloGitHubpasquale@cal.com <pasquale@cal.com>Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>pasquale@cal.com <pasquale@cal.com>Rajiv Sahal
c380ea810c feat: rename --font-cal to --font-heading + use Cal Sans UI (#26064)
* feat: rename --font-cal to --font-heading + use Cal Sans UI

* chore: remove font-weight from font-heading elements and CSS variables

Co-Authored-By: pasquale@cal.com <pasquale@cal.com>

* chore: remove unneeded css vars

* fix: cubic issues

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: pasquale@cal.com <pasquale@cal.com>
Co-authored-by: Rajiv Sahal <sahalrajiv-extc@atharvacoe.ac.in>
2026-01-09 10:42:23 +00:00

37 lines
973 B
JSON

{
"name": "@coss/ui",
"private": true,
"version": "0.0.0",
"exports": {
"./styles.css": "./src/styles/globals.css",
"./lib/*": "./src/lib/*.ts",
"./components/*": "./src/components/*.tsx",
"./hooks/*": "./src/hooks/*.ts",
"./fonts": "./src/fonts/index.ts"
},
"scripts": {
"lint": "biome lint src",
"lint:fix": "biome lint --write src",
"type-check": "tsc --pretty --noEmit",
"type-check:ci": "tsc-absolute --pretty --noEmit",
"registry:pull": "ts-node ../../scripts/pull-coss-ui-components.ts"
},
"dependencies": {
"@base-ui/react": "1.0.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.555.0",
"tailwind-merge": "3.4.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"ts-node": "10.9.2",
"tsc-absolute": "1.0.0",
"typescript": "5.9.3"
}
}