49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "@deepseek-ai/dsh-client-ui-theme",
|
||
|
|
"description": "Theme plugin: ThemeService (apply = toggle body[data-ds-dark-theme]), --dsw-* token base stylesheets",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"private": true,
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"./styles/*": "./src/styles/*",
|
||
|
|
"./src/*": "./src/*",
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"dshClient": {
|
||
|
|
"inject": [],
|
||
|
|
"platform": "web",
|
||
|
|
"immediately": true
|
||
|
|
},
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"peerDependencies": {
|
||
|
|
"@deepseek-ai/dsh-invariants": "^0.0.1",
|
||
|
|
"cordis": "^4.0.0-rc.7"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
||
|
|
"cordis": "^4.0.0-rc.7"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib/index.js",
|
||
|
|
"lib/invariant.js",
|
||
|
|
"lib/client.js",
|
||
|
|
"lib/types/**/*.d.ts",
|
||
|
|
"lib/types/**/*.d.ts.map",
|
||
|
|
"src"
|
||
|
|
]
|
||
|
|
}
|