| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "name": "@deepseek-ai/dsh-web-app",
- "description": "The dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)",
- "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"
- },
- "./cordis.patch.yml": "./cordis.patch.yml",
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "files": [
- "lib/index.js",
- "lib/invariant.js",
- "cordis.patch.yml",
- "lib/types/**/*.d.ts"
- ],
- "license": "BSD-3-Clause",
- "dsh": {
- "bundle": {
- "patch": "./cordis.patch.yml"
- }
- },
- "dependencies": {
- "@deepseek-ai/dsh-client-connection": "workspace:^",
- "@deepseek-ai/dsh-client-hmr": "workspace:^",
- "@deepseek-ai/dsh-client-locale": "workspace:^",
- "@deepseek-ai/dsh-client-modules": "workspace:^",
- "@deepseek-ai/dsh-client-runtime": "workspace:^",
- "@deepseek-ai/dsh-client-ui-command": "workspace:^",
- "@deepseek-ai/dsh-client-ui-conversation": "workspace:^",
- "@deepseek-ai/dsh-client-ui-goal": "workspace:^",
- "@deepseek-ai/dsh-client-ui-layout": "workspace:^",
- "@deepseek-ai/dsh-client-ui-model": "workspace:^",
- "@deepseek-ai/dsh-client-ui-models": "workspace:^",
- "@deepseek-ai/dsh-client-ui-permission": "workspace:^",
- "@deepseek-ai/dsh-client-ui-plan": "workspace:^",
- "@deepseek-ai/dsh-client-ui-question": "workspace:^",
- "@deepseek-ai/dsh-client-ui-settings": "workspace:^",
- "@deepseek-ai/dsh-client-ui-settings-general": "workspace:^",
- "@deepseek-ai/dsh-client-ui-sidebar": "workspace:^",
- "@deepseek-ai/dsh-client-ui-skill": "workspace:^",
- "@deepseek-ai/dsh-client-ui-slash": "workspace:^",
- "@deepseek-ai/dsh-client-ui-subagent": "workspace:^",
- "@deepseek-ai/dsh-client-ui-theme": "workspace:^",
- "@deepseek-ai/dsh-client-ui-trajectory": "workspace:^",
- "@deepseek-ai/dsh-client-ui-workspace": "workspace:^",
- "@deepseek-ai/dsh-code-runtime-worker": "workspace:^",
- "@deepseek-ai/dsh-frontend": "workspace:^",
- "@deepseek-ai/dsh-frontend-static": "workspace:^",
- "@deepseek-ai/dsh-host-apiproxy": "workspace:^",
- "@deepseek-ai/dsh-host-directory-picker-auto": "workspace:^",
- "@deepseek-ai/dsh-host-directory-picker-browse": "workspace:^",
- "@deepseek-ai/dsh-host-directory-picker-native": "workspace:^",
- "@deepseek-ai/dsh-host-webserver": "workspace:^",
- "@deepseek-ai/dsh-session-projection-cache": "workspace:^",
- "@deepseek-ai/dsh-storage": "workspace:^",
- "@deepseek-ai/dsh-storage-domain": "workspace:^",
- "@deepseek-ai/dsh-storage-json": "workspace:^",
- "@deepseek-ai/dsh-workspace": "workspace:^",
- "schemastery": "^3.18.0"
- },
- "peerDependencies": {
- "@deepseek-ai/dsh-bash-env": "^0.0.1",
- "@deepseek-ai/dsh-invariants": "^0.0.1",
- "@deepseek-ai/dsh-system-prompt": "^0.0.1",
- "cordis": "^4.0.0-rc.7"
- },
- "devDependencies": {
- "@deepseek-ai/dsh-bash-env": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@deepseek-ai/dsh-system-prompt": "workspace:^",
- "cordis": "^4.0.0-rc.7"
- }
- }
|