4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-16 12:13:50 +00:00

Move to electron 28 and changed everything to ESM

This commit is contained in:
2023-11-23 23:30:26 +01:00
parent ebf00f0596
commit 9e20458ff6
8 changed files with 208 additions and 171 deletions

View File

@@ -4,6 +4,7 @@
"version": "2.1.0",
"description": "Altarik Launcher",
"main": "src/server/main.js",
"type": "module",
"homepage": "https://altarik.fr/",
"private": true,
"repository": "AltarikMC/Launcher",
@@ -34,7 +35,7 @@
"@electron-forge/maker-zip": "^7.1.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.1.0",
"@electron-forge/publisher-github": "^7.1.0",
"electron": "^27.1.0"
"electron": "beta"
},
"dependencies": {
"decompress": "^4.2.1",
@@ -42,14 +43,14 @@
"electron-log": "^5.0.0",
"electron-squirrel-startup": "^1.0.0",
"extract-zip": "^2.0.1",
"hasha": "^5.2.2",
"hasha": "^6.0.0",
"izitoast": "^1.4.0",
"minecraft-launcher-core": "^3.17.3",
"msmc": "^4.1.0",
"node-fetch": "^2.7.0",
"node-fetch": "^3.0.0",
"vue": "^3.3.8"
},
"config": {
"forge": "./config.forge.js"
"forge": "./config.forge.cjs"
}
}