mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
7f4f14d76b
- disabled neutralino window hot reloading - fixed `Game.current` version gathering from the game files - fixed `Patch.getPatchInfo()` method working, so now this function and the `Patch.current` field will return correct information whether the patch was applied or not - `Patch.install()` method now can return null if the patch state is "preparation" - added `Voice.selected` field that will represent the `lang.voice` config - fixed `Voice.getDiff()` method errors - improved `Archive`'s stream unpacked files listing - made `Prefix` class, some `Runners` methods from the previous update were moved there - fixed `ProgressBar.init()` method work which also fixes ETA calculation - added bunch of new launcher states and events for them - added `State.update()` method to automatically update launcher's state - `Process` object now can get the output of the process that was started by the `Process.run()` method and can be accesed by the `output` event - also was removed `input` field for the `Process.run()` method options
30 lines
785 B
JSON
30 lines
785 B
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "3.0.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"type": "module",
|
|
"scripts": {
|
|
"neu": "neu",
|
|
"dev": "vite build && neu run --disable-auto-reload",
|
|
"build": "vite build && neu build --release",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"js-md5": "^0.7.3",
|
|
"svelte-i18n": "^3.3.13",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@neutralinojs/neu": "^8.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.32",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/js-md5": "^0.4.3",
|
|
"sass": "^1.45.1",
|
|
"svelte": "^3.44.3",
|
|
"svelte-check": "^2.2.11",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.7.7"
|
|
}
|
|
}
|