You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

85 lines
2.5 KiB

  1. {
  2. "name": "pigx-ui",
  3. "version": "4.0.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. "cl": "vue-cli-service serve --mode cldevelopment",
  9. "sh": "vue-cli-service serve --mode shdevelopment",
  10. "local": "vue-cli-service serve --mode localdevelopment",
  11. "build": "vue-cli-service build",
  12. "build:docker": "vue-cli-service build --dest=./docker/dist/",
  13. "lint": "vue-cli-service lint",
  14. "analyze": "vue-cli-service build --report"
  15. },
  16. "dependencies": {
  17. "@chenfengyuan/vue-qrcode": "^1.0.1",
  18. "@liripeng/vue-audio-player": "^1.2.11",
  19. "@moefe/vue-aplayer": "^2.0.0-beta.5",
  20. "@riophae/vue-treeselect": "0.4.0",
  21. "@sscfaith/avue-form-design": "1.3.12",
  22. "aplayer": "^1.10.1",
  23. "avue-plugin-ueditor": "^0.1.4",
  24. "axios": "^0.18.0",
  25. "babel-polyfill": "^6.26.0",
  26. "classlist-polyfill": "^1.2.0",
  27. "clipboard": "^2.0.4",
  28. "codemirror": "^5.53.2",
  29. "core-js": "^2.6.12",
  30. "crypto-js": "^3.1.9-1",
  31. "docxtemplater": "^3.29.4",
  32. "echarts": "^4.2.1",
  33. "element-ui": "2.12.0",
  34. "file-saver": "^2.0.5",
  35. "js-cookie": "^2.2.0",
  36. "jszip": "^3.9.1",
  37. "jszip-utils": "^0.1.0",
  38. "less-loader": "^6.0.0",
  39. "nprogress": "^0.2.0",
  40. "pizzip": "^3.1.1",
  41. "promise-indexeddb": "^1.0.4",
  42. "quill": "^1.3.7",
  43. "script-loader": "^0.7.2",
  44. "sockjs-client": "1.0.0",
  45. "sortablejs": "^1.14.0",
  46. "stomp-websocket": "2.3.4-next",
  47. "vue": "^2.6.10",
  48. "vue-audio-player": "0.0.2",
  49. "vue-axios": "^2.1.2",
  50. "vue-bus": "^1.2.1",
  51. "vue-calendar-component": "^2.8.2",
  52. "vue-clipboard2": "^0.3.0",
  53. "vue-cron": "^1.0.9",
  54. "vue-echarts": "^4.0.1",
  55. "vue-json-editor": "^1.2.3",
  56. "vue-json-tree-view": "^2.1.4",
  57. "vue-quill-editor": "^3.0.6",
  58. "vue-router": "^3.0.2",
  59. "vuedraggable": "^2.24.3",
  60. "vuex": "^3.0.1",
  61. "wangeditor": "^4.7.11"
  62. },
  63. "devDependencies": {
  64. "@vue/cli-plugin-babel": "^3.12.0",
  65. "@vue/cli-service": "^3.12.0",
  66. "benz-amr-recorder": "^1.0.14",
  67. "chai": "^4.1.2",
  68. "compression-webpack-plugin": "^3.1.0",
  69. "node-sass": "^4.9.0",
  70. "sass-loader": "^7.0.1",
  71. "vue-template-compiler": "^2.6.10",
  72. "vue-video-player": "^5.0.2"
  73. },
  74. "lint-staged": {
  75. "*.js": [
  76. "vue-cli-service lint",
  77. "git add"
  78. ],
  79. "*.vue": [
  80. "vue-cli-service lint",
  81. "git add"
  82. ]
  83. }
  84. }