-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 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
44
{
"name": "pi-desktop",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Pi Desktop - A minimalist coding agent desktop app",
"license": "MIT",
"homepage": "https://github.com/gustavonline/pi-desktop",
"repository": {
"type": "git",
"url": "https://github.com/gustavonline/pi-desktop.git"
},
"bugs": {
"url": "https://github.com/gustavonline/pi-desktop/issues"
},
"scripts": {
"dev": "vite --port 1420",
"tauri": "tauri",
"build:frontend": "npx vite build",
"build": "tauri build",
"preview": "vite preview",
"check": "tsc --noEmit"
},
"dependencies": {
"@mariozechner/mini-lit": "^0.2.0",
"@tailwindcss/vite": "^4.1.17",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-shell": "^2.0.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"lit": "^3.3.1",
"lucide": "^0.544.0",
"pi-cursor-agent": "^0.4.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"typescript": "^5.7.3",
"vite": "^7.1.6"
}
}