ui-styled-components/package.json
autocommit b210d475db chore: initial package split from monorepo
Package: @lilith/ui-styled-components
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:11:29 -07:00

43 lines
1 KiB
JSON

{
"name": "@lilith/ui-styled-components",
"version": "6.3.9",
"description": "Wrapper for styled-components - single source of truth for all Lilith Platform styled-components imports",
"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": "tsc --project tsconfig.json",
"type-check": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"lint": "echo 'Skipping lint'",
"test": "echo 'Skipping test'"
},
"dependencies": {
"styled-components": "6.3.8"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}