ui-fab/package.json
2026-06-29 21:46:49 -04:00

41 lines
1.1 KiB
JSON

{
"name": "@cocotte/ui-fab",
"version": "2.3.10",
"type": "module",
"description": "Floating action button (multi-FAB) components. [recovered 2026-06-28 from deployed SPA sourcemaps after black homelan loss; dist faithful, types regenerated permissively]",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"dependencies": {
"@lilith/ui-design-tokens": "^1.2.1",
"@lilith/ui-motion": "^2.2.0",
"@lilith/ui-styled-components": "^6.3.9",
"@cocotte/ui-zname": "^1.2.5"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
},
"license": "UNLICENSED",
"sideEffects": false
}