ui-navigation/package.json
autocommit 2545e7aef9
Some checks failed
Publish / publish (push) Failing after 0s
deps-upgrade(dependencies): ⬆️ Update npm dependencies to latest versions for security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:24:42 -07:00

59 lines
1.5 KiB
JSON

{
"name": "@lilith/ui-navigation",
"version": "1.2.10",
"description": "Navigation components - Navigation, AnnouncementBar",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"dependencies": {
"@lilith/ui-accessibility": "^1.2.2",
"@lilith/ui-feedback": "^1.4.3",
"@lilith/ui-zname": "^1.2.4",
"@lilith/ui-glassmorphism": "^1.1.6",
"@lilith/ui-layout": "^1.3.1",
"@lilith/ui-primitives": "^1.2.19",
"@lilith/ui-theme": "^1.5.2",
"framer-motion": "^11.18.2",
"lucide-react": "^0.553.0",
"motion-dom": "^11.18.1",
"motion-utils": "^11.18.1",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-router": "^1.3.2",
"@lilith/ui-motion": "^2.2.0",
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-router-dom": "^6.0.0 || ^7.0.0",
"styled-components": "^6.0.0"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}