-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.25 KB
/
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
42
43
44
{
"name": "script-tray",
"private": true,
"version": "2.0.2",
"description": "Script Tray System Utility",
"author": "Matthew Evans",
"license": "MIT",
"homepage": "https://github.com/AtomicSponge/script-tray",
"repository": {
"type": "git",
"url": "git+https://github.com/AtomicSponge/script-tray.git"
},
"bugs": {
"url": "https://github.com/AtomicSponge/script-tray/issues"
},
"main": "dist-electron/main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"dist": "vite build && electron-builder --publish never",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"vue": "^3.5.10"
},
"devDependencies": {
"@spongex/async-for-each": "^1.0.2",
"@spongex/async-resolver": "^1.0.2",
"@spongex/regexps": "^1.1.1",
"@spongex/system-locale": "^1.0.1",
"@types/auto-launch": "^5.0.5",
"@types/electron-json-storage": "^4.5.4",
"@vitejs/plugin-vue": "^5.1.4",
"auto-launch": "^5.0.6",
"electron": "^32.1.2",
"electron-builder": "^25.0.5",
"electron-json-storage": "^4.6.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-electron-renderer": "^0.14.6",
"vite-plugin-multiple": "^0.2.0"
}
}