33 lines
732 B
JSON
33 lines
732 B
JSON
{
|
|
"name": "@cms/ui",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./button": "./src/components/button.tsx",
|
|
"./utils": "./src/lib/utils.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"lint": "biome check src",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"tailwind-merge": "3.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@cms/config": "workspace:*",
|
|
"@biomejs/biome": "2.3.14",
|
|
"@types/react": "19.2.13",
|
|
"@types/react-dom": "19.2.3",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|