package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "@vue-office/docx": "^1.6.0",
  42. "@vue-office/excel": "^1.7.6",
  43. "@vue-office/pdf": "^1.6.5",
  44. "@vue/composition-api": "^1.7.2",
  45. "axios": "0.21.0",
  46. "canvas": "^2.8.0",
  47. "clipboard": "2.0.6",
  48. "core-js": "3.8.1",
  49. "echarts": "^5.3.0",
  50. "echarts-liquidfill": "^3.1.0",
  51. "element-ui": "2.15.5",
  52. "file-saver": "^2.0.4",
  53. "flv.js": "^1.6.2",
  54. "fuse.js": "6.4.3",
  55. "highlight.js": "9.18.5",
  56. "install": "^0.13.0",
  57. "js-base64": "^3.7.2",
  58. "js-beautify": "^1.14.9",
  59. "js-cookie": "2.2.1",
  60. "js-md5": "^0.7.3",
  61. "jsencrypt": "3.0.0-rc.1",
  62. "jszip": "^3.10.1",
  63. "mpegts.js": "^1.7.3",
  64. "mqtt": "^4.2.8",
  65. "npm": "^8.3.0",
  66. "nprogress": "0.2.0",
  67. "or": "^0.2.0",
  68. "quill": "1.3.7",
  69. "screenfull": "5.0.2",
  70. "sortablejs": "1.10.2",
  71. "spark-md5": "^3.0.1",
  72. "three": "^0.148.0",
  73. "vue": "2.6.12",
  74. "vue-count-to": "1.0.13",
  75. "vue-cropper": "^0.5.5",
  76. "vue-demi": "^0.14.7",
  77. "vue-meta": "^2.4.0",
  78. "vue-pdf": "^4.3.0",
  79. "vue-qr": "^3.2.2",
  80. "vue-router": "3.4.9",
  81. "vue-simple-uploader": "^0.7.6",
  82. "vue-ueditor-wrap": "^2.5.6",
  83. "vue-video-player": "^5.0.2",
  84. "vuedraggable": "2.24.3",
  85. "vuex": "3.6.0",
  86. "wangeditor": "^4.7.9"
  87. },
  88. "devDependencies": {
  89. "@vue/cli-plugin-babel": "4.4.6",
  90. "@vue/cli-plugin-eslint": "4.4.6",
  91. "@vue/cli-service": "4.4.6",
  92. "babel-eslint": "10.1.0",
  93. "chalk": "4.1.0",
  94. "connect": "3.6.6",
  95. "crypto-js": "^4.1.1",
  96. "eslint": "7.15.0",
  97. "eslint-plugin-vue": "7.2.0",
  98. "lint-staged": "10.5.3",
  99. "runjs": "4.4.2",
  100. "sass": "1.39.0",
  101. "sass-loader": "10.1.0",
  102. "script-ext-html-webpack-plugin": "2.1.5",
  103. "spark-md5": "^3.0.1",
  104. "svg-sprite-loader": "5.1.1",
  105. "vue-simple-uploader": "^0.7.6",
  106. "vue-template-compiler": "2.6.12"
  107. },
  108. "engines": {
  109. "node": ">=8.9",
  110. "npm": ">= 3.0.0"
  111. },
  112. "browserslist": [
  113. "> 1%",
  114. "last 2 versions"
  115. ]
  116. }