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": "^0.27.2",
  11. "click-outside-vue3": "^4.0.1",
  12. "crypto-js": "^4.1.1",
  13. "dayjs": "^1.11.5",
  14. "echarts": "^5.3.3",
  15. "element-plus": "^2.2.16",
  16. "js-base64": "^3.7.2",
  17. "js-cookie": "^3.0.1",
  18. "js-md5": "^0.7.3",
  19. "js-web-screen-shot": "^1.7.3",
  20. "nprogress": "^0.2.0",
  21. "pinia": "^2.0.22",
  22. "remixicon": "^2.5.0",
  23. "vooks": "^0.2.12",
  24. "vue": "^3.2.39",
  25. "vue-router": "^4.1.5",
  26. "vue-utils-plus": "^1.0.2",
  27. "vuedraggable": "^4.1.0"
  28. },
  29. "devDependencies": {
  30. "@vitejs/plugin-vue": "^3.1.0",
  31. "@vue/compiler-sfc": "^3.2.39",
  32. "autoprefixer": "^10.4.9",
  33. "postcss": "^8.4.16",
  34. "sass": "^1.54.9",
  35. "tailwindcss": "^3.1.8",
  36. "unplugin-auto-import": "^0.11.2",
  37. "unplugin-vue-components": "^0.22.7",
  38. "vfonts": "^0.0.3",
  39. "vite": "^3.1.0"
  40. }
  41. }