Work on the config and setup

This commit is contained in:
Scott Idem
2023-05-24 22:16:26 -04:00
parent a25978cf6f
commit 29111e8dce
9 changed files with 1946 additions and 10 deletions

16
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "aether_app_native",
"version": "3.6.1",
"version": "2023.5.14.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "aether_app_native",
"version": "3.6.1",
"version": "2023.5.14.2",
"license": "ISC",
"dependencies": {
"axios": "^1.1.2",
@@ -595,9 +595,9 @@
}
},
"node_modules/electron": {
"version": "22.3.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-22.3.6.tgz",
"integrity": "sha512-/1/DivFHH5AWa/uOuqpkeg12/jjicjkBU8kYv70oeqRFwXzoyuJhgwlzER4jZXnbGjF5Nxz9900oXq/QzAViAw==",
"version": "22.3.10",
"resolved": "https://registry.npmjs.org/electron/-/electron-22.3.10.tgz",
"integrity": "sha512-gh7PtSh+rfxHfM4dzPiEO+k1NRo07FvaK/jXG3HzuODrpTTEhC9rsE+AJGrTKQU6Nz7GorseMvnvs8PnUQPPTw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -2527,9 +2527,9 @@
}
},
"electron": {
"version": "22.3.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-22.3.6.tgz",
"integrity": "sha512-/1/DivFHH5AWa/uOuqpkeg12/jjicjkBU8kYv70oeqRFwXzoyuJhgwlzER4jZXnbGjF5Nxz9900oXq/QzAViAw==",
"version": "22.3.10",
"resolved": "https://registry.npmjs.org/electron/-/electron-22.3.10.tgz",
"integrity": "sha512-gh7PtSh+rfxHfM4dzPiEO+k1NRo07FvaK/jXG3HzuODrpTTEhC9rsE+AJGrTKQU6Nz7GorseMvnvs8PnUQPPTw==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",