package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "manager",
  3. "version": "1.0.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:test": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src"
  13. },
  14. "dependencies": {
  15. "@riophae/vue-treeselect": "0.4.0",
  16. "axios": "0.24.0",
  17. "clipboard": "2.0.8",
  18. "core-js": "3.25.3",
  19. "echarts": "5.4.0",
  20. "element-ui": "2.15.12",
  21. "file-saver": "2.0.5",
  22. "fuse.js": "6.4.3",
  23. "highlight.js": "9.18.5",
  24. "js-beautify": "1.13.0",
  25. "js-cookie": "^3.0.5",
  26. "jsencrypt": "3.0.0-rc.1",
  27. "lodash-es": "^4.17.21",
  28. "nprogress": "0.2.0",
  29. "qrcodejs2": "^0.0.2",
  30. "sortablejs": "1.10.2",
  31. "tcplayer.js": "^5.0.1",
  32. "tim-js-sdk": "^2.27.5",
  33. "tim-profanity-filter-plugin": "^0.9.0",
  34. "tim-upload-plugin": "^1.3.0",
  35. "vue": "^2.7.9",
  36. "vue-count-to": "1.0.13",
  37. "vue-cropper": "0.5.5",
  38. "vue-meta": "2.4.0",
  39. "vue-router": "3.4.9",
  40. "vuex": "3.6.0"
  41. },
  42. "devDependencies": {
  43. "@vue/cli-plugin-babel": "4.4.6",
  44. "@vue/cli-plugin-eslint": "4.4.6",
  45. "@vue/cli-service": "4.4.6",
  46. "babel-eslint": "10.1.0",
  47. "babel-plugin-dynamic-import-node": "2.3.3",
  48. "chalk": "4.1.0",
  49. "compression-webpack-plugin": "5.0.2",
  50. "connect": "3.6.6",
  51. "eslint": "7.15.0",
  52. "eslint-plugin-vue": "7.2.0",
  53. "lint-staged": "10.5.3",
  54. "runjs": "4.4.2",
  55. "sass": "1.32.13",
  56. "sass-loader": "10.1.1",
  57. "script-ext-html-webpack-plugin": "2.1.5",
  58. "svg-sprite-loader": "5.1.1",
  59. "vue-template-compiler": "^2.7.9"
  60. },
  61. "engines": {
  62. "node": ">=12.13.0",
  63. "npm": ">= 6.12.0"
  64. },
  65. "browserslist": [
  66. "> 1%",
  67. "last 2 versions"
  68. ]
  69. }