package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "name": "fastbee",
  3. "version": "2.5.2",
  4. "description": "联通数科云组态平台",
  5. "author": "kerwincui",
  6. "license": "AGPL3.0",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "genrate:lang": "node build/lang.js"
  14. },
  15. "husky": {
  16. "hooks": {
  17. "pre-commit": "lint-staged"
  18. }
  19. },
  20. "lint-staged": {
  21. "src/**/*.{js,vue}": [
  22. "eslint --fix",
  23. "git add"
  24. ]
  25. },
  26. "keywords": [
  27. "vue",
  28. "admin",
  29. "dashboard",
  30. "element-ui",
  31. "boilerplate",
  32. "admin-template",
  33. "management-system"
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  38. },
  39. "dependencies": {
  40. "@easydarwin/easywasmplayer": "^4.0.7",
  41. "@jiaminghi/data-view": "^2.10.0",
  42. "@riophae/vue-treeselect": "0.4.0",
  43. "animejs": "^3.2.1",
  44. "axios": "0.24.0",
  45. "clipboard": "2.0.8",
  46. "codemirror": "^5.65.2",
  47. "core-js": "3.25.3",
  48. "echarts": "^5.5.1",
  49. "echarts-liquidfill": "^3.1.0",
  50. "element-china-area-data": "^4.1.1",
  51. "element-ui": "2.15.10",
  52. "ezuikit-js": "^7.7.10",
  53. "file-saver": "2.0.5",
  54. "flv.js": "^1.6.2",
  55. "fuse.js": "6.4.3",
  56. "highlight.js": "9.18.5",
  57. "html2canvas": "^1.4.1",
  58. "js-beautify": "1.13.0",
  59. "js-cookie": "3.0.1",
  60. "jsencrypt": "3.0.0-rc.1",
  61. "jshint": "^2.13.4",
  62. "json-loader": "^0.5.7",
  63. "jsonlint": "^1.6.3",
  64. "jszip": "^3.10.1",
  65. "lodash": "^4.17.21",
  66. "minimatch": "^3.1.2",
  67. "moment": "^2.29.4",
  68. "monaco-editor": "0.27.0",
  69. "monaco-editor-webpack-plugin": "4.2.0",
  70. "mqtt": "^4.3.3",
  71. "nprogress": "0.2.0",
  72. "photo-sphere-viewer": "^4.8.1",
  73. "quasar": "^2.14.0",
  74. "quill": "1.3.7",
  75. "screenfull": "5.0.2",
  76. "script-loader": "^0.7.2",
  77. "sortablejs": "1.10.2",
  78. "speak-tts": "^2.0.8",
  79. "sql-formatter": "^4.0.2",
  80. "three": "^0.142.0",
  81. "vue": "2.6.12",
  82. "vue-3d-model": "^1.4.1",
  83. "vue-axios": "^3.5.2",
  84. "vue-baidu-map": "^0.21.22",
  85. "vue-clipboard2": "^0.3.3",
  86. "vue-codemirror": "^4.0.6",
  87. "vue-contextmenujs": "^1.4.11",
  88. "vue-count-to": "1.0.13",
  89. "vue-cropper": "0.5.5",
  90. "vue-easytable": "^2.14.0",
  91. "vue-i18n": "^8.28.2",
  92. "vue-json-viewer": "^2.2.21",
  93. "vue-meta": "2.4.0",
  94. "vue-qr": "^4.0.9",
  95. "vue-router": "3.4.9",
  96. "vue-ruler-tool": "^1.2.4",
  97. "vue-seamless-scroll": "^1.1.23",
  98. "vue-video-player": "^5.0.2",
  99. "vue2-ace-editor": "^0.0.15",
  100. "vuedraggable": "2.24.3",
  101. "vuex": "3.6.2",
  102. "xlsx": "^0.18.5"
  103. },
  104. "devDependencies": {
  105. "@vue/cli-plugin-babel": "4.4.6",
  106. "@vue/cli-plugin-eslint": "4.4.6",
  107. "@vue/cli-service": "4.4.6",
  108. "@vue/runtime-dom": "^3.5.12",
  109. "babel-eslint": "10.1.0",
  110. "babel-plugin-dynamic-import-node": "^2.3.3",
  111. "chalk": "4.1.0",
  112. "compression-webpack-plugin": "5.0.2",
  113. "connect": "3.6.6",
  114. "eslint": "^7.28.0",
  115. "eslint-plugin-vue": "7.2.0",
  116. "lint-staged": "10.5.3",
  117. "runjs": "4.4.2",
  118. "sass": "1.32.13",
  119. "sass-loader": "10.1.1",
  120. "script-ext-html-webpack-plugin": "2.1.5",
  121. "svg-sprite-loader": "5.1.1",
  122. "vue-template-compiler": "2.6.12"
  123. },
  124. "engines": {
  125. "node": ">=8.9",
  126. "npm": ">= 3.0.0"
  127. },
  128. "browserslist": [
  129. "> 1%",
  130. "last 2 versions"
  131. ]
  132. }