-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 938 Bytes
/
package.json
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
{
"name": "restic-browser",
"private": true,
"version": "0.3.1",
"type": "module",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"tauri": "tauri"
},
"dependencies": {
"@adobe/lit-mobx": "^2.2",
"@tauri-apps/api": "^1.5",
"@vaadin/button": "^23.3",
"@vaadin/dialog": "^23.3",
"@vaadin/grid": "^23.3",
"@vaadin/horizontal-layout": "^23.3",
"@vaadin/icons": "^23.3",
"@vaadin/notification": "^23.3",
"@vaadin/password-field": "^23.3",
"@vaadin/select": "^23.3",
"@vaadin/split-layout": "^23.3",
"@vaadin/text-field": "^23.3",
"@vaadin/vertical-layout": "^23.3",
"lit": "^2.8",
"mobx": "^6.10",
"pretty-bytes": "^6.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5",
"@types/node": "^20.10",
"typescript": "^5.2",
"vite": "^4.5"
},
"vaadin": {
"disableUsageStatistics": true
}
}