add Capacitor
This commit is contained in:
12
capacitor.config.ts
Normal file
12
capacitor.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.contexted.app',
|
||||
appName: 'Contexted',
|
||||
webDir: 'dist',
|
||||
server: {
|
||||
androidScheme: 'https'
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
1094
package-lock.json
generated
1094
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user