added splash screen and changed appId

This commit is contained in:
2024-11-04 11:30:08 +02:00
parent 6e25d338f7
commit 91f9b4c748
39 changed files with 55 additions and 17 deletions

17
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ext-one",
"version": "0.0.0",
"name": "qortal-go",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ext-one",
"version": "0.0.0",
"name": "qortal-go",
"version": "0.2.0",
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/browser": "^6.0.3",
@@ -14,6 +14,7 @@
"@capacitor/core": "^6.1.2",
"@capacitor/filesystem": "^6.0.1",
"@capacitor/local-notifications": "^6.1.0",
"@capacitor/splash-screen": "^6.0.2",
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
@@ -525,6 +526,14 @@
"@capacitor/core": "^6.0.0"
}
},
"node_modules/@capacitor/splash-screen": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@capacitor/splash-screen/-/splash-screen-6.0.2.tgz",
"integrity": "sha512-WC0KYZ+ev15up03xs4fTnoTKwBVUSxXsKKQr/8XAncvi/nAG8qrpanW8OlavSC5zF5e1IZZDLsI2GSv0SkZ7VQ==",
"peerDependencies": {
"@capacitor/core": "^6.0.0"
}
},
"node_modules/@chatscope/chat-ui-kit-react": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@chatscope/chat-ui-kit-react/-/chat-ui-kit-react-2.0.3.tgz",