You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
3.7 KiB

5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "xm-ui-web",
  3. "version": "1.0.0",
  4. "description": "xm-ui-web",
  5. "author": "chenyc <cyc58469@163.com>",
  6. "license": "MIT",
  7. "private": true,
  8. "scripts": {
  9. "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
  10. "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
  11. "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
  12. "build:m1prod": "cross-env NODE_ENV=production env_config=m1prod node build/build.js",
  13. "lint": "eslint --ext .js,.vue src",
  14. "test": "npm run lint"
  15. },
  16. "dependencies": {
  17. "@jiaminghi/data-view": "^2.10.0",
  18. "axios": "0.17.1",
  19. "clipboard": "1.7.1",
  20. "codemirror": "5.32.0",
  21. "dayjs": "^1.8.29",
  22. "decimal.js": "^10.2.0",
  23. "dropzone": "5.2.0",
  24. "echarts": "^3.8.5",
  25. "element-ui": "^2.13.0",
  26. "file-saver": "^2.0.1",
  27. "font-awesome": "4.7.0",
  28. "gantt-elastic": "^1.0.11",
  29. "gantt-elastic-header": "^0.1.11",
  30. "highlight.js": "^9.12.0",
  31. "html2canvas": "^1.0.0-alpha.9",
  32. "i": "^0.3.6",
  33. "js-cookie": "2.2.0",
  34. "js-md5": "^0.7.3",
  35. "jsonlint": "1.6.2",
  36. "jszip": "3.2.1",
  37. "less": "^3.12.2",
  38. "less-loader": "^4.1.0",
  39. "mockjs": "1.0.1-beta3",
  40. "moment": "^2.24.0",
  41. "normalize.css": "7.0.0",
  42. "nprogress": "0.2.0",
  43. "object-assign": "^4.1.1",
  44. "qrcodejs2": "0.0.2",
  45. "quill-image-drop-module": "^1.0.3",
  46. "quill-image-resize-module": "^3.0.0",
  47. "screenfull": "3.3.2",
  48. "showdown": "1.8.5",
  49. "simplemde": "1.11.2",
  50. "sortablejs": "1.7.0",
  51. "vue": "2.6.10",
  52. "vue-clipboard2": "^0.3.1",
  53. "vue-contextmenujs": "^1.3.10",
  54. "vue-count-to": "1.0.13",
  55. "vue-cropper": "^0.2.9",
  56. "vue-gantt-schedule-timeline-calendar": "^1.0.33",
  57. "vue-i18n": "7.3.2",
  58. "vue-image-crop-upload": "^1.3.14",
  59. "vue-multiselect": "2.0.8",
  60. "vue-quill-editor": "^3.0.6",
  61. "vue-router": "3.0.1",
  62. "vue-splitpane": "1.0.2",
  63. "vuedraggable": "^2.24.3",
  64. "vuex": "3.0.1",
  65. "wl-gantt": "^1.0.4",
  66. "xlsx": "^0.14.5"
  67. },
  68. "devDependencies": {
  69. "autoprefixer": "7.2.3",
  70. "babel-core": "6.26.0",
  71. "babel-eslint": "8.0.3",
  72. "babel-helper-vue-jsx-merge-props": "2.0.3",
  73. "babel-loader": "7.1.2",
  74. "babel-plugin-syntax-jsx": "6.18.0",
  75. "babel-plugin-transform-runtime": "6.23.0",
  76. "babel-plugin-transform-vue-jsx": "3.5.0",
  77. "babel-preset-env": "1.6.1",
  78. "babel-preset-stage-2": "6.24.1",
  79. "chalk": "2.3.0",
  80. "copy-webpack-plugin": "4.3.0",
  81. "cross-env": "5.1.1",
  82. "css-loader": "0.28.7",
  83. "eslint": "4.13.1",
  84. "eslint-friendly-formatter": "3.0.0",
  85. "eslint-loader": "1.9.0",
  86. "eslint-plugin-html": "4.0.1",
  87. "extract-text-webpack-plugin": "3.0.2",
  88. "file-loader": "1.1.5",
  89. "friendly-errors-webpack-plugin": "1.6.1",
  90. "html-webpack-plugin": "2.30.1",
  91. "node-notifier": "5.1.2",
  92. "node-sass": "^4.5.0",
  93. "optimize-css-assets-webpack-plugin": "3.2.0",
  94. "ora": "1.3.0",
  95. "portfinder": "1.0.13",
  96. "postcss-import": "11.0.0",
  97. "postcss-loader": "2.0.9",
  98. "postcss-url": "7.3.0",
  99. "pushstate-server": "3.0.1",
  100. "quill-image-extend-module": "^1.1.2",
  101. "rimraf": "2.6.2",
  102. "sass-loader": "6.0.6",
  103. "script-loader": "^0.7.2",
  104. "semver": "5.4.1",
  105. "shelljs": "0.7.8",
  106. "svg-sprite-loader": "3.5.2",
  107. "uglifyjs-webpack-plugin": "1.1.3",
  108. "url-loader": "0.6.2",
  109. "vue-loader": "13.5.0",
  110. "vue-style-loader": "3.0.3",
  111. "vue-template-compiler": "2.6.10",
  112. "webpack": "3.10.0",
  113. "webpack-bundle-analyzer": "2.9.1",
  114. "webpack-dev-server": "2.9.7",
  115. "webpack-merge": "4.1.1"
  116. },
  117. "engines": {
  118. "node": ">= 4.0.0",
  119. "npm": ">= 3.0.0"
  120. },
  121. "browserslist": [
  122. "> 1%",
  123. "last 2 versions",
  124. "not ie <= 8"
  125. ]
  126. }