-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
38
39
40
41
42
43
{
"name": "clawpanel",
"version": "0.11.3",
"private": true,
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
"type": "module",
"author": "qingchencloud",
"license": "AGPL-3.0",
"homepage": "https://github.com/qingchencloud/clawpanel",
"repository": {
"type": "git",
"url": "https://github.com/qingchencloud/clawpanel.git"
},
"bugs": {
"url": "https://github.com/qingchencloud/clawpanel/issues"
},
"keywords": [
"openclaw",
"ai-agent",
"tauri",
"desktop-app",
"management-panel"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"icon:regen": "tauri icon docs/logo.png -o src-tauri/icons",
"serve": "node scripts/serve.js",
"version:sync": "node scripts/sync-version.js",
"version:set": "node scripts/sync-version.js"
},
"dependencies": {
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-shell": "^2.2.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.5.0",
"vite": "^6.3.5"
}
}