an-anime-game-launcher/package.json
Observer KRypt0n_ ee58e179c3
Several changes
- changed aur package name and link
- removed webkit2gtk from the install commands in readme
- added theme auto-switching
- fixed dxvk config updating after installation
- fixed `fetch()` delaying issues
2021-12-29 01:21:34 +02:00

30 lines
776 B
JSON

{
"name": "an-anime-game-launcher",
"version": "3.0.0",
"license": "GPL-3.0",
"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"
}
}