package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "vite-vue2",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build",
  7. "preview": "vite preview --port 4173",
  8. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
  9. },
  10. "dependencies": {
  11. "animate.css": "^4.1.1",
  12. "ant-design-vue": "^1.7.8",
  13. "axios": "^1.2.6",
  14. "echarts": "^5.4.1",
  15. "echarts-liquidfill": "^3.1.0",
  16. "element-resize-detector": "^1.2.4",
  17. "hikvs-web": "^1.0.4",
  18. "html2canvas": "^1.4.1",
  19. "jspdf": "^2.5.1",
  20. "moment": "^2.29.4",
  21. "pinia": "^2.0.16",
  22. "pinia-plugin-persistedstate": "^3.1.0",
  23. "qs": "^6.11.0",
  24. "three": "^0.151.2",
  25. "vue": "^2.7.14",
  26. "vue-router": "^3.5.4",
  27. "xlsx": "^0.16.0"
  28. },
  29. "devDependencies": {
  30. "@antfu/eslint-config": "^0.34.1",
  31. "@iconify-json/carbon": "^1.1.16",
  32. "@iconify-json/icon-park": "^1.1.10",
  33. "@iconify-json/icon-park-outline": "^1.1.9",
  34. "@iconify-json/material-symbols": "^1.1.41",
  35. "@iconify-json/mdi": "^1.1.50",
  36. "@iconify-json/uil": "^1.1.4",
  37. "@vitejs/plugin-legacy": "^2.3.1",
  38. "@vitejs/plugin-vue2": "^2.1.0",
  39. "eslint": "^8.5.0",
  40. "eslint-plugin-vue": "^9.0.0",
  41. "less": "^3.13.1",
  42. "less-loader": "^11.1.0",
  43. "mockjs": "^1.1.0",
  44. "rollup-plugin-visualizer": "^5.9.0",
  45. "terser": "^5.14.2",
  46. "unplugin-auto-import": "^0.12.1",
  47. "unplugin-icons": "^0.15.1",
  48. "unplugin-vue-components": "^0.22.12",
  49. "vite": "^3.2.5",
  50. "vite-plugin-antdv-fix": "^1.0.3",
  51. "vite-plugin-compression": "^0.5.1",
  52. "vite-plugin-mock": "^2.9.6",
  53. "vue-template-compiler": "^2.7.14",
  54. "vue-template-es2015-compiler": "^1.9.1"
  55. }
  56. }