-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.45 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.45 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "enso",
"private": true,
"version": "0.5.35",
"versionCode": 241,
"description": "A self-hosted AI organization — scans your digital life, infers your goals, staffs expert teams, and autonomously drives progress through a Team Leader that manages the entire operation",
"type": "module",
"scripts": {
"dev": "vite",
"dev:server": "npx tsx server/standalone.ts",
"dev:all": "npx tsx server/standalone.ts & 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",
"cli": "npx tsx server/cli.ts"
},
"bin": {
"enso": "./server/cli.ts"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.114",
"@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",
"@tanstack/react-virtual": "^3.13.23",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"better-sqlite3": "^12.8.0",
"croner": "^10.0.1",
"express": "^4.21.0",
"googleapis": "^171.4.0",
"grammy": "^1.42.0",
"html-to-image": "^1.11.13",
"jspdf": "^4.2.0",
"keyv": "^5.6.0",
"lucide-react": "^0.469.0",
"mpegts.js": "^1.8.0",
"node-pty": "^1.2.0-beta.11",
"node-screenshots": "^0.2.8",
"nodemailer": "^8.0.4",
"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/better-sqlite3": "^7.6.13",
"@types/express": "^5.0.0",
"@types/nodemailer": "^7.0.11",
"@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",
"happy-dom": "^20.8.4",
"qrcode": "^1.5.4",
"tailwindcss": "^4.0.0",
"typescript": "~5.7.0",
"vite": "^6.0.0",
"vitest": "^4.0.18"
}
}