-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "switch",
"version": "1.0.25",
"description": "Switch between your favourite lightning fast. (Windows, MacOS)",
"main": "./main.js",
"scripts": {
"start": "electron .",
"start-dev": "electron . --dev",
"dev": "concurrently \"npm:watch-ts\" \"npm:start-dev\" ",
"prod": "concurrently \"npm:watch-ts\" \"npm:start\" ",
"watch-ts": "tsc -w",
"build-ts": "npx tsc",
"get-ss-prebuild": "node ./build-scripts/getSwitchServicePreBuild.js 0.0.4",
"compile-win32": "npm run build-ts && electron-builder -w -p always",
"compile-darwin": "npm run build-ts && electron-builder -m -p always",
"compile-linux": "npm run build-ts && electron-builder -l -p always",
"postinstall": "electron-builder install-app-deps",
"watch-sass": "sass --watch ./styles",
"retarget-vibrancy": "cd ./node_modules/electron-vibrancy && node-gyp rebuild --target=6.0.0 --arch=x64 --debug"
},
"repository": {
"type": "git",
"url": "https://github.com/ahkohd/switch-desktop.git"
},
"keywords": [
"Switch",
"app",
"utility",
"productivity"
],
"author": "Victor Aremu",
"license": "CC0-1.0",
"devDependencies": {
"download": "7.1.0",
"electron": "^7.0.0-beta.6",
"electron-builder": "21.2.0",
"npm": "^6.14.3",
"rimraf": "3.0.0",
"run": "1.4.0",
"typescript": "3.5.3"
},
"dependencies": {
"@sentry/browser": "^5.6.2",
"@sentry/node": "^5.15.0",
"concurrently": "^4.1.1",
"electron-google-analytics": "^0.1.0",
"electron-is-dev": "^1.1.0",
"electron-positioner": "^4.1.0",
"electron-store": "^4.0.0",
"extract-file-icon": "^0.3.1",
"find-process": "^1.4.2",
"node-ipc": "^9.1.1",
"open": "^6.4.0",
"ps-node": "^0.1.6",
"sass": "^1.22.9",
"tether": "^1.4.7",
"toastify-js": "^1.6.1",
"username": "^5.1.0",
"uuid": "^3.3.3"
}
}