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.
 
 
 

65 lines
1.8 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. "@riophae/vue-treeselect": "0.4.0",
  16. "@sscfaith/avue-form-design": "1.3.12",
  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. "less-loader": "^6.0.0",
  28. "nprogress": "^0.2.0",
  29. "script-loader": "^0.7.2",
  30. "sockjs-client": "1.0.0",
  31. "stomp-websocket": "2.3.4-next",
  32. "vue": "^2.6.10",
  33. "vue-axios": "^2.1.2",
  34. "vue-clipboard2": "^0.3.0",
  35. "vue-cron": "^1.0.9",
  36. "vue-echarts": "^4.0.1",
  37. "vue-json-editor": "^1.2.3",
  38. "vue-json-tree-view": "^2.1.4",
  39. "vue-quill-editor": "3.0.6",
  40. "vue-router": "^3.0.2",
  41. "vuex": "^3.0.1"
  42. },
  43. "devDependencies": {
  44. "@vue/cli-plugin-babel": "^3.12.0",
  45. "@vue/cli-service": "^3.12.0",
  46. "chai": "^4.1.2",
  47. "compression-webpack-plugin": "^3.1.0",
  48. "node-sass": "^4.9.0",
  49. "sass-loader": "^7.0.1",
  50. "vue-template-compiler": "^2.6.10",
  51. "vue-video-player": "^5.0.2",
  52. "benz-amr-recorder": "^1.0.14"
  53. },
  54. "lint-staged": {
  55. "*.js": [
  56. "vue-cli-service lint",
  57. "git add"
  58. ],
  59. "*.vue": [
  60. "vue-cli-service lint",
  61. "git add"
  62. ]
  63. }
  64. }