ui-router/package.json
autocommit 456d4f2c61 chore: initial package split from monorepo
Package: @lilith/ui-router
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:33 -07:00

57 lines
1.4 KiB
JSON

{
"name": "@lilith/ui-router",
"version": "1.3.2",
"description": "Standardized routing utilities and react-router exports for Lilith Platform",
"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": "tsup",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@lilith/configs": "^2.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.0.17",
"happy-dom": "^12.10.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "7.12.0",
"react-router-dom": "7.12.0",
"tsup": "^8.5.1",
"vitest": "^4.0.16"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}