2026-07-19 21:17:57 +08:00
{
"name" : "@deepseek-ai/dsh-client-ui-theme" ,
2026-08-10 18:12:32 +08:00
"description" : "Theme plugin: Host bootstrap for the pre-plugin palette; DOM-free ThemeService for light/dark/system state; --dsw-* token styles and Appearance settings row" ,
2026-08-11 03:04:47 +08:00
"version" : "0.0.1-rc.1" ,
2026-08-11 00:02:53 +08:00
"publishConfig" : {
"access" : "restricted"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/deepseek-ai/deepseek-harness.git" ,
"directory" : "packages/client/ui-theme"
} ,
2026-07-19 21:17:57 +08:00
"type" : "module" ,
"main" : "lib/index.js" ,
"types" : "lib/types/index.d.ts" ,
"exports" : {
"." : {
"types" : "./lib/types/index.d.ts" ,
"default" : "./lib/index.js"
} ,
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
"./client" : {
"types" : "./lib/types/client/index.d.ts" ,
"default" : "./lib/client.js"
} ,
2026-08-04 23:37:57 +08:00
"./styles/*" : "./lib/styles/*" ,
2026-07-19 21:17:57 +08:00
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
2026-08-10 20:39:26 +08:00
"dsh" : {
"client" : {
"inject" : [
"@deepseek-ai/dsh-client-connection" ,
"@deepseek-ai/dsh-client-runtime" ,
"@deepseek-ai/dsh-client-locale"
] ,
"platform" : "web" ,
"immediately" : true
}
2026-07-19 21:17:57 +08:00
} ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-client-connection" : "workspace:^" ,
"@deepseek-ai/dsh-client-locale" : "workspace:^" ,
"@deepseek-ai/dsh-client-runtime" : "workspace:^" ,
"@deepseek-ai/dsh-client-ui-primitives" : "workspace:^" ,
"@deepseek-ai/dsh-client-ui-slots" : "workspace:^" ,
2026-08-10 18:12:32 +08:00
"@deepseek-ai/dsh-host-webserver" : "workspace:^" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/cordis" : "workspace:^" ,
2026-07-26 02:51:36 +08:00
"react" : "^18.2.0"
2026-07-19 21:17:57 +08:00
} ,
"devDependencies" : {
2026-07-26 02:51:36 +08:00
"@deepseek-ai/dsh-client-locale" : "workspace:^" ,
"@deepseek-ai/dsh-client-runtime" : "workspace:^" ,
2026-07-31 15:26:46 +08:00
"@deepseek-ai/dsh-client-test-runtime" : "workspace:^" ,
2026-07-26 02:51:36 +08:00
"@deepseek-ai/dsh-client-ui-primitives" : "workspace:^" ,
"@deepseek-ai/dsh-client-ui-slots" : "workspace:^" ,
2026-08-10 18:12:32 +08:00
"@deepseek-ai/dsh-host-webserver" : "workspace:^" ,
2026-07-19 21:17:57 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-26 02:51:36 +08:00
"@types/react" : "~18.3.1" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/cordis" : "workspace:^" ,
2026-07-26 02:51:36 +08:00
"react" : "^18.2.0"
2026-07-19 21:17:57 +08:00
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
"lib/client.js" ,
2026-08-04 23:37:57 +08:00
"lib/styles" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-26 00:16:05 +08:00
] ,
"scripts" : {
"bundle" : "tsdown" ,
"watch" : "tsdown --watch"
2026-07-26 02:51:36 +08:00
} ,
"dependencies" : {
2026-08-06 20:27:31 +08:00
"@deepseek-ai/dsh-settings" : "workspace:^" ,
"clsx" : "^2.0.0" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/schemastery" : "workspace:^"
2026-07-26 00:16:05 +08:00
}
2026-07-19 21:17:57 +08:00
}