update
This commit is contained in:
+4
-1
@@ -8,7 +8,8 @@
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"build:capacitor": "vue-tsc -b && vite build --mode capacitor",
|
||||
"preview": "vite preview",
|
||||
"cap:sync": "npx cap sync",
|
||||
"cap:configure": "node scripts/configure-capacitor.mjs",
|
||||
"cap:sync": "npx cap sync && npm run cap:configure",
|
||||
"cap:open:android": "npx cap open android",
|
||||
"cap:open:ios": "npx cap open ios",
|
||||
"cap:run:android": "npx cap run android",
|
||||
@@ -16,7 +17,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^8.4.2",
|
||||
"@capacitor/barcode-scanner": "^3.1.0",
|
||||
"@capacitor/core": "^8.4.2",
|
||||
"@capacitor/geolocation": "^8.2.0",
|
||||
"@capacitor/ios": "^8.4.2",
|
||||
"@ckeditor/ckeditor5-vue": "^8.2.0",
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
|
||||
Reference in New Issue
Block a user