-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 754 Bytes
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
{
"name": "shelf",
"private": true,
"version": "0.2.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-dialog": "2.7.0",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-shell": "2.3.5",
"@types/sortablejs": "^1.15.9",
"@xterm/addon-fit": "^0.12.0-beta.220",
"@xterm/addon-webgl": "^0.20.0-beta.219",
"@xterm/xterm": "^6.1.0-beta.220",
"lucide": "^1.11.0",
"sortablejs": "^1.15.7"
},
"devDependencies": {
"@tauri-apps/cli": "2.10.1",
"typescript": "~5.7",
"vite": "^6"
}
}