mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 08:21:47 +03:00
0c1a9e68ca
- updated vite version - made `Game.isTelemetryDisabled()` method to check whether game's telemetry is disabled - made `Domain` class and `Domain.getInfo()` method to get information about some domain - made `Notifications` class to manage system notifications - added telemetry checking before game launching
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.8"
|
|
}
|
|
}
|