You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
435 B

7 months ago
7 months ago
7 months ago
  1. {
  2. "name": "vuehomilylink",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "axios": "^1.7.8",
  13. "pinia": "^2.2.6",
  14. "vue": "^3.5.12",
  15. "vue-router": "^4.4.5"
  16. },
  17. "devDependencies": {
  18. "@vitejs/plugin-vue": "^5.1.4",
  19. "vite": "^5.4.10",
  20. "vite-plugin-vue-devtools": "^7.5.4"
  21. }
  22. }