-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 848 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 848 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
31
32
{
"name": "speiseplan-tray",
"private": true,
"version": "0.8.2",
"description": "Zeigt den Speiseplan der Mensa und Cafeteria Lübeck im System-Tray an.",
"author": {
"name": "Importantus",
"email": "importantus@mailbox.org"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && electron-builder",
"github:build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"lucide-vue-next": "^0.268.0",
"pinia": "^2.1.6",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"electron": "^27.0.4",
"electron-builder": "^24.13.3",
"typescript": "^5.0.2",
"vite": "^6.2.6",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.5",
"vue-tsc": "^1.4.2"
},
"main": "dist-electron/main.js"
}