Bez popisu

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "TMTApp",
  3. "private": true,
  4. "version": "0.0.1",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc && vite build",
  9. "preview": "vite preview",
  10. "test:e2e": "cypress run",
  11. "test:unit": "vitest",
  12. "lint": "eslint"
  13. },
  14. "dependencies": {
  15. "@capacitor-community/apple-sign-in": "^5.0.0",
  16. "@capacitor-community/facebook-login": "^5.0.3",
  17. "@capacitor-community/fcm": "^5.0.2",
  18. "@capacitor/android": "5.5.0",
  19. "@capacitor/app": "5.0.6",
  20. "@capacitor/core": "5.5.0",
  21. "@capacitor/haptics": "5.0.6",
  22. "@capacitor/ios": "5.5.0",
  23. "@capacitor/keyboard": "5.0.6",
  24. "@capacitor/preferences": "^5.0.6",
  25. "@capacitor/push-notifications": "^5.1.0",
  26. "@capacitor/share": "^5.0.6",
  27. "@capacitor/splash-screen": "^5.0.6",
  28. "@capacitor/status-bar": "5.0.6",
  29. "@capgo/inappbrowser": "^1.2.19",
  30. "@codetrix-studio/capacitor-google-auth": "^3.3.4",
  31. "@ionic/vue": "^7.5.4",
  32. "@ionic/vue-router": "^7.5.4",
  33. "@vimeo/player": "^2.20.1",
  34. "axios": "^1.6.0",
  35. "axios-cache-interceptor": "^1.3.2",
  36. "axios-extensions": "^3.1.6",
  37. "human-number": "^2.0.4",
  38. "humanize-plus": "^1.8.2",
  39. "ionicons": "^7.0.0",
  40. "marked": "^10.0.0",
  41. "moment": "^2.29.4",
  42. "pluralize": "^8.0.0",
  43. "swiper": "^11.0.3",
  44. "vue": "^3.2.45",
  45. "vue-core-video-player": "^0.2.0",
  46. "vue-read-more": "^1.1.1",
  47. "vue-router": "^4.1.6",
  48. "vue-vimeo-player": "^1.1.2"
  49. },
  50. "devDependencies": {
  51. "@capacitor/assets": "^3.0.4",
  52. "@capacitor/cli": "5.5.0",
  53. "@vitejs/plugin-legacy": "^4.0.2",
  54. "@vitejs/plugin-vue": "^4.0.0",
  55. "@vue/eslint-config-typescript": "^11.0.2",
  56. "@vue/test-utils": "^2.3.0",
  57. "cypress": "^12.7.0",
  58. "eslint": "^8.35.0",
  59. "eslint-plugin-vue": "^9.9.0",
  60. "jsdom": "^22.1.0",
  61. "typescript": "^5.1.6",
  62. "vite": "^4.3.9",
  63. "vitest": "^0.32.2",
  64. "vue-tsc": "^1.0.24"
  65. },
  66. "description": "An Ionic project"
  67. }