| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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.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": {
- "@deepseek-ai/dsh-client-modules": "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": {
- "@cordisjs/plugin-loader": "workspace:^",
- "@deepseek-ai/dsh-client-runtime": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@types/react": "~18.3.1",
- "@types/react-dom": "~18.3.0",
- "cordis": "^4.0.0-rc.7",
- "typescript": "^6.0.3"
- },
- "peerDependencies": {
- "@cordisjs/plugin-loader": "^1.0.0-rc.5",
- "@deepseek-ai/dsh-invariants": "^0.0.1",
- "cordis": "^4.0.0-rc.7"
- },
- "files": [
- "lib/index.js",
- "lib/invariant.js",
- "lib/types/**/*.d.ts",
- "lib/types/**/*.d.ts.map",
- "src"
- ]
- }
|