package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "client",
  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"
  9. },
  10. "dependencies": {
  11. "axios": "^1.3.5",
  12. "crypto-js": "^4.1.1",
  13. "dayjs": "^1.11.7",
  14. "echarts": "^5.4.2",
  15. "element-plus": "2.3.3",
  16. "js-base64": "^3.7.5",
  17. "js-cookie": "^3.0.1",
  18. "js-fast-way": "^0.0.8",
  19. "js-md5": "^0.7.3",
  20. "js-web-screen-shot": "^1.9.2",
  21. "nprogress": "^0.2.0",
  22. "pinia": "^2.0.34",
  23. "remixicon": "^3.1.1",
  24. "split.js": "^1.6.5",
  25. "vue": "^3.2.47",
  26. "vue-router": "^4.1.6",
  27. "vue-utils-plus": "^1.0.5",
  28. "vuedraggable": "^4.1.0"
  29. },
  30. "devDependencies": {
  31. "@vitejs/plugin-vue": "^4.1.0",
  32. "@vue/compiler-sfc": "^3.2.47",
  33. "autoprefixer": "^10.4.14",
  34. "postcss": "^8.4.21",
  35. "sass": "^1.62.0",
  36. "tailwindcss": "3.3.1",
  37. "unplugin-auto-import": "^0.15.2",
  38. "unplugin-vue-components": "^0.24.1",
  39. "vite": "^4.2.1",
  40. "z-element-plus": "1.0.6",
  41. "z-vfonts": "^0.0.1"
  42. }
  43. }