package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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.7",
  14. "echarts": "^5.4.2",
  15. "element-plus": "2.3.4",
  16. "hc-vue3-ui": "^1.0.3",
  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.0.35",
  23. "remixicon": "^3.1.1",
  24. "vue": "^3.2.47",
  25. "vue-router": "^4.1.6"
  26. },
  27. "devDependencies": {
  28. "@vitejs/plugin-vue": "^4.2.1",
  29. "@vue/compiler-sfc": "^3.2.47",
  30. "archiver": "^5.3.1",
  31. "autoprefixer": "^10.4.14",
  32. "postcss": "^8.4.23",
  33. "sass": "^1.62.1",
  34. "tailwindcss": "3.3.2",
  35. "unplugin-auto-import": "^0.15.2",
  36. "unplugin-vue-components": "^0.24.1",
  37. "vite": "^4.3.5",
  38. "z-vfonts": "^0.0.1"
  39. }
  40. }