Newer
Older
urbanLifeline_YanAn / package.json
@zhangqy zhangqy on 3 Oct 2 KB first commit
  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. "postinstall": "patch-package"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
  19. },
  20. "dependencies": {
  21. "@element-plus/icons-vue": "2.0.10",
  22. "@rongcloud/engine": "5.7.2-enterprise.12",
  23. "@rongcloud/imlib-next": "5.7.2-enterprise.12",
  24. "@rongcloud/plugin-call": "5.1.2-enterprise.2",
  25. "@rongcloud/plugin-rtc": "5.6.9-enterprise.2",
  26. "@vueuse/core": "9.5.0",
  27. "@wangeditor/editor": "^5.1.23",
  28. "@wangeditor/editor-for-vue": "^5.1.12",
  29. "animate.css": "^4.1.1",
  30. "autoprefixer": "^10.4.14",
  31. "axios": "0.27.2",
  32. "cross-env": "^7.0.3",
  33. "crypto-js": "^4.1.1",
  34. "echarts": "^5.5.1",
  35. "echarts-gl": "^2.0.9",
  36. "element-plus": "2.2.27",
  37. "file-saver": "2.0.5",
  38. "fuse.js": "6.6.2",
  39. "html2canvas": "^1.4.1",
  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. "patch-package": "^8.0.0",
  63. "postcss-pxtorem": "^6.0.0",
  64. "postinstall-postinstall": "^2.1.0",
  65. "sass": "1.56.1",
  66. "unplugin-auto-import": "^0.11.4",
  67. "unplugin-vue-components": "^0.24.0",
  68. "vite": "3.2.3",
  69. "vite-plugin-compression": "0.5.1",
  70. "vite-plugin-svg-icons": "2.0.1",
  71. "vite-plugin-vue-setup-extend": "0.4.0"
  72. }
  73. }