-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 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
{
"name": "rts-agents",
"version": "1.0.0",
"description": "RTS Agents Dashboard - Monitor Gemini CLI, Jules, and Cursor Cloud Agents",
"main": "main.js",
"scripts": {
"start": "npm run build && electron .",
"dev": "concurrently -k \"vite\" \"wait-on http://localhost:5173 && cross-env VITE_DEV_SERVER_URL=http://localhost:5173 electron .\"",
"build": "vite build",
"dev:headless": "node headless.js",
"test": "jest",
"test:e2e": "npm run build && env -u DISPLAY xvfb-maybe playwright test"
},
"keywords": [
"electron",
"rts",
"agents",
"gemini",
"jules",
"cursor",
"dashboard"
],
"author": "",
"license": "MIT",
"dependencies": {
"dompurify": "^3.3.1",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@tailwindcss/typography": "^0.5.19",
"@types/jest": "^29.5.14",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"concurrently": "^9.2.1",
"cross-env": "^7.0.3",
"electron": "^28.0.0",
"jest": "^29.7.0",
"playwright": "^1.57.0",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"vite": "^5.1.0",
"wait-on": "^7.2.0",
"xvfb-maybe": "^0.2.1"
}
}