mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
1c944a3d86
- updated pictures and statistics - removed `constants.getPatchUri()` function - reworked `Patch/Stream` class to use `git clone` and `git pull` instead of downloading repository archive - fixed patch applying issue (!43)
34 lines
1 KiB
JSON
34 lines
1 KiB
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "2.1.5",
|
|
"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.6",
|
|
"js-md5": "^0.7.3",
|
|
"semver": "^7.3.5",
|
|
"svelte-i18n": "^3.3.13",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@neutralinojs/neu": "^9.1.2",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/js-md5": "^0.4.3",
|
|
"neutralino-appimage-bundler": "^1.3.2",
|
|
"sass": "^1.49.7",
|
|
"svelte": "^3.46.4",
|
|
"svelte-check": "^2.4.3",
|
|
"svelte-preprocess": "^4.10.3",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.5",
|
|
"vite": "^2.8.2"
|
|
}
|
|
}
|