site-themes/package.json
Natalie 56f518121d feat(@cocotte/themes): extract UI theme package to @ct/@packages
Re-scoped from @lilith/themes to @cocotte/themes. In-set cross-package deps
re-pointed to @cocotte; out-of-set @lilith deps preserved (same Verdaccio).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 13:04:10 -04:00

30 lines
659 B
JSON

{
"name": "@cocotte/themes",
"version": "0.1.0",
"description": "Cocotte site theme registry, resolver, and selectable theme families (luxe-dark, Kuromi, Cali-Barbie)",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"files": [
"src"
],
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@cocotte/ui-theme": "^1.5.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
}
}