package.json 1.4 KB

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