forked from AtomicSponge/script-tray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
45
46
{
"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.4.30"
},
"devDependencies": {
"@spongex/async-for-each": "^1.0.1",
"@spongex/async-resolver": "^1.0.1",
"@spongex/regexps": "^1.1.0",
"@spongex/system-locale": "^1.0.0",
"@types/auto-launch": "^5.0.5",
"@types/electron-json-storage": "^4.5.4",
"@vitejs/plugin-vue": "^5.0.5",
"auto-launch": "^5.0.6",
"electron": "^31.0.2",
"electron-builder": "^24.13.3",
"electron-json-storage": "^4.6.0",
"stylus": "^0.63.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-multiple": "^0.2.0"
}
}