-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.6 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
{
"name": "clickandclack",
"version": "1.1.0",
"description": "Super simple application for clicking mouse button and clacking key button in defined interval.",
"productName": "Click and Clack",
"cordovaId": "eu.houby_studio.clickandclack",
"capacitorId": "eu.houby_studio.clickandclack",
"author": "Jakub Šindelář <25355950+megastary@users.noreply.github.com>",
"private": true,
"scripts": {
"rebuild": "npm rebuild --runtime=electron --target=8.2.5 --disturl=https://atom.io/download/atom-shell --abi=72",
"build-icons": "icongenie generate --profile .\\build\\icongenie-profile.json"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"node-addon-loader": "^0.0.6",
"quasar": "^1.0.0",
"robotjs": "^0.6.0",
"vuex-pathify": "^1.4.1",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^8.0.1",
"electron-builder": "^22.4.0",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.1.1",
"electron-rebuild": "^1.10.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"@babel/parser": "7.7.5"
}
}