package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "qrcodejs2": "^0.0.2",
  31. "sortablejs": "1.10.2",
  32. "tcplayer.js": "^5.0.1",
  33. "tim-js-sdk": "^2.27.5",
  34. "tim-profanity-filter-plugin": "^0.9.0",
  35. "tim-upload-plugin": "^1.3.0",
  36. "vue": "^2.7.9",
  37. "vue-count-to": "1.0.13",
  38. "vue-cropper": "0.5.5",
  39. "vue-meta": "2.4.0",
  40. "vue-router": "3.4.9",
  41. "vuex": "3.6.0"
  42. },
  43. "devDependencies": {
  44. "@vue/cli-plugin-babel": "4.4.6",
  45. "@vue/cli-plugin-eslint": "4.4.6",
  46. "@vue/cli-service": "4.4.6",
  47. "babel-eslint": "10.1.0",
  48. "babel-plugin-dynamic-import-node": "2.3.3",
  49. "chalk": "4.1.0",
  50. "compression-webpack-plugin": "5.0.2",
  51. "connect": "3.6.6",
  52. "eslint": "7.15.0",
  53. "eslint-plugin-vue": "7.2.0",
  54. "lint-staged": "10.5.3",
  55. "runjs": "4.4.2",
  56. "sass": "1.32.13",
  57. "sass-loader": "10.1.1",
  58. "script-ext-html-webpack-plugin": "2.1.5",
  59. "svg-sprite-loader": "5.1.1",
  60. "vue-template-compiler": "^2.7.9"
  61. },
  62. "engines": {
  63. "node": ">=12.13.0",
  64. "npm": ">= 6.12.0"
  65. },
  66. "browserslist": [
  67. "> 1%",
  68. "last 2 versions"
  69. ]
  70. }