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.
 
 
 

72 lines
2.0 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. "build": "vue-cli-service build",
  9. "build:docker": "vue-cli-service build --dest=./docker/dist/",
  10. "lint": "vue-cli-service lint",
  11. "analyze": "vue-cli-service build --report"
  12. },
  13. "dependencies": {
  14. "@chenfengyuan/vue-qrcode": "^1.0.1",
  15. "@liripeng/vue-audio-player": "^1.2.11",
  16. "@riophae/vue-treeselect": "0.4.0",
  17. "@sscfaith/avue-form-design": "1.3.12",
  18. "aplayer": "^1.10.1",
  19. "avue-plugin-ueditor": "^0.1.4",
  20. "axios": "^0.18.0",
  21. "babel-polyfill": "^6.26.0",
  22. "classlist-polyfill": "^1.2.0",
  23. "clipboard": "^2.0.4",
  24. "codemirror": "^5.53.2",
  25. "crypto-js": "^3.1.9-1",
  26. "echarts": "^4.2.1",
  27. "element-ui": "2.12.0",
  28. "js-cookie": "^2.2.0",
  29. "less-loader": "^6.0.0",
  30. "nprogress": "^0.2.0",
  31. "script-loader": "^0.7.2",
  32. "sockjs-client": "1.0.0",
  33. "sortablejs": "^1.14.0",
  34. "stomp-websocket": "2.3.4-next",
  35. "vue": "^2.6.10",
  36. "vue-audio-player": "0.0.2",
  37. "vue-axios": "^2.1.2",
  38. "vue-bus": "^1.2.1",
  39. "vue-calendar-component": "^2.8.2",
  40. "vue-clipboard2": "^0.3.0",
  41. "vue-cron": "^1.0.9",
  42. "vue-echarts": "^4.0.1",
  43. "vue-json-editor": "^1.2.3",
  44. "vue-json-tree-view": "^2.1.4",
  45. "vue-quill-editor": "3.0.6",
  46. "vue-router": "^3.0.2",
  47. "vuedraggable": "^2.24.3",
  48. "vuex": "^3.0.1"
  49. },
  50. "devDependencies": {
  51. "@vue/cli-plugin-babel": "^3.12.0",
  52. "@vue/cli-service": "^3.12.0",
  53. "chai": "^4.1.2",
  54. "compression-webpack-plugin": "^3.1.0",
  55. "node-sass": "^4.9.0",
  56. "sass-loader": "^7.0.1",
  57. "vue-template-compiler": "^2.6.10",
  58. "vue-video-player": "^5.0.2",
  59. "benz-amr-recorder": "^1.0.14"
  60. },
  61. "lint-staged": {
  62. "*.js": [
  63. "vue-cli-service lint",
  64. "git add"
  65. ],
  66. "*.vue": [
  67. "vue-cli-service lint",
  68. "git add"
  69. ]
  70. }
  71. }