-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.9 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "enso",
"private": true,
"version": "0.2.80",
"versionCode": 82,
"description": "Agentic AI platform with multi-agent orchestration, remote desktop, terminal, and coding agent — every answer becomes a live interactive app",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"android": "npm run build && npx cap sync android",
"android:run": "npm run build && npx cap sync android && npx cap run android",
"android:open": "npm run build && npx cap sync android && npx cap open android",
"android:build-apk": "npm run build && npx cap sync android && cd android && ./gradlew assembleRelease"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.63",
"@capacitor/android": "^8.1.0",
"@capacitor/app": "^8.0.1",
"@capacitor/cli": "^8.1.0",
"@capacitor/core": "^8.1.0",
"@capacitor/keyboard": "^8.0.1",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/status-bar": "^8.0.1",
"@nut-tree-fork/nut-js": "^4.2.6",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"express": "^4.21.0",
"html-to-image": "^1.11.13",
"lucide-react": "^0.469.0",
"mpegts.js": "^1.8.0",
"node-pty": "^1.2.0-beta.11",
"node-screenshots": "^0.2.8",
"puppeteer": "^24.37.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0",
"sucrase": "^3.35.0",
"uuid": "^11.0.0",
"ws": "^8.18.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/express": "^5.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.0",
"@vitejs/plugin-react": "^4.3.0",
"qrcode": "^1.5.4",
"tailwindcss": "^4.0.0",
"typescript": "~5.7.0",
"vite": "^6.0.0",
"vitest": "^4.0.18"
}
}