package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "hac",
  3. "private": true,
  4. "version": "1.0.0",
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "node:build": "node ./scripts/build.js && vite build && node ./scripts/restore.js && node ./scripts/zip.js"
  9. },
  10. "dependencies": {
  11. "axios": "^1.3.6",
  12. "crypto-js": "^4.1.1",
  13. "dayjs": "^1.11.8",
  14. "echarts": "^5.4.2",
  15. "element-plus": "2.3.6",
  16. "hc-vue3-ui": "^1.3.6",
  17. "js-base64": "^3.7.5",
  18. "js-cookie": "^3.0.5",
  19. "js-fast-way": "^0.1.0",
  20. "js-md5": "^0.7.3",
  21. "nprogress": "^0.2.0",
  22. "pinia": "^2.1.3",
  23. "vue": "^3.3.4",
  24. "vue-router": "^4.2.2",
  25. "vue3-tree-org": "^4.2.2"
  26. },
  27. "devDependencies": {
  28. "@vitejs/plugin-vue": "^4.2.3",
  29. "@vue/compiler-sfc": "^3.3.4",
  30. "archiver": "^5.3.1",
  31. "autoprefixer": "^10.4.14",
  32. "postcss": "^8.4.24",
  33. "sass": "^1.63.2",
  34. "tailwindcss": "3.3.2",
  35. "vite": "^4.3.9"
  36. }
  37. }