forked from ebkr/r2modmanPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.3 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
{
"name": "r2modman",
"version": "3.0.22",
"description": "r2modman",
"productName": "r2modman",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "ebkr@github.com",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./",
"test": "echo \"No test specified\" && exit 0",
"run": "quasar dev -m electron",
"build-win": "quasar build --mode electron -T win32",
"build-linux": "quasar build --mode electron -T linux",
"publish": "quasar build --mode electron --publish always"
},
"dependencies": {
"@node-steam/vdf": "^2.1.0",
"@quasar/extras": "^1.4.2",
"adm-zip": "^0.4.14",
"axios": "^0.18.1",
"bulma": "^0.8.0",
"bulma-divider": "^0.2.0",
"bulma-steps": "^2.2.1",
"bulma-tooltip": "^3.0.2",
"electron-updater": "^4.2.0",
"fs-extra": "^8.1.0",
"node-ipc": "^9.1.1",
"quasar": "^1.7.4",
"sanitize-filename": "^1.6.3",
"unzipper": "^0.10.5",
"vue-class-component": "^7.1.0",
"vue-i18n": "^8.0.0",
"vue-property-decorator": "^8.3.0",
"yaml": "^1.7.2"
},
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/fs-extra": "^8.0.1",
"@types/unzipper": "^0.10.1",
"@types/yaml": "^1.2.0",
"@quasar/app": "^1.5.2",
"@quasar/quasar-app-extension-typescript": "^1.0.0-beta.2",
"@types/node": "^12.12.12",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^8.2.4",
"electron-builder": "^21.0.0",
"electron-debug": "^3.0.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.1.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"minimist": "^1.2.2",
"typescript": "^3.3.3"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}