package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "crypto-js": "^4.2.0",
  20. "echarts": "5.4.0",
  21. "element-ui": "2.15.12",
  22. "file-saver": "2.0.5",
  23. "fuse.js": "6.4.3",
  24. "highlight.js": "9.18.5",
  25. "js-beautify": "1.13.0",
  26. "js-cookie": "^3.0.5",
  27. "jsencrypt": "3.0.0-rc.1",
  28. "lodash-es": "^4.17.21",
  29. "nprogress": "0.2.0",
  30. "qrcode": "^1.5.4",
  31. "qrcodejs2": "^0.0.2",
  32. "save": "^2.9.0",
  33. "sortablejs": "1.10.2",
  34. "tcplayer.js": "^5.0.1",
  35. "tim-js-sdk": "^2.27.5",
  36. "tim-profanity-filter-plugin": "^0.9.0",
  37. "tim-upload-plugin": "^1.3.0",
  38. "vant": "^2.13.6",
  39. "vue": "^2.7.9",
  40. "vue-count-to": "1.0.13",
  41. "vue-cropper": "0.5.5",
  42. "vue-meta": "2.4.0",
  43. "vue-print-nb": "^1.7.5",
  44. "vue-router": "3.4.9",
  45. "vuex": "3.6.0"
  46. },
  47. "devDependencies": {
  48. "@vue/cli-plugin-babel": "4.4.6",
  49. "@vue/cli-plugin-eslint": "4.4.6",
  50. "@vue/cli-service": "4.4.6",
  51. "babel-eslint": "10.1.0",
  52. "babel-plugin-dynamic-import-node": "2.3.3",
  53. "chalk": "4.1.0",
  54. "compression-webpack-plugin": "5.0.2",
  55. "connect": "3.6.6",
  56. "eslint": "7.15.0",
  57. "eslint-plugin-vue": "7.2.0",
  58. "lint-staged": "10.5.3",
  59. "runjs": "4.4.2",
  60. "sass": "1.32.13",
  61. "sass-loader": "10.1.1",
  62. "script-ext-html-webpack-plugin": "2.1.5",
  63. "svg-sprite-loader": "5.1.1",
  64. "vue-template-compiler": "^2.7.9"
  65. },
  66. "engines": {
  67. "node": ">=12.13.0",
  68. "npm": ">= 6.12.0"
  69. },
  70. "browserslist": [
  71. "> 1%",
  72. "last 2 versions"
  73. ]
  74. }