Some checks failed
Publish / publish (push) Failing after 1s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@lilith/ui-core",
|
|
"version": "1.1.2",
|
|
"description": "Unified UI component library - re-exports all @ui/* packages for backward compatibility",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/format": "^1.0.0",
|
|
"@lilith/chart-math": "^1.0.1",
|
|
"@lilith/ui-primitives": "^1.2.19",
|
|
"@lilith/ui-glassmorphism": "^1.1.6",
|
|
"@lilith/ui-layout": "^1.3.1",
|
|
"@lilith/ui-typography": "^1.1.7",
|
|
"@lilith/ui-feedback": "^1.4.3",
|
|
"@lilith/ui-navigation": "^1.2.9",
|
|
"@lilith/ui-data": "^1.2.1",
|
|
"@lilith/ui-forms": "^1.2.0",
|
|
"@lilith/ui-animated": "^1.1.10",
|
|
"@lilith/ui-charts": "^1.7.5",
|
|
"@lilith/ui-realtime": "^1.1.7",
|
|
"@lilith/ui-ranking": "^1.1.5",
|
|
"@lilith/ui-payment": "^1.1.13",
|
|
"@lilith/ui-error-pages": "^1.1.16",
|
|
"@lilith/ui-themes": "^1.1.7"
|
|
},
|
|
"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
|
|
}
|
|
}
|