forked from ueberdosis/mouseless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.71 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "mouseless",
"version": "1.4.0",
"productName": "Mouseless",
"author": "überdosis GbR <[email protected]>",
"description": "Keyboard shortcut training and look-up.",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "vue-cli-service electron:serve",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"electron:publish": "yarn electron:build -p always",
"postinstall": "patch-package && electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"setapp:start": "cross-env VUE_APP_IS_SETAPP=true vue-cli-service electron:serve",
"setapp:build": "cross-env VUE_APP_IS_SETAPP=true vue-cli-service electron:build",
"fix:build:mac": "node ./src/fix-zip-file-for-mac.js"
},
"main": "background.js",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"electron": "^15.3.1",
"electron-builder-notarize": "^1.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-icon-builder": "^1.0.2",
"electron-notarize": "^0.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-scrumpy": "^1.0.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^6.2.2",
"html-loader": "^1.0.0",
"native-ext-loader": "^2.3.0",
"node-loader": "^0.6.0",
"sass": "^1.26.3",
"sass-loader": "8.0.2",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-template-compiler": "^2.6.12"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "^23.0.3"
},
"dependencies": {
"@electron/remote": "^2.0.1",
"active-win": "github:ueberdosis/active-win",
"axios": "^0.19.2",
"collect.js": "^4.20.3",
"core-js": "3.8.0",
"electron-log": "^4.1.0",
"electron-store": "^8.0.1",
"electron-updater": "^4.2.5",
"fuse.js": "^3.4.6",
"keyboard-symbol": "^1.0.0",
"menubar": "7.2.0",
"moment": "^2.24.0",
"native-keymap": "^3.3.0",
"patch-package": "^6.4.7",
"sha.js": "^2.4.11",
"spatial-navigation-js": "^1.0.0",
"uuid": "^7.0.2",
"vue": "^2.6.12",
"vue-router": "^3.1.6",
"vue-the-mask": "^0.11.1",
"weighted": "^0.3.0",
"window-shortcuts": "^0.4.0"
}
}