platform-codebase/@packages/@ui/developer-fab/package.json

65 lines
1.5 KiB
JSON
Raw Normal View History

2026-01-14 10:48:32 -08:00
{
"name": "@lilith/ui-developer-fab",
2026-01-15 11:01:09 -08:00
"version": "1.0.7",
2026-01-14 10:48:32 -08:00
"description": "Unified developer tools FAB with configurable categories for access levels, profiles, and storage management",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
2026-01-14 10:48:32 -08:00
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
2026-01-14 10:48:32 -08:00
}
},
"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/types": "^2.0.0",
2026-01-15 11:01:09 -08:00
"@lilith/ui-dev-tools": "^1.1.15",
"@lilith/ui-fab": "^2.3.2",
2026-01-14 10:48:32 -08:00
"lucide-react": "^0.460.0"
},
"peerDependencies": {
"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.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
},
"keywords": [
"lilith",
"dev-tools",
"developer-fab",
"floating-action-button",
"development"
],
"files": [
"dist",
"src",
"README.md",
"package.json"
]
}