an-anime-game-launcher/package.json
Observer KRypt0n_ 0684774ea8
Several changes
- 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
2021-12-25 16:09:46 +02:00

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"
}
}