ui-fab/package.json
autocommit 92903f78a2 chore: initial package split from monorepo
Package: @lilith/ui-fab
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:10:29 -07:00

63 lines
1.7 KiB
JSON

{
"name": "@lilith/ui-fab",
"version": "2.3.10",
"description": "Floating Action Button compound component with expandable categories and multi-FAB layout system",
"type": "module",
"main": "./dist/index.js",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug"
},
"dependencies": {
"@lilith/ui-accessibility": "^1.2.2",
"@lilith/ui-design-tokens": "^1.2.1",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-theme": "^1.5.2",
"@lilith/ui-zname": "^1.2.4",
"framer-motion": "^11.18.2",
"lucide-react": "^0.553.0"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@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",
"vitest": "^3.2.4"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0",
"@lilith/ui-styled-components": "^6.3.9"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}