Files
app-ui/package.json
T
enricobuehler 3d98d391fc chore: relicense @unom/app-ui under MIT
Relicense from unspecified to MIT and add the LICENSE file. A dependency audit
confirmed no copyleft (GPL/LGPL/AGPL) deps and no vendored copyleft source, so
the relicense is valid. Patch version bumped for the registry.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 22:37:22 +00:00

36 lines
802 B
JSON

{
"name": "@unom/app-ui",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"description": "Composite, app-level UI blocks shared across unom/punktfunk apps (marketing site + docs). One layer up from @unom/ui, which is primitives only.",
"files": [
"dist"
],
"exports": {
"./footer": {
"types": "./dist/footer/index.d.mts",
"default": "./dist/footer/index.mjs"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.13.0"
},
"peerDependencies": {
"@unom/style": "^0.4.4",
"react": "^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@types/react": "^19.2.15",
"react": "^19.2.6",
"tsdown": "^0.22.3",
"typescript": "^6.0.3"
}
}