| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "kaceeapp7",
- "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/android": "4.7.3",
- "@capacitor/app": "4.1.1",
- "@capacitor/core": "4.7.3",
- "@capacitor/haptics": "4.1.0",
- "@capacitor/ios": "4.7.3",
- "@capacitor/keyboard": "4.1.1",
- "@capacitor/status-bar": "4.1.1",
- "@fortawesome/fontawesome-svg-core": "^6.4.0",
- "@fortawesome/free-brands-svg-icons": "^6.4.0",
- "@fortawesome/free-regular-svg-icons": "^6.4.0",
- "@fortawesome/free-solid-svg-icons": "^6.4.0",
- "@fortawesome/vue-fontawesome": "^3.0.3",
- "@ionic/vue": "^7.0.0",
- "@ionic/vue-router": "^7.0.0",
- "axios": "^1.3.4",
- "ionicons": "^7.0.0",
- "swiper": "^9.2.0",
- "vue": "^3.2.45",
- "vue-router": "^4.1.6"
- },
- "devDependencies": {
- "@capacitor/cli": "4.7.3",
- "@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": "^21.1.0",
- "typescript": "^4.9.3",
- "vite": "^4.1.0",
- "vitest": "^0.29.2",
- "vue-tsc": "^1.0.24"
- },
- "description": "An Ionic project"
- }
|