51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "@deepseek-ai/dsh-client-web-react",
|
||
|
|
"description": "ctx-to-React glue: createSnapshotStore (zustand engine), bindSnapshotSelector, SessionProvider, scopedSlots outlet, useInvoke",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"./store": {
|
||
|
|
"types": "./lib/types/store/index.d.ts",
|
||
|
|
"default": "./lib/store/index.js"
|
||
|
|
},
|
||
|
|
"./src/*": "./src/*",
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"dependencies": {
|
||
|
|
"@deepseek-ai/dsh-client-ui-slots": "workspace:^",
|
||
|
|
"immer": "^10.1.1",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"use-sync-external-store": "1.2.0",
|
||
|
|
"zustand": "~4.4.7"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@deepseek-ai/dsh-invariants": "^0.0.1",
|
||
|
|
"cordis": "^4.0.0-rc.7"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
||
|
|
"@types/react": "~18.3.1",
|
||
|
|
"cordis": "^4.0.0-rc.7"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib/index.js",
|
||
|
|
"lib/invariant.js",
|
||
|
|
"lib/store/index.js",
|
||
|
|
"lib/types/**/*.d.ts",
|
||
|
|
"lib/types/**/*.d.ts.map",
|
||
|
|
"src"
|
||
|
|
]
|
||
|
|
}
|