package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "client",
  3. "private": true,
  4. "version": "3.5.0",
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build"
  8. },
  9. "dependencies": {
  10. "axios": "^1.1.3",
  11. "crypto-js": "^4.1.1",
  12. "dayjs": "^1.11.5",
  13. "echarts": "^5.4.0",
  14. "element-plus": "^2.2.18",
  15. "js-base64": "^3.7.2",
  16. "js-cookie": "^3.0.1",
  17. "js-md5": "^0.7.3",
  18. "js-web-screen-shot": "^1.7.9",
  19. "nprogress": "^0.2.0",
  20. "pinia": "^2.0.23",
  21. "remixicon": "^2.5.0",
  22. "vooks": "^0.2.12",
  23. "vue": "^3.2.41",
  24. "vue-router": "^4.1.5",
  25. "vue-utils-plus": "^1.0.3",
  26. "vuedraggable": "^4.1.0"
  27. },
  28. "devDependencies": {
  29. "@vitejs/plugin-vue": "^3.1.2",
  30. "@vue/compiler-sfc": "^3.2.41",
  31. "autoprefixer": "^10.4.12",
  32. "codemirror": "^6.0.1",
  33. "postcss": "^8.4.18",
  34. "sass": "^1.55.0",
  35. "tailwindcss": "^3.1.8",
  36. "unplugin-auto-import": "^0.11.2",
  37. "unplugin-vue-components": "^0.22.8",
  38. "vfonts": "^0.0.3",
  39. "vite": "^3.1.8"
  40. }
  41. }