| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "TMTApp",
- "private": true,
- "version": "0.0.1",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc && vite build",
- "preview": "vite preview",
- "test:e2e": "cypress run",
- "test:unit": "vitest",
- "lint": "eslint"
- },
- "dependencies": {
- "@capacitor-community/apple-sign-in": "^5.0.0",
- "@capacitor-community/facebook-login": "^5.0.3",
- "@capacitor-community/fcm": "^5.0.2",
- "@capacitor/android": "5.5.0",
- "@capacitor/app": "5.0.6",
- "@capacitor/core": "5.5.0",
- "@capacitor/haptics": "5.0.6",
- "@capacitor/ios": "5.5.0",
- "@capacitor/keyboard": "5.0.6",
- "@capacitor/preferences": "^5.0.6",
- "@capacitor/push-notifications": "^5.1.0",
- "@capacitor/share": "^5.0.6",
- "@capacitor/splash-screen": "^5.0.6",
- "@capacitor/status-bar": "5.0.6",
- "@capgo/inappbrowser": "^1.2.19",
- "@codetrix-studio/capacitor-google-auth": "^3.3.4",
- "@ionic/vue": "^7.5.4",
- "@ionic/vue-router": "^7.5.4",
- "@vimeo/player": "^2.20.1",
- "axios": "^1.6.0",
- "axios-cache-interceptor": "^1.3.2",
- "axios-extensions": "^3.1.6",
- "human-number": "^2.0.4",
- "humanize-plus": "^1.8.2",
- "ionicons": "^7.0.0",
- "marked": "^10.0.0",
- "moment": "^2.29.4",
- "pluralize": "^8.0.0",
- "swiper": "^11.0.3",
- "vue": "^3.2.45",
- "vue-core-video-player": "^0.2.0",
- "vue-read-more": "^1.1.1",
- "vue-router": "^4.1.6",
- "vue-vimeo-player": "^1.1.2"
- },
- "devDependencies": {
- "@capacitor/assets": "^3.0.4",
- "@capacitor/cli": "5.5.0",
- "@vitejs/plugin-legacy": "^4.0.2",
- "@vitejs/plugin-vue": "^4.0.0",
- "@vue/eslint-config-typescript": "^11.0.2",
- "@vue/test-utils": "^2.3.0",
- "cypress": "^12.7.0",
- "eslint": "^8.35.0",
- "eslint-plugin-vue": "^9.9.0",
- "jsdom": "^22.1.0",
- "typescript": "^5.1.6",
- "vite": "^4.3.9",
- "vitest": "^0.32.2",
- "vue-tsc": "^1.0.24"
- },
- "description": "An Ionic project"
- }
|