-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 998 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 998 Bytes
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": "electron-quasar-onceclick",
"version": "0.0.8",
"description": "A Quasar Framework app",
"productName": "electron-quasar-oneclick",
"cordovaId": "org.cordova.quasar.app",
"author": "{",
"private": true,
"scripts": {
"electron": "quasar dev -m electron -t mat",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"axios": "^0.18.0",
"chromedriver": "^74.0.0",
"electron-chromedriver": "^6.0.0-beta.3",
"electron-updater": "^4.0.6",
"selenium-webdriver": "^4.0.0-alpha.1",
"vue-i18n": "8.10.0"
},
"devDependencies": {
"devtron": "1.4.0",
"electron": "4.0.5",
"electron-debug": "2.1.0",
"electron-devtools-installer": "2.2.4",
"electron-log": "^3.0.5",
"electron-packager": "^13.1.0",
"quasar-cli": "^0.17.0",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"resolutions": {
"ajv": "6.8.1"
}
}