mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 12:56:06 +03:00
0854a2fefd
- changed launcher version field in neutralino configs - updated vite dependency version - added launcher background and social buttons reactive loading - added `Cache` class that probably will be useless in future -
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "an-anime-game-launcher",
|
|
"version": "3.0.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@neutralinojs/neu": "^8.0.0",
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
|
"sass": "^1.45.1",
|
|
"vite": "^2.7.6"
|
|
}
|
|
}
|