-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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": "openclaw-manager",
"version": "0.0.11",
"description": "🦞 OpenClaw 跨平台管理工具 - 高性能 AI 助手配置与服务管理",
"author": "OpenClaw Team",
"license": "MIT",
"type": "module",
"bin": {
"openclaw-gateway-lan-access": "./scripts/openclaw-gateway-lan-access.sh"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@novnc/novnc": "^1.6.0",
"axios": "^1.13.6",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"i18next": "^25.10.3",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^0.468.0",
"novnc": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^16.6.0",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"jimp": "^1.6.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.5"
}
}