add Capacitor

This commit is contained in:
2023-05-30 00:45:45 +02:00
parent bd9b926550
commit 45fd39022d
3 changed files with 1107 additions and 3 deletions

View File

@@ -15,6 +15,9 @@
"deploy": "npm run build && firebase deploy --only hosting:contexted-v3"
},
"dependencies": {
"@capacitor/android": "^5.0.4",
"@capacitor/core": "^5.0.4",
"@capacitor/ios": "^5.0.4",
"@ckeditor/ckeditor5-autoformat": "^37.1.0",
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
"@ckeditor/ckeditor5-editor-balloon": "^37.1.0",
@@ -49,6 +52,7 @@
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@capacitor/cli": "^5.0.4",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/typography": "^0.5.9",
"@tsconfig/node18": "^2.0.1",