mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-30 05:28:15 +03:00
f7cb1e7d24
- added some buttons to settings menu + winetricks + winecfg + launcher folder + game folder - made `Button` component - fixed textarea and input background in dark theme in tables From previous commits: - made outdated files deletion - reworked runners selection list - removed `purge_dxvk_logs` config - added `purge_logs.game` and `purge_logs.launcher` configs - now launcher can delete its own old log files - made DXVK logs deletion option works - `Patch/Stream`'s `patchFinish()` callback now have `result: boolean` argument which indicates whether the patch was successfully applied - `Patch/Stream` now also logs patch script output - if the patch wasn't successfully applied - then `ApplyPatch` script will show user a notification about it - also was fixed notification icon in telemetry checking - fixed typo in notahuman's shaders
32 lines
1,015 B
JSON
32 lines
1,015 B
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "2.0.0-beta-9",
|
|
"license": "GPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"neu": "neu",
|
|
"dev": "vite build && neu run --disable-auto-reload",
|
|
"build": "vite build && rm -rf dist/an-anime-game-launcher/public && mkdir -p dist/an-anime-game-launcher/public && cp -r public dist/an-anime-game-launcher && neu build --release",
|
|
"bundle": "node scripts/bundle-appimage.cjs",
|
|
"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.1.0",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.33",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/js-md5": "^0.4.3",
|
|
"neutralino-appimage-bundler": "^1.3.1",
|
|
"sass": "^1.45.2",
|
|
"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.10"
|
|
}
|
|
}
|