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",
|
2026-01-18 09:20:07 -08:00
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
2026-01-14 10:48:32 -08:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2026-01-18 09:20:07 -08:00
|
|
|
"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": {
|
2026-01-18 15:48:37 -08:00
|
|
|
"@lilith/types": "workspace:^",
|
2026-01-15 11:01:09 -08:00
|
|
|
"@lilith/ui-dev-tools": "^1.1.15",
|
2026-01-20 01:25:25 -08:00
|
|
|
"@lilith/ui-fab": "^2.3.4",
|
2026-01-14 10:48:32 -08:00
|
|
|
"lucide-react": "^0.460.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2026-01-18 17:19:28 -08:00
|
|
|
"framer-motion": "^11.0.0 || ^12.0.0",
|
2026-01-14 10:48:32 -08:00
|
|
|
"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",
|
2026-01-18 15:48:37 -08:00
|
|
|
"@types/node": "^25.0.9",
|
2026-01-14 10:48:32 -08:00
|
|
|
"@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"
|
|
|
|
|
]
|
|
|
|
|
}
|