跳板机管理web端
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.

74 lines
2.0 KiB

10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. {
  2. "name": "vueadmin",
  3. "version": "1.0.5",
  4. "description": "vue admin project",
  5. "author": "taylor <709161610@qq.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "node build/dev-server.js",
  9. "start": "node build/dev-server.js",
  10. "build": "node build/build.js"
  11. },
  12. "dependencies": {
  13. "axios": "^0.15.3",
  14. "echarts": "^3.3.2",
  15. "element-ui": "^1.2.8",
  16. "font-awesome": "^4.7.0",
  17. "nprogress": "^0.2.0",
  18. "vue": "^2.2.2",
  19. "vue-router": "^2.3.0",
  20. "vuex": "^2.0.0-rc.6"
  21. },
  22. "devDependencies": {
  23. "autoprefixer": "^6.7.2",
  24. "axios-mock-adapter": "^1.7.1",
  25. "babel-core": "^6.22.1",
  26. "babel-loader": "^6.2.10",
  27. "babel-plugin-transform-runtime": "^6.22.0",
  28. "babel-preset-env": "^1.2.1",
  29. "babel-polyfill": "^6.16.0",
  30. "babel-preset-es2015": "^6.0.0",
  31. "babel-preset-stage-2": "^6.22.0",
  32. "babel-register": "^6.22.0",
  33. "chalk": "^1.1.3",
  34. "connect-history-api-fallback": "^1.3.0",
  35. "copy-webpack-plugin": "^4.0.1",
  36. "css-loader": "^0.26.1",
  37. "eventsource-polyfill": "^0.9.6",
  38. "express": "^4.14.1",
  39. "extract-text-webpack-plugin": "^2.0.0",
  40. "file-loader": "^0.10.0",
  41. "friendly-errors-webpack-plugin": "^1.1.3",
  42. "function-bind": "^1.0.2",
  43. "html-webpack-plugin": "^2.28.0",
  44. "http-proxy-middleware": "^0.17.3",
  45. "webpack-bundle-analyzer": "^2.2.1",
  46. "json-loader": "^0.5.4",
  47. "mockjs": "^1.0.1-beta3",
  48. "node-sass": "^4.5.0",
  49. "opn": "^4.0.2",
  50. "optimize-css-assets-webpack-plugin": "^1.3.0",
  51. "ora": "^1.0.0",
  52. "rimraf": "^2.6.0",
  53. "sass-loader": "^6.0.0",
  54. "semver": "^5.3.0",
  55. "shelljs": "^0.7.6",
  56. "url-loader": "^0.5.8",
  57. "vue-loader": "^11.1.4",
  58. "vue-style-loader": "^2.0.0",
  59. "vue-template-compiler": "^2.2.4",
  60. "webpack": "^2.2.1",
  61. "webpack-dev-middleware": "^1.10.0",
  62. "webpack-hot-middleware": "^2.16.1",
  63. "webpack-merge": "^2.6.1"
  64. },
  65. "engines": {
  66. "node": ">= 4.0.0",
  67. "npm": ">= 3.0.0"
  68. },
  69. "browserslist": [
  70. "> 1%",
  71. "last 2 versions",
  72. "not ie <= 8"
  73. ]
  74. }