-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.33 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
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "A3CLauncher",
"productName": "A3C Launcher",
"description": "Arma3Coop.pl community game launcher",
"private": true,
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/SzwedzikPL/A3CLauncher.git"
},
"main": "dist/main.js",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js && electron-builder",
"electron-rebuild": "./node_modules/.bin/electron-rebuild.cmd"
},
"author": {
"name": "SzwedzikPL",
"email": "[email protected]",
"url": "https://arma3coop.pl"
},
"build": {
"appId": "com.arma3coop.launcher",
"copyright": "Copyright © 2020 SzwedzikPL",
"productName": "A3C Launcher",
"win": {
"icon": "resources/app_alt.ico",
"target": [
"portable",
"zip"
]
},
"afterAllArtifactBuild": "scripts/onBuildDone.js",
"files": [
"dist/**/*",
"!node_modules/**/*"
],
"directories": {
"buildResources": "resources",
"output": "release"
}
},
"dependencies": {
"ajv": "6.12.0",
"arch": "2.1.1",
"axios": "0.19.2",
"debounce-fn": "4.0.0",
"electron-log": "4.1.1",
"electron-store": "5.1.1",
"font-awesome": "4.7.0",
"keytar": "5.4.0",
"klaw-sync": "6.0.0",
"make-dir": "3.0.2",
"physical-cpu-count": "2.0.0",
"registry-js": "1.9.0",
"semver": "7.3.2",
"streamspeed": "2.0.0",
"tail": "2.0.3",
"taskkill": "3.1.0",
"tasklist": "4.0.1",
"vue": "2.6.11",
"vuex": "3.1.3",
"xml2js": "0.4.23"
},
"devDependencies": {
"7zip-bin": "5.0.3",
"@vue/preload-webpack-plugin": "1.1.1",
"chalk": "3.0.0",
"css-loader": "3.4.2",
"devtron": "1.4.0",
"directory-named-webpack-plugin": "4.0.1",
"electron": "8.5.2",
"electron-builder": "22.4.1",
"electron-devtools-installer": "2.2.4",
"electron-rebuild": "1.10.1",
"express-formidable": "1.2.0",
"file-loader": "6.0.0",
"html-webpack-plugin": "3.2.0",
"node-loader": "0.6.0",
"node-sass": "4.13.1",
"sass-loader": "8.0.2",
"url-loader": "4.0.0",
"vue-loader": "15.9.1",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "2.6.11",
"webpack": "4.42.1",
"webpack-dev-server": "3.10.3",
"webpack-hot-middleware": "2.25.0",
"webpack-merge": "4.2.2"
}
}