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

115 lines
3.3 KiB

2 years ago
  1. {
  2. "name": "yxk-storeroom-system",
  3. "version": "1.0.0",
  4. "description": "智能库房综合管理系统",
  5. "author": "刘力",
  6. "license": "",
  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. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml",
  15. "new": "plop"
  16. },
  17. "husky": {
  18. "hooks": {
  19. "pre-commit": "lint-staged"
  20. }
  21. },
  22. "lint-staged": {
  23. "src/**/*.{js,vue}": [
  24. "eslint --fix",
  25. "git add"
  26. ]
  27. },
  28. "dependencies": {
  29. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  30. "@babel/plugin-proposal-optional-chaining": "^7.18.9",
  31. "@riophae/vue-treeselect": "^0.4.0",
  32. "axios": "^0.21.1",
  33. "clipboard": "2.0.4",
  34. "codemirror": "^5.49.2",
  35. "connect": "3.6.6",
  36. "core-js": "^2.6.12",
  37. "echarts": "^4.2.1",
  38. "echarts-gl": "^1.1.1",
  39. "echarts-wordcloud": "^1.1.3",
  40. "element-ui": "^2.15.6",
  41. "file-saver": "1.3.8",
  42. "fuse.js": "3.4.4",
  43. "highlight.js": "^11.5.1",
  44. "html2canvas": "^1.4.1",
  45. "js-beautify": "^1.10.2",
  46. "js-cookie": "2.2.0",
  47. "jsencrypt": "^3.0.0-rc.1",
  48. "jszip": "^3.7.1",
  49. "mavon-editor": "^2.9.1",
  50. "normalize.css": "7.0.0",
  51. "nprogress": "0.2.0",
  52. "path-to-regexp": "2.4.0",
  53. "print-js": "^1.6.0",
  54. "qs": "^6.10.1",
  55. "screenfull": "4.2.0",
  56. "sortablejs": "1.8.4",
  57. "vkbeautify": "^0.99.3",
  58. "vue": "^2.6.14",
  59. "vue-count-to": "^1.0.13",
  60. "vue-cropper": "0.4.9",
  61. "vue-echarts": "^5.0.0-beta.0",
  62. "vue-highlightjs": "^1.3.3",
  63. "vue-image-crop-upload": "^2.5.0",
  64. "vue-resource": "^1.5.3",
  65. "vue-router": "3.0.2",
  66. "vue-splitpane": "1.0.4",
  67. "vuedraggable": "2.20.0",
  68. "vuex": "3.1.0",
  69. "wangeditor": "^4.7.11",
  70. "x2js": "^3.4.3",
  71. "xlsx": "^0.17.4"
  72. },
  73. "devDependencies": {
  74. "@babel/parser": "^7.7.4",
  75. "@babel/register": "7.0.0",
  76. "@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
  77. "@vue/cli-plugin-babel": "3.5.3",
  78. "@vue/cli-plugin-eslint": "^3.9.1",
  79. "@vue/cli-plugin-unit-jest": "3.5.3",
  80. "@vue/cli-service": "3.5.3",
  81. "@vue/test-utils": "1.0.0-beta.29",
  82. "autoprefixer": "^9.5.1",
  83. "babel-core": "7.0.0-bridge.0",
  84. "babel-eslint": "10.0.1",
  85. "babel-jest": "23.6.0",
  86. "babel-plugin-dynamic-import-node": "2.3.0",
  87. "babel-plugin-transform-remove-console": "^6.9.4",
  88. "chalk": "2.4.2",
  89. "chokidar": "2.1.5",
  90. "connect": "3.6.6",
  91. "eslint": "5.15.3",
  92. "eslint-plugin-vue": "5.2.2",
  93. "http-proxy-middleware": "^0.19.1",
  94. "husky": "1.3.1",
  95. "lint-staged": "8.1.5",
  96. "plop": "2.3.0",
  97. "sass": "1.32.13",
  98. "sass-loader": "10.2.0",
  99. "script-ext-html-webpack-plugin": "2.1.3",
  100. "script-loader": "0.7.2",
  101. "serve-static": "^1.13.2",
  102. "svg-sprite-loader": "4.1.3",
  103. "svgo": "1.2.0",
  104. "tasksfile": "^5.1.1",
  105. "vue-template-compiler": "2.6.14"
  106. },
  107. "engines": {
  108. "node": ">=8.9",
  109. "npm": ">= 3.0.0"
  110. },
  111. "browserslist": [
  112. "> 1%",
  113. "last 2 versions"
  114. ]
  115. }