package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "archives",
  3. "private": true,
  4. "version": "3.5.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.4.0",
  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.4.0",
  17. "js-base64": "^3.7.5",
  18. "js-cookie": "^3.0.5",
  19. "js-fast-way": "^0.1.7",
  20. "js-md5": "^0.7.3",
  21. "js-web-screen-shot": "^1.9.7-rc.2",
  22. "nprogress": "^0.2.0",
  23. "pinia": "^2.1.4",
  24. "remixicon": "^3.3.0",
  25. "sortablejs": "^1.15.0",
  26. "split.js": "^1.6.5",
  27. "vue": "^3.3.4",
  28. "vue-router": "^4.2.2",
  29. "vuedraggable": "^4.1.0"
  30. },
  31. "devDependencies": {
  32. "@vitejs/plugin-vue": "^4.2.3",
  33. "@vue/compiler-sfc": "^3.3.4",
  34. "animate.css": "^4.1.1",
  35. "archiver": "^5.3.1",
  36. "autoprefixer": "^10.4.14",
  37. "cssnano": "^6.0.1",
  38. "mitt": "^3.0.0",
  39. "postcss": "^8.4.24",
  40. "sass": "^1.63.4",
  41. "tailwindcss": "3.3.2",
  42. "vite": "^4.3.9"
  43. }
  44. }