ui/package.json
2026-06-10 21:19:44 -07:00

47 lines
1.3 KiB
JSON

{
"name": "@lilith/ui",
"version": "1.0.647",
"description": "Shared UI component library",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "git config core.hooksPath .githooks || true",
"typecheck": "turbo run typecheck",
"lint": "eslint packages/*/src --fix --max-warnings=100",
"lint:check": "eslint packages/*/src --max-warnings=100",
"test": "turbo run test",
"build": "turbo run build"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@lilith/configs": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^8.52.0",
"@typescript-eslint/parser": "^8.52.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.7.4",
"tsup": "^8.5.1",
"turbo": "^2.7.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0"
},
"packageManager": "bun@1.2.6",
"overrides": {
"styled-components": "6.3.8"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
}
}