package.json 1.5 KB

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