package.json 974 B

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