Açıklama Yok

package.json 865B

12345678910111213141516171819202122232425262728293031323334353637
  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. "@ionic/vue": "^7.0.0",
  16. "@ionic/vue-router": "^7.0.0",
  17. "ionicons": "^7.0.0",
  18. "vue": "^3.2.45",
  19. "vue-router": "^4.1.6"
  20. },
  21. "devDependencies": {
  22. "@vitejs/plugin-legacy": "^4.0.2",
  23. "@vitejs/plugin-vue": "^4.0.0",
  24. "@vue/eslint-config-typescript": "^11.0.2",
  25. "@vue/test-utils": "^2.3.0",
  26. "cypress": "^12.7.0",
  27. "eslint": "^8.35.0",
  28. "eslint-plugin-vue": "^9.9.0",
  29. "jsdom": "^22.1.0",
  30. "typescript": "^5.1.6",
  31. "vite": "^4.3.9",
  32. "vitest": "^0.32.2",
  33. "vue-tsc": "^1.0.24"
  34. },
  35. "description": "An Ionic project"
  36. }