| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "@deepseek-ai/dsh-client-web-react",
- "description": "Shell-side React glue: createSlotRenderer, SessionProvider, bindSnapshotSelector (uSES bridge), useInvoke",
- "version": "0.0.1-rc.1",
- "publishConfig": {
- "access": "restricted"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/client/web-react"
- },
- "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": {
- "@deepseek-ai/dsh-client-ui-slots": "workspace:^",
- "react": "^18.2.0",
- "use-sync-external-store": "1.2.0"
- },
- "peerDependencies": {
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@types/react": "~18.3.1",
- "@deepseek-ai/cordis": "workspace:^"
- },
- "files": [
- "lib/index.js",
- "lib/invariant.js",
- "lib/types/**/*.d.ts"
- ]
- }
|