2026-07-19 21:17:57 +08:00
|
|
|
{
|
2026-08-13 00:36:22 +08:00
|
|
|
"name": "@deepseek-ai/dsh-web-frontend",
|
2026-07-19 21:17:57 +08:00
|
|
|
"description": "Web application entry: vite build over the @deepseek-ai/dsh-client-web shell library; dist/ served by apps/cli's dsh web",
|
2026-08-13 18:39:06 +08:00
|
|
|
"version": "0.1.0-rc.3",
|
2026-08-11 00:02:53 +08:00
|
|
|
"publishConfig": {
|
2026-08-13 18:05:10 +08:00
|
|
|
"access": "public"
|
2026-08-11 00:02:53 +08:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
|
|
|
|
|
"directory": "apps/web"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./dist/*": "./dist/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2026-08-04 23:37:57 +08:00
|
|
|
"files": [
|
2026-08-12 01:42:55 +08:00
|
|
|
"dist",
|
|
|
|
|
"!dist/**/*.map"
|
2026-08-04 23:37:57 +08:00
|
|
|
],
|
2026-07-19 21:17:57 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"watch": "vite build --watch"
|
|
|
|
|
},
|
2026-08-13 01:46:57 +08:00
|
|
|
"license": "MIT",
|
2026-07-19 21:17:57 +08:00
|
|
|
"dependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-client-web": "workspace:^",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-08-10 22:04:06 +08:00
|
|
|
"@deepseek-ai/cordis-plugin-group": "workspace:^",
|
2026-07-23 22:32:10 +08:00
|
|
|
"@deepseek-ai/dsh-client-modules": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-primitives": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-slots": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-web-react": "workspace:^",
|
2026-08-06 20:52:26 +08:00
|
|
|
"@deepseek-ai/dsh-cmdline": "workspace:^",
|
2026-08-05 11:42:43 +08:00
|
|
|
"@deepseek-ai/dsh-pwsh-local": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@types/node": "^22.0.0",
|
|
|
|
|
"@types/react": "~18.3.1",
|
|
|
|
|
"@types/react-dom": "~18.3.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
|
|
|
"playwright": "^1.49.0",
|
|
|
|
|
"typescript": "^6.0.3",
|
|
|
|
|
"vite": "^6.0.0",
|
2026-08-10 19:50:32 +08:00
|
|
|
"vitest": "^4.1.8",
|
|
|
|
|
"fflate": "^0.8.2"
|
2026-07-19 21:17:57 +08:00
|
|
|
}
|
|
|
|
|
}
|