First iteration of the conversion to use SvelteKit.

This commit is contained in:
Scott Idem
2024-08-14 19:26:39 -04:00
parent 54ae460da5
commit fdbd12b64f
3 changed files with 663 additions and 2006 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "aether_app_native",
"productName": "Aether App: Native",
"version": "2023.5.14.2",
"version": "2024.8.14.1",
"description": "One Sky IT's Native Aether App",
"main": "index.js",
"scripts": {
@@ -19,7 +19,7 @@
"path": "^0.12.7"
},
"devDependencies": {
"electron": "^22.3.6",
"electron-packager": "^16.0.0"
"electron": "^31.0.0",
"electron-packager": "^17.1.2"
}
}