package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "vue-naive-admin",
  3. "type": "module",
  4. "version": "2.0.0",
  5. "private": true,
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "lint:fix": "eslint --fix",
  11. "postinstall": "npx simple-git-hooks",
  12. "up": "taze major -I"
  13. },
  14. "dependencies": {
  15. "@arco-design/color": "^0.4.0",
  16. "@vueuse/core": "^12.7.0",
  17. "@wangeditor/editor": "^5.1.23",
  18. "@wangeditor/editor-for-vue": "^5.1.12",
  19. "axios": "^1.8.1",
  20. "dayjs": "^1.11.13",
  21. "echarts": "^5.6.0",
  22. "lodash-es": "^4.17.21",
  23. "naive-ui": "^2.41.0",
  24. "pinia": "^3.0.1",
  25. "pinia-plugin-persistedstate": "^4.2.0",
  26. "vue": "^3.5.13",
  27. "vue-echarts": "^7.0.3",
  28. "vue-naive-admin": "file:",
  29. "vue-router": "^4.5.0",
  30. "xlsx": "^0.18.5"
  31. },
  32. "devDependencies": {
  33. "@antfu/eslint-config": "^4.3.0",
  34. "@iconify/json": "^2.2.311",
  35. "@unocss/eslint-config": "^66.0.0",
  36. "@unocss/eslint-plugin": "^66.0.0",
  37. "@unocss/preset-rem-to-px": "^66.0.0",
  38. "@vitejs/plugin-vue": "^5.2.1",
  39. "@vitejs/plugin-vue-jsx": "^4.1.1",
  40. "eslint": "^9.21.0",
  41. "eslint-plugin-format": "^1.0.1",
  42. "esno": "^4.8.0",
  43. "fs-extra": "^11.3.0",
  44. "glob": "^11.0.1",
  45. "lint-staged": "^15.4.3",
  46. "rollup-plugin-visualizer": "^5.14.0",
  47. "simple-git-hooks": "^2.11.1",
  48. "taze": "^18.6.0",
  49. "unocss": "^66.0.0",
  50. "unplugin-auto-import": "^19.1.1",
  51. "unplugin-vue-components": "^28.4.1",
  52. "vite": "^6.2.0",
  53. "vite-plugin-router-warn": "^1.0.0",
  54. "vite-plugin-vue-devtools": "^7.7.2",
  55. "vue3-intro-step": "^1.0.5"
  56. },
  57. "simple-git-hooks": {
  58. "pre-commit": "pnpm lint-staged"
  59. },
  60. "lint-staged": {
  61. "*": "eslint --fix"
  62. }
  63. }