| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "@deepseek-ai/dsh-frontend",
- "description": "Web application entry: vite build over the @deepseek-ai/dsh-client-web shell library; dist/ served by apps/cli's dsh web",
- "version": "0.0.1-rc.1",
- "publishConfig": {
- "access": "restricted"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "apps/web"
- },
- "type": "module",
- "exports": {
- "./dist/*": "./dist/*",
- "./package.json": "./package.json"
- },
- "files": [
- "dist"
- ],
- "scripts": {
- "build": "vite build",
- "dev": "vite",
- "watch": "vite build --watch"
- },
- "license": "BSD-3-Clause",
- "dependencies": {
- "@deepseek-ai/dsh-client-web": "workspace:^",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- },
- "devDependencies": {
- "@deepseek-ai/cordis-plugin-group": "workspace:^",
- "@deepseek-ai/dsh-client-modules": "workspace:^",
- "@deepseek-ai/dsh-client-ui-primitives": "workspace:^",
- "@deepseek-ai/dsh-client-ui-slots": "workspace:^",
- "@deepseek-ai/dsh-client-web-react": "workspace:^",
- "@deepseek-ai/dsh-cmdline": "workspace:^",
- "@deepseek-ai/dsh-pwsh-local": "workspace:^",
- "@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",
- "vitest": "^4.1.8",
- "fflate": "^0.8.2"
- }
- }
|