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.

128 lines
3.8 KiB

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