Newer
Older
DH_Apicture / package.json
@wudi wudi 13 days ago 2 KB 1
  1. {
  2. "name": "equipmentmonitor",
  3. "version": "3.6.2",
  4. "description": "东湖高新智慧水务大脑",
  5. "author": "新烽光电",
  6. "license": "MIT",
  7. "main": "index.js",
  8. "scripts": {
  9. "dev": "npm run changeModules && cross-env NODE_ENV=development vite ",
  10. "build:prod": "npm run changeModules && vite build",
  11. "build:stage": "npm run changeModules && vite build --mode staging",
  12. "preview": "vite preview",
  13. "changeModules": "node ./scripts/changeModules.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
  18. },
  19. "dependencies": {
  20. "@element-plus/icons-vue": "2.0.10",
  21. "@rongcloud/engine": "5.7.2-enterprise.12",
  22. "@rongcloud/imlib-next": "5.7.2-enterprise.12",
  23. "@rongcloud/plugin-call": "5.1.2-enterprise.2",
  24. "@rongcloud/plugin-rtc": "5.6.9-enterprise.2",
  25. "@vueuse/core": "9.5.0",
  26. "@wangeditor/editor": "^5.1.23",
  27. "@wangeditor/editor-for-vue": "^5.1.12",
  28. "animate.css": "^4.1.1",
  29. "autoprefixer": "^10.4.14",
  30. "axios": "0.27.2",
  31. "cross-env": "^7.0.3",
  32. "crypto-js": "^4.1.1",
  33. "deck.gl": "^9.0.33",
  34. "echarts": "^5.4.1",
  35. "element-plus": "2.2.27",
  36. "file-saver": "2.0.5",
  37. "fuse.js": "6.6.2",
  38. "html2canvas": "^1.4.1",
  39. "install": "^0.13.0",
  40. "js-audio-recorder": "^1.0.7",
  41. "js-cookie": "3.0.1",
  42. "jsencrypt": "3.3.1",
  43. "jspdf": "^2.5.1",
  44. "lamejs": "^1.2.1",
  45. "mitt": "^3.0.0",
  46. "moment": "^2.29.4",
  47. "nprogress": "0.2.0",
  48. "ol": "^6.4.3",
  49. "pinia": "2.0.22",
  50. "swiper": "^8.0.4",
  51. "vue": "3.2.45",
  52. "vue-cropper": "1.0.3",
  53. "vue-router": "4.1.4",
  54. "vue3-seamless-scroll": "^2.0.1"
  55. },
  56. "devDependencies": {
  57. "@vitejs/plugin-vue": "3.1.0",
  58. "@vue/compiler-sfc": "3.2.45",
  59. "@vuemap/unplugin-resolver": "^1.0.4",
  60. "amfe-flexible": "^2.2.1",
  61. "jszip": "^3.10.1",
  62. "postcss-pxtorem": "^6.0.0",
  63. "sass": "1.56.1",
  64. "unplugin-auto-import": "^0.11.4",
  65. "unplugin-vue-components": "^0.24.0",
  66. "vite": "4.4.0",
  67. "vite-plugin-compression": "0.5.1",
  68. "vite-plugin-svg-icons": "2.0.1",
  69. "vite-plugin-vue-setup-extend": "0.4.0"
  70. }
  71. }