package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "name": "5kcrm",
  3. "version": "11.0.0",
  4. "description": "",
  5. "author": "5kcrm <service@5kcrm.com>",
  6. "scripts": {
  7. "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
  8. "start": "npm run dev",
  9. "build": "node build/build.js",
  10. "build:report": "npm_config_report=true npm run build",
  11. "lint": "eslint --ext .js,.vue src --fix",
  12. "test": "npm run lint"
  13. },
  14. "dependencies": {
  15. "@chenfengyuan/vue-qrcode": "^1.0.2",
  16. "@fullcalendar/core": "^4.3.1",
  17. "@fullcalendar/daygrid": "^4.3.0",
  18. "@fullcalendar/interaction": "^4.3.0",
  19. "@fullcalendar/list": "^4.3.0",
  20. "@fullcalendar/timegrid": "^4.3.0",
  21. "@fullcalendar/timeline": "^4.3.0",
  22. "@fullcalendar/vue": "^4.3.1",
  23. "@tinymce/tinymce-vue": "^3.2.0",
  24. "axios": "0.18.0",
  25. "babel-polyfill": "^6.26.0",
  26. "clipboard": "^2.0.4",
  27. "echarts": "^4.3.0",
  28. "el-bigdata-table": "^1.0.32",
  29. "element-ui": "^2.12.0",
  30. "file-saver": "^2.0.1",
  31. "id-validator": "^1.3.0",
  32. "js-cookie": "2.2.1",
  33. "js-md5": "^0.7.3",
  34. "lockr": "^0.8.5",
  35. "normalize.css": "7.0.0",
  36. "nprogress": "0.2.0",
  37. "number-precision": "^1.5.0",
  38. "numeral": "^2.0.6",
  39. "nzh": "^1.0.4",
  40. "pinyin-match": "1.0.9",
  41. "qrcodejs2": "0.0.2",
  42. "signature_pad": "3.0.0-beta.4",
  43. "throttle-debounce": "^2.1.0",
  44. "v-calendar": "2.3.0",
  45. "vue": "2.5.17",
  46. "vue-bus": "^1.1.0",
  47. "vue-calendar-component": "^2.8.2",
  48. "vue-cropper": "^0.4.8",
  49. "vue-i18n": "^8.7.0",
  50. "vue-moment": "^4.0.0",
  51. "vue-radial-progress": "^0.2.10",
  52. "vue-router": "3.0.1",
  53. "vue2-animate": "^2.1.2",
  54. "vuedraggable": "2.24.3",
  55. "vuex": "3.0.1",
  56. "xlsx": "^0.14.1",
  57. "xss": "^1.0.6"
  58. },
  59. "devDependencies": {
  60. "autoprefixer": "8.5.0",
  61. "babel-core": "6.26.0",
  62. "babel-eslint": "8.2.6",
  63. "babel-helper-vue-jsx-merge-props": "2.0.3",
  64. "babel-loader": "7.1.5",
  65. "babel-plugin-dynamic-import-node": "^2.3.3",
  66. "babel-plugin-syntax-jsx": "6.18.0",
  67. "babel-plugin-transform-runtime": "6.23.0",
  68. "babel-plugin-transform-vue-jsx": "3.7.0",
  69. "babel-preset-env": "1.7.0",
  70. "babel-preset-stage-2": "6.24.1",
  71. "chalk": "2.4.1",
  72. "copy-webpack-plugin": "4.5.2",
  73. "css-loader": "1.0.0",
  74. "eslint": "4.19.1",
  75. "eslint-friendly-formatter": "4.0.1",
  76. "eslint-loader": "2.0.0",
  77. "eslint-plugin-vue": "4.7.1",
  78. "eventsource-polyfill": "0.9.6",
  79. "file-loader": "1.1.11",
  80. "friendly-errors-webpack-plugin": "1.7.0",
  81. "html-webpack-plugin": "4.0.0-alpha",
  82. "less": "3.0.0",
  83. "less-loader": "4.1.0",
  84. "mini-css-extract-plugin": "0.4.1",
  85. "node-notifier": "5.2.1",
  86. "node-sass": "^4.7.2",
  87. "optimize-css-assets-webpack-plugin": "5.0.0",
  88. "ora": "3.0.0",
  89. "path-to-regexp": "2.4.0",
  90. "portfinder": "1.0.16",
  91. "postcss-import": "12.0.0",
  92. "postcss-loader": "2.1.6",
  93. "postcss-url": "7.3.2",
  94. "rimraf": "2.6.2",
  95. "sass-loader": "7.0.3",
  96. "sass-resources-loader": "^2.0.0",
  97. "script-ext-html-webpack-plugin": "2.0.1",
  98. "semver": "5.5.0",
  99. "shelljs": "0.8.2",
  100. "svg-sprite-loader": "^4.1.3",
  101. "uglifyjs-webpack-plugin": "1.2.7",
  102. "url-loader": "1.0.1",
  103. "vue-loader": "15.3.0",
  104. "vue-style-loader": "4.1.2",
  105. "vue-template-compiler": "2.5.17",
  106. "webpack": "4.16.5",
  107. "webpack-bundle-analyzer": "^2.13.1",
  108. "webpack-cli": "3.1.0",
  109. "webpack-dev-server": "3.1.5",
  110. "webpack-merge": "4.1.4"
  111. },
  112. "engines": {
  113. "node": ">= 6.0.0",
  114. "npm": ">= 3.0.0"
  115. },
  116. "browserslist": [
  117. "> 1%",
  118. "last 2 versions",
  119. "not ie <= 8"
  120. ]
  121. }