2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh-client-ui-primitives",
|
2026-07-28 14:37:00 +08:00
|
|
|
"description": "Pure React atoms for the dsh web UI: controls, icons, markdown, and JSON inspectors (zero cordis)",
|
2026-07-19 21:17:57 +08:00
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"dependencies": {
|
2026-07-26 09:52:37 +08:00
|
|
|
"@shikijs/langs": "^4.3.1",
|
2026-08-06 13:56:43 +08:00
|
|
|
"@types/mdast": "^4.0.4",
|
2026-07-28 14:58:06 +08:00
|
|
|
"anser": "^2.3.5",
|
2026-07-19 21:17:57 +08:00
|
|
|
"clsx": "^2.0.0",
|
2026-08-01 00:05:23 -07:00
|
|
|
"katex": "^0.16.47",
|
2026-07-27 15:47:44 +08:00
|
|
|
"mdast-util-from-markdown": "^2.0.3",
|
|
|
|
|
"mdast-util-gfm": "^3.1.0",
|
2026-08-06 13:56:43 +08:00
|
|
|
"mdast-util-math": "^3.0.0",
|
2026-08-06 11:17:17 +08:00
|
|
|
"micromark-core-commonmark": "^2.0.3",
|
2026-07-27 15:47:44 +08:00
|
|
|
"micromark-extension-gfm": "^3.0.0",
|
2026-08-05 14:08:58 +08:00
|
|
|
"micromark-extension-math": "^3.1.0",
|
|
|
|
|
"micromark-factory-space": "^2.0.1",
|
|
|
|
|
"micromark-util-character": "^2.1.1",
|
2026-08-06 11:17:17 +08:00
|
|
|
"micromark-util-classify-character": "^2.0.1",
|
2026-08-06 13:56:43 +08:00
|
|
|
"micromark-util-sanitize-uri": "^2.0.1",
|
2026-08-05 14:08:58 +08:00
|
|
|
"micromark-util-symbol": "^2.0.1",
|
|
|
|
|
"micromark-util-types": "^2.0.2",
|
2026-07-23 00:39:27 +08:00
|
|
|
"react": "^18.2.0",
|
2026-07-25 16:04:48 +08:00
|
|
|
"react-dom": "^18.2.0",
|
2026-07-26 09:52:37 +08:00
|
|
|
"shiki": "^4.3.1"
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
|
|
|
"@types/react": "~18.3.1",
|
2026-07-25 16:04:48 +08:00
|
|
|
"@types/react-dom": "~18.3.0",
|
2026-07-19 21:17:57 +08:00
|
|
|
"cordis": "^4.0.0-rc.7"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/index.js",
|
|
|
|
|
"lib/invariant.js",
|
2026-08-04 22:06:32 +08:00
|
|
|
"lib/types/**/*.d.ts"
|
2026-07-19 21:17:57 +08:00
|
|
|
],
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "^0.0.1",
|
|
|
|
|
"cordis": "^4.0.0-rc.7"
|
|
|
|
|
}
|
|
|
|
|
}
|