{ "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/" }, "_": { "registry": "forgejo", "publish": true, "build": true } }