package.json 1.4 KB

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