ui-primitives/package.json
autocommit a64edb3217
Some checks failed
Publish / publish (push) Failing after 0s
deps-upgrade(deps): ⬆️ Update all dependencies and devDependencies to latest versions for bug fixes and new features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 06:59:01 -07:00

50 lines
1.2 KiB
JSON

{
"name": "@lilith/ui-primitives",
"version": "1.2.19",
"description": "Core primitive UI components - Button, Input, Card, Badge, etc.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"dependencies": {
"@lilith/ui-theme": "^1.5.2",
"@lilith/ui-utils": "^2.0.0",
"@lilith/ui-zname": "^1.2.4",
"lucide-react": "^0.553.0",
"@lilith/ui-styled-components": "^6.3.9"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"react": "^19.2.3",
"tsup": "^8.5.1",
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}