阅行客电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
4.3 KiB

2 years ago
2 years ago
2 years ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "yxk-electronic-archives",
  3. "version": "1.0.0",
  4. "description": "电子档案管理系统",
  5. "license": "",
  6. "scripts": {
  7. "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
  8. "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode staging",
  10. "preview": "node build/index.js --preview",
  11. "lint": "eslint --ext .js,.vue src",
  12. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  13. "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",
  14. "new": "plop"
  15. },
  16. "husky": {
  17. "hooks": {
  18. "pre-commit": "lint-staged"
  19. }
  20. },
  21. "lint-staged": {
  22. "src/**/*.{js,vue}": [
  23. "eslint --fix",
  24. "git add"
  25. ]
  26. },
  27. "dependencies": {
  28. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  29. "@babel/plugin-proposal-optional-chaining": "^7.18.9",
  30. "@handsontable/vue": "^14.1.0",
  31. "@riophae/vue-treeselect": "^0.4.0",
  32. "@lapo/asn1js": "^1.2.1",
  33. "@pdf-lib/fontkit": "^1.1.1",
  34. "axios": "^0.21.1",
  35. "clipboard": "2.0.4",
  36. "codemirror": "^5.49.2",
  37. "connect": "3.6.6",
  38. "chokidar": "^3.5.3",
  39. "core-js": "^3.6.5",
  40. "d3": "^4.12.0",
  41. "dimple": "git+https://github.com/PMSI-AlignAlytics/dimple.git#2.3.0",
  42. "docx-preview": "^0.1.8",
  43. "echarts": "^4.2.1",
  44. "echarts-gl": "^1.1.1",
  45. "echarts-wordcloud": "^1.1.3",
  46. "element-ui": "^2.15.6",
  47. "element-resize-detector": "^1.2.4",
  48. "exceljs": "^4.4.0",
  49. "file-saver": "^1.3.8",
  50. "fuse.js": "3.4.4",
  51. "handsontable": "^14.1.0",
  52. "highlight.js": "^11.5.1",
  53. "html2canvas": "^1.4.1",
  54. "jquery": "^3.2.1",
  55. "js-beautify": "^1.10.2",
  56. "js-cookie": "2.2.0",
  57. "jsencrypt": "^3.0.0-rc.1",
  58. "js-md5": "^0.7.3",
  59. "js-sha1": "^0.6.0",
  60. "jsrsasign": "^10.3.0",
  61. "jszip": "^3.7.0",
  62. "jszip-utils": "^0.1.0",
  63. "mavon-editor": "^2.9.1",
  64. "normalize.css": "7.0.0",
  65. "nprogress": "0.2.0",
  66. "path-to-regexp": "2.4.0",
  67. "ofd-xml-parser": "^0.0.2",
  68. "pdf-lib": "^1.17.1",
  69. "pdfdist-mergeofd": "^2.2.228",
  70. "pdfjs-dist": "^2.12.313",
  71. "print-js": "^1.6.0",
  72. "qs": "^6.10.1",
  73. "quill": "^1.3.7",
  74. "quill-image-resize-module": "^3.0.0",
  75. "screenfull": "4.2.0",
  76. "sortablejs": "1.8.4",
  77. "spark-md5": "^3.0.2",
  78. "sm-crypto": "^0.3.2",
  79. "v-viewer": "^1.6.4",
  80. "vkbeautify": "^0.99.3",
  81. "vue": "^2.6.14",
  82. "vue-count-to": "^1.0.13",
  83. "vue-cropper": "0.4.9",
  84. "vue-echarts": "^5.0.0-beta.0",
  85. "vue-highlightjs": "^1.3.3",
  86. "vue-image-crop-upload": "^2.5.0",
  87. "vue-quill-editor": "^3.0.6",
  88. "vue-resource": "^1.5.3",
  89. "vue-router": "3.0.2",
  90. "vue-simple-uploader": "^0.7.6",
  91. "vue-splitpane": "1.0.4",
  92. "vuedraggable": "2.20.0",
  93. "vuex": "3.1.0",
  94. "wangeditor": "^4.7.11",
  95. "vue-print-nb": "^1.7.5",
  96. "web-streams-polyfill": "^3.1.0",
  97. "x2js": "^3.4.0",
  98. "xlsx": "^0.17.4"
  99. },
  100. "devDependencies": {
  101. "@babel/parser": "^7.7.4",
  102. "@babel/register": "7.0.0",
  103. "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
  104. "@vue/cli-plugin-babel": "3.5.3",
  105. "@vue/cli-plugin-eslint": "^3.9.1",
  106. "@vue/cli-plugin-unit-jest": "3.5.3",
  107. "@vue/cli-service": "3.5.3",
  108. "@vue/test-utils": "1.0.0-beta.29",
  109. "autoprefixer": "^9.5.1",
  110. "babel-core": "7.0.0-bridge.0",
  111. "babel-eslint": "10.0.1",
  112. "babel-jest": "23.6.0",
  113. "babel-plugin-dynamic-import-node": "2.3.0",
  114. "babel-plugin-transform-remove-console": "^6.9.4",
  115. "chalk": "2.4.2",
  116. "chokidar": "2.1.5",
  117. "connect": "3.6.6",
  118. "eslint": "5.15.3",
  119. "eslint-plugin-vue": "5.2.2",
  120. "generate-asset-webpack-plugin": "^0.3.0",
  121. "http-proxy-middleware": "^0.19.1",
  122. "husky": "1.3.1",
  123. "lint-staged": "8.1.5",
  124. "plop": "2.3.0",
  125. "sass": "1.32.13",
  126. "sass-loader": "10.2.0",
  127. "script-ext-html-webpack-plugin": "2.1.3",
  128. "script-loader": "0.7.2",
  129. "serve-static": "^1.13.2",
  130. "svg-sprite-loader": "4.1.3",
  131. "svgo": "1.2.0",
  132. "tasksfile": "^5.1.1",
  133. "vue-template-compiler": "2.6.14"
  134. },
  135. "engines": {
  136. "node": ">=8.9",
  137. "npm": ">= 3.0.0"
  138. },
  139. "browserslist": [
  140. "> 1%",
  141. "last 2 versions"
  142. ]
  143. }