阅行客电子档案
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.

120 lines
3.6 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
  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. "@riophae/vue-treeselect": "^0.4.0",
  31. "axios": "^0.21.1",
  32. "clipboard": "2.0.4",
  33. "codemirror": "^5.49.2",
  34. "connect": "3.6.6",
  35. "core-js": "^2.6.12",
  36. "echarts": "^4.2.1",
  37. "echarts-gl": "^1.1.1",
  38. "echarts-wordcloud": "^1.1.3",
  39. "element-ui": "^2.15.6",
  40. "file-saver": "^1.3.8",
  41. "fuse.js": "3.4.4",
  42. "highlight.js": "^11.5.1",
  43. "html2canvas": "^1.4.1",
  44. "js-beautify": "^1.10.2",
  45. "js-cookie": "2.2.0",
  46. "jsencrypt": "^3.0.0-rc.1",
  47. "jszip": "^3.7.1",
  48. "mavon-editor": "^2.9.1",
  49. "normalize.css": "7.0.0",
  50. "nprogress": "0.2.0",
  51. "path-to-regexp": "2.4.0",
  52. "print-js": "^1.6.0",
  53. "qs": "^6.10.1",
  54. "quill": "^1.3.7",
  55. "quill-image-resize-module": "^3.0.0",
  56. "screenfull": "4.2.0",
  57. "sortablejs": "1.8.4",
  58. "spark-md5": "^3.0.2",
  59. "vkbeautify": "^0.99.3",
  60. "vue": "^2.6.14",
  61. "vue-count-to": "^1.0.13",
  62. "vue-cropper": "0.4.9",
  63. "vue-echarts": "^5.0.0-beta.0",
  64. "vue-highlightjs": "^1.3.3",
  65. "vue-image-crop-upload": "^2.5.0",
  66. "vue-quill-editor": "^3.0.6",
  67. "vue-resource": "^1.5.3",
  68. "vue-router": "3.0.2",
  69. "vue-simple-uploader": "^0.7.6",
  70. "vue-splitpane": "1.0.4",
  71. "vuedraggable": "2.20.0",
  72. "vuex": "3.1.0",
  73. "wangeditor": "^4.7.11",
  74. "x2js": "^3.4.3",
  75. "xlsx": "^0.17.4"
  76. },
  77. "devDependencies": {
  78. "@babel/parser": "^7.7.4",
  79. "@babel/register": "7.0.0",
  80. "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
  81. "@vue/cli-plugin-babel": "3.5.3",
  82. "@vue/cli-plugin-eslint": "^3.9.1",
  83. "@vue/cli-plugin-unit-jest": "3.5.3",
  84. "@vue/cli-service": "3.5.3",
  85. "@vue/test-utils": "1.0.0-beta.29",
  86. "autoprefixer": "^9.5.1",
  87. "babel-core": "7.0.0-bridge.0",
  88. "babel-eslint": "10.0.1",
  89. "babel-jest": "23.6.0",
  90. "babel-plugin-dynamic-import-node": "2.3.0",
  91. "babel-plugin-transform-remove-console": "^6.9.4",
  92. "chalk": "2.4.2",
  93. "chokidar": "2.1.5",
  94. "connect": "3.6.6",
  95. "eslint": "5.15.3",
  96. "eslint-plugin-vue": "5.2.2",
  97. "generate-asset-webpack-plugin": "^0.3.0",
  98. "http-proxy-middleware": "^0.19.1",
  99. "husky": "1.3.1",
  100. "lint-staged": "8.1.5",
  101. "plop": "2.3.0",
  102. "sass": "1.32.13",
  103. "sass-loader": "10.2.0",
  104. "script-ext-html-webpack-plugin": "2.1.3",
  105. "script-loader": "0.7.2",
  106. "serve-static": "^1.13.2",
  107. "svg-sprite-loader": "4.1.3",
  108. "svgo": "1.2.0",
  109. "tasksfile": "^5.1.1",
  110. "vue-template-compiler": "2.6.14"
  111. },
  112. "engines": {
  113. "node": ">=8.9",
  114. "npm": ">= 3.0.0"
  115. },
  116. "browserslist": [
  117. "> 1%",
  118. "last 2 versions"
  119. ]
  120. }