【前端】智能库房综合管理系统前端项目
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.

108 lines
2.9 KiB

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