This commit is contained in:
Daniel Scalzi 2019-10-17 19:14:15 -04:00
parent da706813ba
commit 90cd2c4614
2 changed files with 3637 additions and 3613 deletions

7146
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,52 +1,52 @@
{ {
"name": "helioslauncher", "name": "helioslauncher",
"version": "1.6.0", "version": "1.7.0",
"productName": "Helios Launcher", "productName": "Helios Launcher",
"description": "Modded Minecraft Launcher", "description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)", "author": "Daniel Scalzi (https://github.com/dscalzi/)",
"license": "UNLICENSED", "license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher", "homepage": "https://github.com/dscalzi/HeliosLauncher",
"bugs": { "bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues" "url": "https://github.com/dscalzi/HeliosLauncher/issues"
}, },
"private": true, "private": true,
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"cilinux": "node build.js WINDOWS && node build.js LINUX", "cilinux": "node build.js WINDOWS && node build.js LINUX",
"cidarwin": "node build.js MAC", "cidarwin": "node build.js MAC",
"dist": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js", "dist": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js",
"dist:win": "npm run dist -- WINDOWS", "dist:win": "npm run dist -- WINDOWS",
"dist:mac": "npm run dist -- MAC", "dist:mac": "npm run dist -- MAC",
"dist:linux": "npm run dist -- LINUX", "dist:linux": "npm run dist -- LINUX",
"lint": "eslint --config .eslintrc.json ." "lint": "eslint --config .eslintrc.json ."
}, },
"engines": { "engines": {
"node": "12.x.x" "node": "12.x.x"
}, },
"dependencies": { "dependencies": {
"adm-zip": "^0.4.13", "adm-zip": "^0.4.13",
"async": "^3.1.0", "async": "^3.1.0",
"discord-rpc": "3.1.0", "discord-rpc": "3.1.0",
"ejs": "^2.7.1", "ejs": "^2.7.1",
"ejs-electron": "^2.0.3", "ejs-electron": "^2.0.3",
"electron-updater": "^4.1.2", "electron-updater": "^4.1.2",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"github-syntax-dark": "^0.5.0", "github-syntax-dark": "^0.5.0",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"request": "^2.88.0", "request": "^2.88.0",
"semver": "^6.3.0", "semver": "^6.3.0",
"tar-fs": "^2.0.0", "tar-fs": "^2.0.0",
"winreg": "^1.2.4" "winreg": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {
"cross-env": "^6.0.0", "cross-env": "^6.0.3",
"electron": "^6.0.10", "electron": "^6.0.12",
"electron-builder": "^21.2.0", "electron-builder": "^21.2.0",
"eslint": "^6.4.0" "eslint": "^6.5.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git" "url": "git+https://github.com/dscalzi/HeliosLauncher.git"
} }
} }