25-02-2025
This commit is contained in:
parent
98084de7d0
commit
70a7776da5
53 changed files with 6719 additions and 833 deletions
21
frontend/src-capacitor/capacitor.config.json
Normal file
21
frontend/src-capacitor/capacitor.config.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"appId": "media.adametz.thatsme",
|
||||
"appName": "Thats Me",
|
||||
"webDir": "www",
|
||||
"plugins": {
|
||||
"SplashScreen": {
|
||||
"launchShowDuration": 0
|
||||
},
|
||||
"StatusBar": {
|
||||
"overlaysWebView": false,
|
||||
"style": "light",
|
||||
"backgroundColor": "#000000"
|
||||
}
|
||||
},
|
||||
"ios": {
|
||||
"contentInset": "never"
|
||||
},
|
||||
"android": {
|
||||
"allowMixedContent": false
|
||||
}
|
||||
}
|
||||
1094
frontend/src-capacitor/package-lock.json
generated
Normal file
1094
frontend/src-capacitor/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
14
frontend/src-capacitor/package.json
Normal file
14
frontend/src-capacitor/package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "thatsme-quasar",
|
||||
"version": "0.0.1",
|
||||
"description": " Thats me Quasar Project",
|
||||
"author": "Kevin Adametz",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@capacitor/app": "^7.0.0",
|
||||
"@capacitor/cli": "^7.0.0",
|
||||
"@capacitor/core": "^7.0.0",
|
||||
"@capacitor/ios": "^7.5.0",
|
||||
"@capacitor/status-bar": "^7.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue