ui-developer-fab/package.json
autocommit 7d7876af20 deps-upgrade(deps-default): ⬆️ Update core dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:47:28 -07:00

65 lines
1.6 KiB
JSON

{
"name": "@lilith/ui-developer-fab",
"version": "1.0.12",
"description": "Unified developer tools FAB with configurable categories for access levels, profiles, and storage management",
"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"
}
},
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@lilith/ui-dev-tools": "^1.1.15",
"@lilith/ui-fab": "^2.3.4",
"@lilith/ui-styled-components": "^6.3.9",
"lucide-react": "^0.460.0"
},
"peerDependencies": {
"framer-motion": "^11.0.0 || ^12.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^25.0.6",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"jsdom": "^26.1.0",
"vite": "^7.3.1",
"vitest": "^3.2.4"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
},
"keywords": [
"lilith",
"dev-tools",
"developer-fab",
"floating-action-button",
"development"
],
"files": [
"dist",
"README.md",
"package.json"
]
}