forked from zhu1090093659/dsh-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "dsh-web-ui",
"version": "0.1.1",
"private": true,
"description": "DeepSeek Harness Web GUI 插件全家桶 + 皮肤集合 + Gallery 预览页。皮肤是纯资产目录(packages/skins/skin-center/skins/<id>),由皮肤中心包统一加载。",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"aggregate:check": "node scripts/aggregate.mjs --check",
"gallery:check": "node scripts/gallery-build --check",
"skin-center:check": "node scripts/skin-center-catalog-check --check",
"community:check": "node scripts/community-index --check",
"runtime-deps:check": "node scripts/runtime-deps-check.mjs",
"test:scripts": "node --test scripts/*.test.mjs",
"test:mount": "bash scripts/e2e-mount.sh",
"skin:new": "node scripts/dsh-skin-new",
"pr:review": "node scripts/pr-review.mjs",
"gallery:build": "node scripts/gallery-build",
"gallery:capture": "node scripts/capture-previews",
"docs:check": "node scripts/verify-docs.mjs",
"docs:list": "node scripts/verify-docs.mjs --list",
"docs:write-pair": "node scripts/verify-docs.mjs --write",
"sync-shared": "node scripts/sync-shared.mjs",
"sync-shared:check": "node scripts/sync-shared.mjs --check",
"market:build": "node scripts/market-build",
"market:check": "node scripts/market-build --check",
"deploy:market": "node scripts/deploy-market"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"lightningcss": "^1.32.0",
"playwright": "^1.62.1",
"tsdown": "^0.22.2"
},
"license": "Apache-2.0"
}