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.

117 lines
3.5 KiB

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