package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "alarm-system-app",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc && vite build && capacitor sync",
  9. "preview": "vite preview",
  10. "lint": "eslint"
  11. },
  12. "dependencies": {
  13. "@aashu-dubey/capacitor-statusbar-safe-area": "^2.1.1",
  14. "@amap/amap-jsapi-loader": "^1.0.1",
  15. "@capacitor-community/file-opener": "^1.0.5",
  16. "@capacitor-community/media": "^5.3.0",
  17. "@capacitor/android": "4.8.1",
  18. "@capacitor/app": "^4.1.1",
  19. "@capacitor/core": "^5.6.0",
  20. "@capacitor/filesystem": "^5.2.0",
  21. "@capacitor/ios": "4.8.1",
  22. "@capacitor/keyboard": "^5.0.7",
  23. "@capacitor/network": "^5.0.6",
  24. "@capacitor/screen-orientation": "^5.0.6",
  25. "@capacitor/status-bar": "^5.0.6",
  26. "@he-tree/vue": "^2.7.1",
  27. "@hugotomazi/capacitor-navigation-bar": "^2.0.1",
  28. "@ionic/pwa-elements": "^3.1.1",
  29. "@ionic/vue": "7.0.1",
  30. "@ionic/vue-router": "7.0.1",
  31. "date-fns": "^3.6.0",
  32. "js-md5": "^0.7.3",
  33. "nipplejs": "^0.10.1",
  34. "pinia": "^2.1.7",
  35. "pinia-plugin-persistedstate": "^3.2.0",
  36. "swiper": "^11.0.5",
  37. "vue": "3.3.9",
  38. "vue-router": "4.1.6"
  39. },
  40. "devDependencies": {
  41. "@capacitor/cli": "4.8.1",
  42. "@vitejs/plugin-vue": "4.1.0",
  43. "@vue/eslint-config-typescript": "11.0.2",
  44. "eslint": "8.38.0",
  45. "eslint-plugin-vue": "9.10.0",
  46. "sass": "1.62.0",
  47. "typescript": "4.9.5",
  48. "vite": "4.2.1",
  49. "vite-plugin-eslint": "^1.8.1",
  50. "vite-plugin-svg-icons": "^2.0.1",
  51. "vue-tsc": "1.2.0"
  52. }
  53. }