| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "@deepseek-ai/dsh-client-web",
- "description": "Web shell kernel: bootWebShell (module system holding + seed table + two-stage boot + AppRoot gate + app-shell assembly entry), consumed by the apps/web vite entry",
- "version": "0.1.0-rc.6",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/client/web"
- },
- "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": "MIT",
- "dependencies": {
- "@deepseek-ai/dsh-client-modules": "workspace:^",
- "@deepseek-ai/dsh-client-schema-form": "workspace:^",
- "@deepseek-ai/dsh-client-ui-attachment": "workspace:^",
- "@deepseek-ai/dsh-client-ui-primitives": "workspace:^",
- "@deepseek-ai/dsh-client-ui-slots": "workspace:^",
- "@deepseek-ai/dsh-client-ui-theme": "workspace:^",
- "@deepseek-ai/dsh-client-web-react": "workspace:^",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- },
- "devDependencies": {
- "@deepseek-ai/cordis-plugin-loader": "workspace:^",
- "@deepseek-ai/dsh-client-runtime": "workspace:^",
- "@deepseek-ai/dsh-client-test-runtime": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@types/react": "~18.3.1",
- "@types/react-dom": "~18.3.0",
- "@deepseek-ai/cordis": "workspace:^",
- "typescript": "^6.0.3"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis-plugin-loader": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^"
- },
- "files": [
- "lib/index.js",
- "lib/invariant.js",
- "lib/types/**/*.d.ts"
- ]
- }
|