-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.41 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
{
"name": "CustomMaploader",
"productName": "Custom Map Loader",
"version": "1.3.1",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . CustomMapLoader --overwrite --platform=win32 --arch=x64 --out=builds --prune --ignore=\"config.json\" --ignore=\"installers\" --icon=./installers/octane.icns --extra-resource=../resources/workshop-textures.zip --version-string.CompanyName=Lethamyr --version-string.FileDescription=Lethamyr --version-string.ProductName=\"Custom Map Loader\"",
"installer": "node ./installers/createWindowsInstaller.js"
},
"repository": "https://github.com/NoxPhoenix/custom-map-loader",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^10.1.2",
"electron-packager": "^15.1.0",
"electron-winstaller": "^4.0.1",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"bootstrap": "^4.1.3",
"electron-regedit": "^2.0.0",
"extract-zip": "^2.0.1",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"popper.js": "^1.14.4",
"yargs": "^16.1.0"
}
}