package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "name": "v3-lab-web",
  3. "version": "3.1.0",
  4. "description": "实验室安全管理系统",
  5. "author": "实验室安全",
  6. "license": "MIT",
  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. },
  14. "husky": {
  15. "hooks": {
  16. "pre-commit": "lint-staged"
  17. }
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
  37. },
  38. "dependencies": {
  39. "@jiaminghi/data-view": "^2.10.0",
  40. "@riophae/vue-treeselect": "0.4.0",
  41. "@types/tween.js": "^18.6.1",
  42. "@vue-office/docx": "^1.6.0",
  43. "@vue-office/excel": "^1.7.6",
  44. "@vue-office/pdf": "^1.6.5",
  45. "@vue/composition-api": "^1.7.2",
  46. "axios": "0.21.0",
  47. "canvas": "^2.8.0",
  48. "clipboard": "2.0.6",
  49. "core-js": "3.8.1",
  50. "echarts": "^5.3.0",
  51. "echarts-gl": "^2.0.9",
  52. "echarts-liquidfill": "^3.1.0",
  53. "element-ui": "2.15.5",
  54. "file-saver": "^2.0.4",
  55. "flv.js": "^1.6.2",
  56. "fuse.js": "6.4.3",
  57. "highlight.js": "9.18.5",
  58. "install": "^0.13.0",
  59. "js-base64": "^3.7.2",
  60. "js-beautify": "^1.14.9",
  61. "js-cookie": "2.2.1",
  62. "js-md5": "^0.7.3",
  63. "jsencrypt": "3.0.0-rc.1",
  64. "jszip": "^3.10.1",
  65. "mpegts.js": "^1.7.3",
  66. "mqtt": "^4.2.8",
  67. "npm": "^8.3.0",
  68. "nprogress": "0.2.0",
  69. "or": "^0.2.0",
  70. "quill": "1.3.7",
  71. "screenfull": "5.0.2",
  72. "sortablejs": "1.10.2",
  73. "spark-md5": "^3.0.1",
  74. "three": "^0.148.0",
  75. "three-obj-mtl-loader": "^1.0.3",
  76. "three-orbit-controls": "^82.1.0",
  77. "three-orbitcontrols": "^2.110.3",
  78. "three-stats": "^1.0.1",
  79. "tween.js": "^16.6.0",
  80. "vue": "2.6.12",
  81. "vue-count-to": "1.0.13",
  82. "vue-cropper": "^0.5.5",
  83. "vue-demi": "^0.14.7",
  84. "vue-meta": "^2.4.0",
  85. "vue-pdf": "^4.3.0",
  86. "vue-qr": "^3.2.2",
  87. "vue-router": "3.4.9",
  88. "vue-simple-uploader": "^0.7.6",
  89. "vue-ueditor-wrap": "^2.5.6",
  90. "vue-video-player": "^5.0.2",
  91. "vuedraggable": "2.24.3",
  92. "vuex": "3.6.0",
  93. "wangeditor": "^4.7.9"
  94. },
  95. "devDependencies": {
  96. "@vue/cli-plugin-babel": "4.4.6",
  97. "@vue/cli-plugin-eslint": "4.4.6",
  98. "@vue/cli-service": "4.4.6",
  99. "babel-eslint": "10.1.0",
  100. "chalk": "4.1.0",
  101. "connect": "3.6.6",
  102. "crypto-js": "^4.1.1",
  103. "eslint": "7.15.0",
  104. "eslint-plugin-vue": "7.2.0",
  105. "lint-staged": "10.5.3",
  106. "runjs": "4.4.2",
  107. "sass": "1.39.0",
  108. "sass-loader": "10.1.0",
  109. "script-ext-html-webpack-plugin": "2.1.5",
  110. "spark-md5": "^3.0.1",
  111. "svg-sprite-loader": "5.1.1",
  112. "vue-simple-uploader": "^0.7.6",
  113. "vue-template-compiler": "2.6.12"
  114. },
  115. "engines": {
  116. "node": ">=8.9",
  117. "npm": ">= 3.0.0"
  118. },
  119. "browserslist": [
  120. "> 1%",
  121. "last 2 versions"
  122. ]
  123. }