package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "kgraph",
  3. "version": "3.8.4",
  4. "description": "故障智能分析与维护决策系统",
  5. "author": "Allen",
  6. "license": "MIT",
  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. },
  14. "husky": {
  15. "hooks": {
  16. "pre-commit": "lint-staged"
  17. }
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "xxx"
  37. },
  38. "dependencies": {
  39. "@riophae/vue-treeselect": "0.4.0",
  40. "@tiptap/core": "^2.0.2",
  41. "@tiptap/extension-highlight": "^2.0.0-beta.218",
  42. "@tiptap/pm": "^2.0.3",
  43. "@tiptap/starter-kit": "^2.0.2",
  44. "@tiptap/vue-2": "^2.0.0-beta.218",
  45. "@wangeditor/editor": "^5.1.23",
  46. "@wangeditor/editor-for-vue": "^1.0.2",
  47. "@ztree/ztree_v3": "^3.5.48",
  48. "ant-design-vue": "1.7.8",
  49. "axios": "0.24.0",
  50. "clipboard": "2.0.8",
  51. "core-js": "3.25.3",
  52. "d3": "^7.8.4",
  53. "echarts": "4.9.0",
  54. "element-ui": "2.15.10",
  55. "fetch-jsonp": "^1.2.1",
  56. "file-saver": "2.0.5",
  57. "fuse.js": "6.4.3",
  58. "highlight.js": "9.18.5",
  59. "html-webpack-plugin": "^5.5.0",
  60. "jquery": "~3.4.1",
  61. "js-beautify": "1.13.0",
  62. "js-cookie": "3.0.1",
  63. "jsencrypt": "3.0.0-rc.1",
  64. "less": "^2.3.1",
  65. "nprogress": "0.2.0",
  66. "papaparse": "^5.4.1",
  67. "quill": "1.3.7",
  68. "screenfull": "5.0.2",
  69. "sortablejs": "1.10.2",
  70. "tiptap": "^1.32.2",
  71. "v-contextmenu": "^2.9.0",
  72. "vcolorpicker": "^1.1.0",
  73. "vue": "2.6.12",
  74. "vue-count-to": "1.0.13",
  75. "vue-cropper": "0.5.5",
  76. "vue-meta": "2.4.0",
  77. "vue-pdf": "^4.3.0",
  78. "vue-router": "3.4.9",
  79. "vue-runtime-helpers": "^1.1.2",
  80. "vue-video-player": "^5.0.0",
  81. "vuedraggable": "2.24.3",
  82. "vuex": "3.6.0"
  83. },
  84. "devDependencies": {
  85. "@vue/cli-plugin-babel": "4.4.6",
  86. "@vue/cli-plugin-eslint": "4.4.6",
  87. "@vue/cli-service": "4.4.6",
  88. "babel-eslint": "10.1.0",
  89. "babel-plugin-dynamic-import-node": "2.3.3",
  90. "chalk": "4.1.0",
  91. "compression-webpack-plugin": "5.0.2",
  92. "connect": "3.6.6",
  93. "csv-loader": "^3.0.5",
  94. "eslint": "7.15.0",
  95. "eslint-plugin-vue": "7.2.0",
  96. "less-loader": "^3.0.0",
  97. "lint-staged": "10.5.3",
  98. "runjs": "4.4.2",
  99. "sass": "1.32.13",
  100. "sass-loader": "10.1.1",
  101. "script-ext-html-webpack-plugin": "2.1.5",
  102. "svg-sprite-loader": "5.1.1",
  103. "vue-template-compiler": "2.6.12"
  104. },
  105. "engines": {
  106. "node": ">=8.9",
  107. "npm": ">= 3.0.0"
  108. },
  109. "browserslist": [
  110. "> 1%",
  111. "last 2 versions"
  112. ]
  113. }