package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "ipp-ap",
  3. "version": "3.1.1",
  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. },
  12. "dependencies": {
  13. "js-md5": "^0.7.3",
  14. "@jiaminghi/data-view": "^2.10.0",
  15. "@riophae/vue-treeselect": "^0.4.0",
  16. "@smallwei/avue": "2.6.18",
  17. "@sscfaith/avue-form-design": "1.3.12",
  18. "avue-plugin-ueditor": "^0.0.6",
  19. "axios": "0.19.0",
  20. "babel-polyfill": "^6.26.0",
  21. "classlist-polyfill": "^1.2.0",
  22. "codemirror": "^5.58.1",
  23. "crypto-js": "^3.1.9-1",
  24. "echarts": "^5.3.1",
  25. "element-ui": "^2.15.8",
  26. "esri-loader": "^3.5.0",
  27. "nprogress": "^0.2.0",
  28. "script-loader": "^0.7.2",
  29. "vue": "^2.6.10",
  30. "vue-axios": "^2.1.4",
  31. "vue-router": "^3.1.3",
  32. "vuex": "^3.1.1",
  33. "vxe-table": "^2.9.18",
  34. "xe-utils": "^2.7.5",
  35. "moment": "^2.24.0",
  36. "qs": "^6.11.2"
  37. },
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "^3.12.0",
  40. "@vue/cli-service": "^3.12.0",
  41. "chai": "^4.2.0",
  42. "node-sass": "^6.0.1",
  43. "sass-loader": "^10.2.0",
  44. "vue-template-compiler": "^2.6.10",
  45. "vue2-ace-editor": "0.0.15"
  46. },
  47. "lint-staged": {
  48. "*.js": [
  49. "vue-cli-service lint",
  50. "git add"
  51. ],
  52. "*.vue": [
  53. "vue-cli-service lint",
  54. "git add"
  55. ]
  56. }
  57. }