package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "pigx-ui",
  3. "version": "3.8.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. "@riophae/vue-treeselect": "0.4.0",
  14. "@chenfengyuan/vue-qrcode": "^1.0.1",
  15. "pig-avue-form-design": "^1.1.6",
  16. "avue-plugin-ueditor": "^0.0.6",
  17. "axios": "^0.18.0",
  18. "babel-polyfill": "^6.26.0",
  19. "classlist-polyfill": "^1.2.0",
  20. "clipboard": "^2.0.4",
  21. "crypto-js": "^3.1.9-1",
  22. "echarts": "^4.2.1",
  23. "element-ui": "2.12.0",
  24. "js-cookie": "^2.2.0",
  25. "nprogress": "^0.2.0",
  26. "script-loader": "^0.7.2",
  27. "sockjs-client": "^1.0.0",
  28. "stomp-websocket": "^2.3.4-next",
  29. "vue": "^2.6.10",
  30. "vue-axios": "^2.1.2",
  31. "vue-clipboard2": "^0.3.0",
  32. "vue-cron": "^1.0.9",
  33. "vue-echarts": "^4.0.1",
  34. "vue-json-editor": "^1.2.3",
  35. "vue-json-tree-view": "^2.1.4",
  36. "vue-router": "^3.0.2",
  37. "vuex": "^3.0.1"
  38. },
  39. "devDependencies": {
  40. "@vue/cli-plugin-babel": "~3.8.0",
  41. "@vue/cli-service": "~3.8.4",
  42. "chai": "^4.1.2",
  43. "compression-webpack-plugin": "^3.1.0",
  44. "node-sass": "^4.9.0",
  45. "sass-loader": "^7.0.1",
  46. "vue-template-compiler": "^2.6.10"
  47. },
  48. "lint-staged": {
  49. "*.js": [
  50. "vue-cli-service lint",
  51. "git add"
  52. ],
  53. "*.vue": [
  54. "vue-cli-service lint",
  55. "git add"
  56. ]
  57. }
  58. }