mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
0684774ea8
- added `vue-i18n` - made `Locales` class to get launcher locales - added checking that settings window is not already open in `Launcher.showSettings()` - improved `promisify()`; now it can work with `Promise` objects - improved `Process` class; added `Process.kill()` and `Process.running()` methods - improved `Window` class, fixed its output
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "3.0.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"neu": "neu",
|
|
"dev": "vite build && neu run --disable-auto-reload",
|
|
"build": "vite build && neu build --release"
|
|
},
|
|
"dependencies": {
|
|
"js-md5": "^0.7.3",
|
|
"vue": "^3.2.25",
|
|
"vue-i18n": "^9.2.0-beta.25",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@neutralinojs/neu": "^8.0.0",
|
|
"@types/js-md5": "^0.4.3",
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
|
"sass": "^1.45.1",
|
|
"vite": "^2.7.6"
|
|
}
|
|
}
|