package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "vuetify-project",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite --host 0.0.0.0",
  6. "build": "vite build",
  7. "preview": "vite preview",
  8. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  9. "format": "prettier --write src/"
  10. },
  11. "dependencies": {
  12. "@mdi/font": "7.0.96",
  13. "axios": "^1.6.8",
  14. "js-cookie": "^3.0.5",
  15. "pinia": "^2.1.7",
  16. "pinia-plugin-persistedstate": "^3.2.1",
  17. "qs": "^6.12.1",
  18. "pnpm": "^9.1.0",
  19. "roboto-fontface": "*",
  20. "vue": "^3.4.0",
  21. "vue-i18n": "9",
  22. "vue-router": "^4.3.0",
  23. "vuetify": "^3.5.0"
  24. },
  25. "devDependencies": {
  26. "@rushstack/eslint-patch": "^1.8.0",
  27. "@vitejs/plugin-vue": "^5.0.4",
  28. "@vue/eslint-config-prettier": "^9.0.0",
  29. "eslint": "^8.57.0",
  30. "eslint-plugin-vue": "^9.23.0",
  31. "jsdom": "^24.0.0",
  32. "prettier": "^3.2.5",
  33. "sass": "^1.71.1",
  34. "unplugin-fonts": "^1.1.1",
  35. "unplugin-vue-components": "^0.26.0",
  36. "vite": "^5.1.5",
  37. "vite-plugin-vuetify": "^2.0.3"
  38. }
  39. }