DSH-Arch-Setup/profile/web/package.json
Шурупов Илья Викторович cf9443753e Add one-command Arch DSH setup
Package the portable DSH profiles, local plugins, desktop integration, Firefox wrapper, and ownership-aware installer lifecycle. Bundle checksum-pinned OpenVSCode, editor extensions, translation assets, and cloudflared so unreliable upstream artifact downloads cannot break a clean installation.
2026-09-12 19:13:36 +03:00

76 lines
2.6 KiB
JSON

{
"name": "dsh-arch-setup-web-profile",
"private": true,
"dependencies": {
"@anionex/dsh-vision-toolkit": "^0.1.40",
"@changfenhuang/dsh-genui": "^0.9.6",
"@dsh-external/dsh-diff-viewer": "github:lehhair/dsh-diff-viewer",
"@linxin666/dsh-client-ui-git-graph": "^0.3.12",
"@linxin666/dsh-client-ui-task-board": "^0.3.12",
"@linxin666/dsh-remote-web-ui": "^0.3.12",
"@liustack/modlens": "^3.25.4",
"@vlln/dsh-task-status": "github:vlln/dsh-task-status#main",
"dsh-at-file": "^0.6.3",
"dsh-codex-subscription": "^1.10.0",
"dsh-codex-timeline": "^0.5.5",
"dsh-compact-sidebar": "link:../../plugins/dsh-compact-sidebar",
"dsh-context": "^0.40.1",
"dsh-cool-theme": "^0.4.0",
"dsh-find-plugin": "^0.3.7",
"dsh-fleet-control": "link:../../plugins/dsh-fleet-control",
"dsh-fullwidth": "link:../../plugins/dsh-fullwidth",
"dsh-header-menu": "link:../../plugins/dsh-header-menu",
"dsh-message-edit": "^0.2.3",
"dsh-open-in-smerge": "link:../../plugins/dsh-open-in-smerge",
"dsh-plugin-subscriptions": "^0.6.0",
"dsh-plugin-wallpaper-engine": "^0.6.8",
"dsh-project-tree": "link:../../plugins/dsh-project-tree",
"dsh-sidebar-match-bg": "link:../../plugins/dsh-sidebar-match-bg",
"dsh-smooth-stream": "^0.4.3",
"dsh-touched-git": "link:../../plugins/dsh-touched-git",
"dsh-tui": "^0.2.19",
"dsh-ui-translate": "file:../../vendor/dsh-ui-translate",
"dsh-ui-tweaks": "link:../../plugins/dsh-ui-tweaks",
"dsh-web-hotkeys": "link:../../plugins/dsh-web-hotkeys",
"dsh-web-search": "^0.1.2",
"dshmarket": "^1.38.0"
},
"dsh": {
"profile": {
"bundles": [
"@deepseek-ai/dsh-base",
"@deepseek-ai/dsh-web-app",
"dsh-codex-subscription",
"dsh-plugin-subscriptions",
"dsh-web-search",
"dsh-ui-translate",
"@linxin666/dsh-client-ui-git-graph",
"@dsh-external/dsh-diff-viewer",
"dsh-open-in-smerge",
"dsh-touched-git",
"dsh-project-tree",
"dsh-web-hotkeys",
"dsh-fleet-control",
"@anionex/dsh-vision-toolkit",
"@changfenhuang/dsh-genui",
"@liustack/modlens",
"dsh-at-file",
"dsh-find-plugin",
"dshmarket",
"@vlln/dsh-task-status",
"dsh-smooth-stream",
"dsh-fullwidth",
"dsh-compact-sidebar",
"dsh-ui-tweaks",
"dsh-sidebar-match-bg",
"@linxin666/dsh-client-ui-task-board",
"@linxin666/dsh-remote-web-ui",
"dsh-context",
"dsh-plugin-wallpaper-engine",
"dsh-cool-theme",
"dsh-codex-timeline",
"dsh-header-menu"
]
}
}
}