init capacitor
This commit is contained in:
parent
f5388abeb0
commit
257f0c833c
13
capacitor.config.json
Normal file
13
capacitor.config.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"appId": "sh.adb.matrixChat",
|
||||||
|
"appName": "matrix-chat",
|
||||||
|
"bundledWebRuntime": false,
|
||||||
|
"npmClient": "npm",
|
||||||
|
"webDir": "./dist",
|
||||||
|
"plugins": {
|
||||||
|
"SplashScreen": {
|
||||||
|
"launchShowDuration": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cordova": {}
|
||||||
|
}
|
@ -8,6 +8,9 @@
|
|||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@capacitor/android": "^2.4.7",
|
||||||
|
"@capacitor/cli": "^2.4.7",
|
||||||
|
"@capacitor/core": "^2.4.7",
|
||||||
"@modular-matrix/parse-mxc": "^1.0.1",
|
"@modular-matrix/parse-mxc": "^1.0.1",
|
||||||
"@vue-polkadot/vue-identicon": "^0.0.8",
|
"@vue-polkadot/vue-identicon": "^0.0.8",
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user