package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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.0",
  33. "js-md5": "^0.7.3",
  34. "lockr": "^0.8.5",
  35. "normalize.css": "7.0.0",
  36. "nprogress": "0.2.0",
  37. "numeral": "^2.0.6",
  38. "nzh": "^1.0.4",
  39. "pinyin-match": "1.0.9",
  40. "qrcodejs2": "0.0.2",
  41. "throttle-debounce": "^2.1.0",
  42. "vue": "2.5.17",
  43. "vue-bus": "^1.1.0",
  44. "vue-calendar-component": "^2.8.2",
  45. "vue-cropper": "^0.4.8",
  46. "vue-i18n": "^8.7.0",
  47. "vue-moment": "^4.0.0",
  48. "vue-radial-progress": "^0.2.10",
  49. "vue-router": "3.0.1",
  50. "vue2-animate": "^2.1.2",
  51. "vuedraggable": "^2.16.0",
  52. "vuex": "3.0.1",
  53. "xlsx": "^0.14.1",
  54. "xss": "^1.0.6"
  55. },
  56. "devDependencies": {
  57. "autoprefixer": "8.5.0",
  58. "babel-core": "6.26.0",
  59. "babel-eslint": "8.2.6",
  60. "babel-helper-vue-jsx-merge-props": "2.0.3",
  61. "babel-loader": "7.1.5",
  62. "babel-plugin-syntax-jsx": "6.18.0",
  63. "babel-plugin-transform-runtime": "6.23.0",
  64. "babel-plugin-transform-vue-jsx": "3.7.0",
  65. "babel-preset-env": "1.7.0",
  66. "babel-preset-stage-2": "6.24.1",
  67. "chalk": "2.4.1",
  68. "copy-webpack-plugin": "4.5.2",
  69. "css-loader": "1.0.0",
  70. "eslint": "4.19.1",
  71. "eslint-friendly-formatter": "4.0.1",
  72. "eslint-loader": "2.0.0",
  73. "eslint-plugin-vue": "4.7.1",
  74. "eventsource-polyfill": "0.9.6",
  75. "file-loader": "1.1.11",
  76. "friendly-errors-webpack-plugin": "1.7.0",
  77. "html-webpack-plugin": "4.0.0-alpha",
  78. "mini-css-extract-plugin": "0.4.1",
  79. "node-notifier": "5.2.1",
  80. "node-sass": "^4.7.2",
  81. "optimize-css-assets-webpack-plugin": "5.0.0",
  82. "ora": "3.0.0",
  83. "path-to-regexp": "2.4.0",
  84. "portfinder": "1.0.16",
  85. "postcss-import": "12.0.0",
  86. "postcss-loader": "2.1.6",
  87. "postcss-url": "7.3.2",
  88. "rimraf": "2.6.2",
  89. "sass-loader": "7.0.3",
  90. "sass-resources-loader": "^2.0.0",
  91. "script-ext-html-webpack-plugin": "2.0.1",
  92. "semver": "5.5.0",
  93. "shelljs": "0.8.2",
  94. "svg-sprite-loader": "^4.1.3",
  95. "uglifyjs-webpack-plugin": "1.2.7",
  96. "url-loader": "1.0.1",
  97. "vue-loader": "15.3.0",
  98. "vue-style-loader": "4.1.2",
  99. "vue-template-compiler": "2.5.17",
  100. "webpack": "4.16.5",
  101. "webpack-bundle-analyzer": "^2.13.1",
  102. "webpack-cli": "3.1.0",
  103. "webpack-dev-server": "3.1.5",
  104. "webpack-merge": "4.1.4"
  105. },
  106. "engines": {
  107. "node": ">= 6.0.0",
  108. "npm": ">= 3.0.0"
  109. },
  110. "browserslist": [
  111. "> 1%",
  112. "last 2 versions",
  113. "not ie <= 8"
  114. ]
  115. }