package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "intelligence-ui",
  3. "version": "3.10.0",
  4. "private": true,
  5. "scripts": {
  6. "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
  7. "dev": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "lint": "vue-cli-service lint",
  10. "analyze": "vue-cli-service build --report"
  11. },
  12. "dependencies": {
  13. "@chenfengyuan/vue-qrcode": "^1.0.1",
  14. "@riophae/vue-treeselect": "0.4.0",
  15. "@sscfaith/avue-form-design": "1.2.8",
  16. "avue-plugin-print": "^1.0.0",
  17. "avue-plugin-ueditor": "^0.1.4",
  18. "axios": "^0.18.0",
  19. "babel-polyfill": "^6.26.0",
  20. "classlist-polyfill": "^1.2.0",
  21. "clipboard": "^2.0.4",
  22. "codemirror": "^5.53.2",
  23. "crypto-js": "^3.1.9-1",
  24. "echarts": "^4.2.1",
  25. "element-ui": "2.12.0",
  26. "js-cookie": "^2.2.0",
  27. "js-file-download": "^0.4.12",
  28. "less-loader": "^6.0.0",
  29. "nprogress": "^0.2.0",
  30. "script-loader": "^0.7.2",
  31. "sockjs-client": "^1.0.0",
  32. "stomp-websocket": "^2.3.4-next",
  33. "vue": "^2.6.10",
  34. "vue-axios": "^2.1.2",
  35. "vue-clipboard2": "^0.3.0",
  36. "vue-cron": "^1.0.9",
  37. "vue-echarts": "^4.0.1",
  38. "vue-json-editor": "^1.2.3",
  39. "vue-json-tree-view": "^2.1.4",
  40. "vue-quill-editor": "3.0.6",
  41. "vue-router": "^3.0.2",
  42. "vuex": "^3.0.1"
  43. },
  44. "devDependencies": {
  45. "@vue/cli-plugin-babel": "~3.8.0",
  46. "@vue/cli-service": "~3.8.4",
  47. "chai": "^4.1.2",
  48. "compression-webpack-plugin": "^3.1.0",
  49. "node-sass": "^4.9.0",
  50. "sass-loader": "^7.0.1",
  51. "vue-template-compiler": "^2.6.10",
  52. "vue-video-player": "^5.0.2",
  53. "benz-amr-recorder": "^1.0.14"
  54. },
  55. "lint-staged": {
  56. "*.js": [
  57. "vue-cli-service lint",
  58. "git add"
  59. ],
  60. "*.vue": [
  61. "vue-cli-service lint",
  62. "git add"
  63. ]
  64. }
  65. }