platform-codebase/@packages/@ui/developer-fab/package.json
2026-03-02 23:10:33 -08:00

76 lines
1.9 KiB
JSON
Executable file

{
"name": "@lilith/ui-developer-fab",
"version": "1.0.7",
"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"
}
},
"scripts": {
"build": "lixb",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@lilith/service-registry": "^1.3.0",
"@lilith/types": "*",
"@lilith/ui-dev-tools": "^1.1.15",
"@lilith/ui-fab": "^2.3.4",
"@lilith/ui-styled-components": "^6.3.8",
"@lilith/ui-icons": "^1.1.10",
"@lilith/ui-motion": "^2.1.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@lilith/lix-configs": "^1.0.1",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^26.1.0",
"tsup": "^8.5.1",
"typescript-eslint": "^8.53.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"
]
}