package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "name": "yanfan",
  3. "version": "3.8.5",
  4. "description": "延凡科技物联网平台",
  5. "author": "yanfan",
  6. "license": "AGPL3.0",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "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/Yanfan-Vue.git"
  38. },
  39. "dependencies": {
  40. "@easydarwin/easywasmplayer": "^4.0.7",
  41. "@jiaminghi/data-view": "^2.10.0",
  42. "@logicflow/core": "^2.0.6",
  43. "@logicflow/extension": "^2.0.10",
  44. "@logicflow/vue-node-registry": "^1.0.7",
  45. "@riophae/vue-treeselect": "0.4.0",
  46. "@vue/composition-api": "^1.7.2",
  47. "ace-builds": "^1.22.0",
  48. "animejs": "^3.2.1",
  49. "axios": "0.24.0",
  50. "clipboard": "2.0.8",
  51. "codemirror": "^5.65.2",
  52. "core-js": "3.25.3",
  53. "dhtmlx-gantt": "^6.3.7",
  54. "echarts": "5.5.0",
  55. "echarts-gl": "^2.0.9",
  56. "echarts-liquidfill": "^3.0.6",
  57. "element-china-area-data": "^4.1.1",
  58. "element-ui": "2.15.10",
  59. "ezuikit-js": "^7.7.10",
  60. "file-saver": "2.0.5",
  61. "flv.js": "^1.6.2",
  62. "fuse.js": "6.4.3",
  63. "highlight.js": "9.18.5",
  64. "html-to-image": "^1.11.11",
  65. "html2canvas": "^1.4.1",
  66. "js-beautify": "1.13.0",
  67. "js-cookie": "3.0.1",
  68. "jsencrypt": "3.0.0-rc.1",
  69. "jshint": "^2.13.4",
  70. "json-loader": "^0.5.7",
  71. "jsonlint": "^1.6.3",
  72. "jszip": "^3.10.1",
  73. "lodash": "^4.17.21",
  74. "material-design-icons-iconfont": "^6.7.0",
  75. "minimatch": "^3.1.2",
  76. "moment": "^2.29.4",
  77. "monaco-editor": "^0.27.0",
  78. "monaco-editor-webpack-plugin": "^4.2.0",
  79. "mqtt": "^4.3.3",
  80. "nprogress": "0.2.0",
  81. "photo-sphere-viewer": "^4.8.1",
  82. "print-js": "^1.6.0",
  83. "quasar": "^2.14.0",
  84. "quill": "1.3.7",
  85. "screenfull": "5.0.2",
  86. "script-loader": "^0.7.2",
  87. "sortablejs": "1.10.2",
  88. "spark-md5": "^3.0.2",
  89. "speak-tts": "^2.0.8",
  90. "sql-formatter": "^4.0.2",
  91. "three": "^0.142.0",
  92. "vue": "2.6.12",
  93. "vue-3d-model": "1.4.1",
  94. "vue-axios": "^3.5.2",
  95. "vue-baidu-map": "^0.21.22",
  96. "vue-clipboard2": "^0.3.3",
  97. "vue-codemirror": "^4.0.6",
  98. "vue-contextmenujs": "^1.4.11",
  99. "vue-count-to": "1.0.13",
  100. "vue-cropper": "0.5.5",
  101. "vue-easytable": "^2.14.0",
  102. "vue-i18n": "^8.28.2",
  103. "vue-json-viewer": "^2.2.21",
  104. "vue-meta": "2.4.0",
  105. "vue-qr": "^4.0.9",
  106. "vue-router": "3.4.9",
  107. "vue-ruler-tool": "^1.2.4",
  108. "vue-seamless-scroll": "^1.1.23",
  109. "vue-video-player": "^5.0.2",
  110. "vue2-ace-editor": "^0.0.15",
  111. "vuedraggable": "2.24.3",
  112. "vuex": "3.6.2",
  113. "xlsx": "^0.18.5"
  114. },
  115. "devDependencies": {
  116. "@vue/cli-plugin-babel": "4.4.6",
  117. "@vue/cli-plugin-eslint": "4.4.6",
  118. "@vue/cli-service": "4.4.6",
  119. "babel-eslint": "10.1.0",
  120. "babel-plugin-dynamic-import-node": "^2.3.3",
  121. "chalk": "4.1.0",
  122. "compression-webpack-plugin": "5.0.2",
  123. "connect": "3.6.6",
  124. "eslint": "^7.28.0",
  125. "eslint-plugin-vue": "7.2.0",
  126. "html-webpack-plugin": "^4.5.2",
  127. "lint-staged": "10.5.3",
  128. "runjs": "4.4.2",
  129. "sass": "1.32.13",
  130. "sass-loader": "10.1.1",
  131. "script-ext-html-webpack-plugin": "2.1.5",
  132. "svg-sprite-loader": "5.1.1",
  133. "vue-template-compiler": "2.6.12"
  134. },
  135. "engines": {
  136. "node": ">=8.9",
  137. "npm": ">= 3.0.0"
  138. },
  139. "browserslist": [
  140. "> 1%",
  141. "last 2 versions"
  142. ]
  143. }