Нет описания

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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/facebook-login": "^5.0.3",
  16. "@capacitor/app": "5.0.6",
  17. "@capacitor/core": "5.5.0",
  18. "@capacitor/haptics": "5.0.6",
  19. "@capacitor/ios": "5.5.0",
  20. "@capacitor/keyboard": "5.0.6",
  21. "@capacitor/preferences": "^5.0.6",
  22. "@capacitor/push-notifications": "^5.1.0",
  23. "@capacitor/share": "^5.0.6",
  24. "@capacitor/status-bar": "5.0.6",
  25. "@codetrix-studio/capacitor-google-auth": "^3.3.4",
  26. "@ionic/vue": "^7.5.4",
  27. "@ionic/vue-router": "^7.5.4",
  28. "@vimeo/player": "^2.20.1",
  29. "axios": "^1.6.0",
  30. "axios-cache-interceptor": "^1.3.2",
  31. "axios-extensions": "^3.1.6",
  32. "ionicons": "^7.0.0",
  33. "marked": "^10.0.0",
  34. "moment": "^2.29.4",
  35. "swiper": "^11.0.3",
  36. "vue": "^3.2.45",
  37. "vue-core-video-player": "^0.2.0",
  38. "vue-router": "^4.1.6",
  39. "vue-vimeo-player": "^1.1.2"
  40. },
  41. "devDependencies": {
  42. "@capacitor/cli": "5.5.0",
  43. "@vitejs/plugin-legacy": "^4.0.2",
  44. "@vitejs/plugin-vue": "^4.0.0",
  45. "@vue/eslint-config-typescript": "^11.0.2",
  46. "@vue/test-utils": "^2.3.0",
  47. "cypress": "^12.7.0",
  48. "eslint": "^8.35.0",
  49. "eslint-plugin-vue": "^9.9.0",
  50. "jsdom": "^22.1.0",
  51. "typescript": "^5.1.6",
  52. "vite": "^4.3.9",
  53. "vitest": "^0.32.2",
  54. "vue-tsc": "^1.0.24"
  55. },
  56. "description": "An Ionic project"
  57. }