ui-theme/package.json
Natalie aaf23fa33f feat(@cocotte/ui-theme): extract UI theme package to @ct/@packages
Re-scoped from @lilith/ui-theme to @cocotte/ui-theme. 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:11 -04:00

42 lines
1 KiB
JSON

{
"name": "@cocotte/ui-theme",
"version": "1.5.2",
"description": "Theme provider with cyberpunk and luxe themes, CSS variables, and dark mode",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"type-check": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"lint": "echo 'Skipping lint - theme-provider is a minimal package'",
"test": "vitest run"
},
"dependencies": {
"@lilith/ui-design-tokens": "^1.2.1",
"@lilith/ui-styled-components": "^6.3.9"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"typescript": "^5.9.3",
"react": "^19.2.3",
"vitest": "^4.0.16"
},
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
}
}