| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "alarm-system-app",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc && vite build && capacitor sync",
- "preview": "vite preview",
- "lint": "eslint"
- },
- "dependencies": {
- "@aashu-dubey/capacitor-statusbar-safe-area": "^2.1.1",
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@capacitor-community/file-opener": "^1.0.5",
- "@capacitor-community/media": "^5.3.0",
- "@capacitor/android": "4.8.1",
- "@capacitor/app": "^4.1.1",
- "@capacitor/core": "^5.6.0",
- "@capacitor/filesystem": "^5.2.0",
- "@capacitor/ios": "4.8.1",
- "@capacitor/keyboard": "^5.0.7",
- "@capacitor/network": "^5.0.6",
- "@capacitor/screen-orientation": "^5.0.6",
- "@capacitor/status-bar": "^5.0.6",
- "@he-tree/vue": "^2.7.1",
- "@hugotomazi/capacitor-navigation-bar": "^2.0.1",
- "@ionic/pwa-elements": "^3.1.1",
- "@ionic/vue": "7.0.1",
- "@ionic/vue-router": "7.0.1",
- "date-fns": "^3.6.0",
- "js-md5": "^0.7.3",
- "nipplejs": "^0.10.1",
- "pinia": "^2.1.7",
- "pinia-plugin-persistedstate": "^3.2.0",
- "swiper": "^11.0.5",
- "vue": "3.3.9",
- "vue-router": "4.1.6"
- },
- "devDependencies": {
- "@capacitor/cli": "4.8.1",
- "@vitejs/plugin-vue": "4.1.0",
- "@vue/eslint-config-typescript": "11.0.2",
- "eslint": "8.38.0",
- "eslint-plugin-vue": "9.10.0",
- "sass": "1.62.0",
- "typescript": "4.9.5",
- "vite": "4.2.1",
- "vite-plugin-eslint": "^1.8.1",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue-tsc": "1.2.0"
- }
- }
|