package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "libre-short",
  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/app": "5.0.7",
  16. "@capacitor/core": "5.7.2",
  17. "@capacitor/haptics": "5.0.7",
  18. "@capacitor/keyboard": "5.0.8",
  19. "@capacitor/status-bar": "5.0.7",
  20. "@ionic/vue": "^7.0.0",
  21. "@ionic/vue-router": "^7.0.0",
  22. "@vueuse/core": "^10.9.0",
  23. "axios": "^1.6.7",
  24. "ionicons": "^7.0.0",
  25. "less": "^4.2.0",
  26. "qs": "^6.12.0",
  27. "swiper": "^11.0.7",
  28. "vue": "^3.3.0",
  29. "vue-router": "^4.2.0"
  30. },
  31. "devDependencies": {
  32. "@capacitor/cli": "5.7.2",
  33. "@types/qs": "^6.9.12",
  34. "@vitejs/plugin-legacy": "^5.0.0",
  35. "@vitejs/plugin-vue": "^4.0.0",
  36. "@vue/eslint-config-typescript": "^12.0.0",
  37. "@vue/test-utils": "^2.3.0",
  38. "autoprefixer": "^10.4.18",
  39. "cypress": "^13.5.0",
  40. "eslint": "^8.35.0",
  41. "eslint-plugin-vue": "^9.9.0",
  42. "jsdom": "^22.1.0",
  43. "postcss": "^8.4.35",
  44. "tailwindcss": "^3.4.1",
  45. "terser": "^5.4.0",
  46. "typescript": "^5.1.6",
  47. "vite": "^5.0.0",
  48. "vitest": "^0.34.6",
  49. "vue-tsc": "^1.0.24"
  50. },
  51. "description": "An Ionic project"
  52. }