package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "vue-element-admin",
  3. "version": "3.6.1",
  4. "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
  5. "author": "Pan <panfree23@gmail.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. "lint": "eslint --ext .js,.vue src",
  13. "test": "npm run lint"
  14. },
  15. "dependencies": {
  16. "axios": "0.17.1",
  17. "clipboard": "1.7.1",
  18. "codemirror": "5.32.0",
  19. "dropzone": "5.2.0",
  20. "echarts": "3.8.5",
  21. "element-ui": "2.0.8",
  22. "file-saver": "1.3.3",
  23. "font-awesome": "4.7.0",
  24. "js-cookie": "2.2.0",
  25. "jsonlint": "1.6.2",
  26. "jszip": "3.1.5",
  27. "mockjs": "1.0.1-beta3",
  28. "normalize.css": "7.0.0",
  29. "nprogress": "0.2.0",
  30. "screenfull": "3.3.2",
  31. "showdown": "1.8.5",
  32. "simplemde": "1.11.2",
  33. "sortablejs": "1.7.0",
  34. "vue": "2.5.10",
  35. "vue-count-to": "1.0.13",
  36. "vue-i18n": "7.3.2",
  37. "vue-multiselect": "2.0.8",
  38. "vue-router": "3.0.1",
  39. "vue-splitpane": "1.0.2",
  40. "vuedraggable": "2.15.0",
  41. "vuex": "3.0.1",
  42. "xlsx": "^0.11.16"
  43. },
  44. "devDependencies": {
  45. "autoprefixer": "7.2.3",
  46. "babel-core": "6.26.0",
  47. "babel-eslint": "8.0.3",
  48. "babel-helper-vue-jsx-merge-props": "2.0.3",
  49. "babel-loader": "7.1.2",
  50. "babel-plugin-syntax-jsx": "6.18.0",
  51. "babel-plugin-transform-runtime": "6.23.0",
  52. "babel-plugin-transform-vue-jsx": "3.5.0",
  53. "babel-preset-env": "1.6.1",
  54. "babel-preset-stage-2": "6.24.1",
  55. "chalk": "2.3.0",
  56. "copy-webpack-plugin": "4.3.0",
  57. "cross-env": "5.1.1",
  58. "css-loader": "0.28.7",
  59. "eslint": "4.13.1",
  60. "eslint-friendly-formatter": "3.0.0",
  61. "eslint-loader": "1.9.0",
  62. "eslint-plugin-html": "4.0.1",
  63. "extract-text-webpack-plugin": "3.0.2",
  64. "file-loader": "1.1.5",
  65. "friendly-errors-webpack-plugin": "1.6.1",
  66. "html-webpack-plugin": "2.30.1",
  67. "node-notifier": "5.1.2",
  68. "node-sass": "^4.7.2",
  69. "optimize-css-assets-webpack-plugin": "3.2.0",
  70. "ora": "1.3.0",
  71. "portfinder": "1.0.13",
  72. "postcss-import": "11.0.0",
  73. "postcss-loader": "2.0.9",
  74. "postcss-url": "7.3.0",
  75. "pushstate-server": "3.0.1",
  76. "rimraf": "2.6.2",
  77. "sass-loader": "6.0.6",
  78. "script-loader": "0.7.2",
  79. "semver": "5.4.1",
  80. "shelljs": "0.7.8",
  81. "svg-sprite-loader": "3.5.2",
  82. "uglifyjs-webpack-plugin": "1.1.3",
  83. "url-loader": "0.6.2",
  84. "vue-loader": "13.5.0",
  85. "vue-style-loader": "3.0.3",
  86. "vue-template-compiler": "2.5.10",
  87. "webpack": "3.10.0",
  88. "webpack-bundle-analyzer": "2.9.1",
  89. "webpack-dev-server": "2.9.7",
  90. "webpack-merge": "4.1.1"
  91. },
  92. "engines": {
  93. "node": ">= 4.0.0",
  94. "npm": ">= 3.0.0"
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions",
  99. "not ie <= 8"
  100. ]
  101. }