package.json 981 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "vuetify-project",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  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. "js-cookie": "^3.0.5",
  14. "pinia": "^2.1.7",
  15. "pinia-plugin-persistedstate": "^3.2.1",
  16. "pnpm": "^9.1.0",
  17. "roboto-fontface": "*",
  18. "vue": "^3.4.0",
  19. "vue-i18n": "9",
  20. "vue-router": "^4.3.0",
  21. "vuetify": "^3.5.0"
  22. },
  23. "devDependencies": {
  24. "@rushstack/eslint-patch": "^1.8.0",
  25. "@vitejs/plugin-vue": "^5.0.4",
  26. "@vue/eslint-config-prettier": "^9.0.0",
  27. "eslint": "^8.57.0",
  28. "eslint-plugin-vue": "^9.23.0",
  29. "jsdom": "^24.0.0",
  30. "prettier": "^3.2.5",
  31. "sass": "^1.71.1",
  32. "unplugin-fonts": "^1.1.1",
  33. "unplugin-vue-components": "^0.26.0",
  34. "vite": "^5.1.5",
  35. "vite-plugin-vuetify": "^2.0.3"
  36. }
  37. }