mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
f8b75f5182
From previous commits: - removed `js-md5` dependency - added `core/md5()` function base on system `md5sum` command to calculate specified file's md5 hash - updated `Patch` and `CheckIntegrity` files to follow above changes - updated Neutralino version - added `libayatana-appindicator` installation instructions for Fedora - updated notahuman's shaders - fixed several packages names in readme - added DXVK 1.10.1 - added `Wine-GE-Proton 7-7`, `GE-Proton 7-10`, `Lutris 7.2` - Marked as outdated: `GE-Proton 7-3`, `GE-Proton 7-2`, `Wine-GE 7.1-1`, `Wine-GE 7.2-1` and `Wine-GE 7.2-2` - added `dxvk_list` and `runners_list` fields to the `constants.uri` - now `DXVK.list()` and `Runners.list()` can fetch the lists changes from the launcher's repo - made DXVK 1.10.1 and Wine-GE-Proton 7-7 default to install - fixed `xlua.dll` repairing when the patch was applied
32 lines
1,013 B
JSON
32 lines
1,013 B
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "2.2.2",
|
|
"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": {
|
|
"@empathize/framework": "^1.4.8",
|
|
"semver": "^7.3.5",
|
|
"svelte-i18n": "^3.3.13",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@neutralinojs/neu": "^9.2.0",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"neutralino-appimage-bundler": "^1.3.2",
|
|
"sass": "^1.49.8",
|
|
"svelte": "^3.46.4",
|
|
"svelte-check": "^2.4.5",
|
|
"svelte-preprocess": "^4.10.3",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.5",
|
|
"vite": "^2.8.4"
|
|
}
|
|
}
|