|  | @@ -1,6 +1,6 @@
 | 
	
		
			
			| 1 | 1 |  {
 | 
	
		
			
			| 2 | 2 |    "name": "vue-admin-template",
 | 
	
		
			
			| 3 |  | -  "version": "1.0.0",
 | 
	
		
			
			|  | 3 | +  "version": "3.0.0",
 | 
	
		
			
			| 4 | 4 |    "license": "MIT",
 | 
	
		
			
			| 5 | 5 |    "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
 | 
	
		
			
			| 6 | 6 |    "author": "Pan <panfree23@gmail.com>",
 | 
	
	
		
			
			|  | @@ -11,57 +11,57 @@
 | 
	
		
			
			| 11 | 11 |      "lint": "eslint --ext .js,.vue src"
 | 
	
		
			
			| 12 | 12 |    },
 | 
	
		
			
			| 13 | 13 |    "dependencies": {
 | 
	
		
			
			| 14 |  | -    "axios": "0.16.2",
 | 
	
		
			
			| 15 |  | -    "element-ui": "1.4.3",
 | 
	
		
			
			| 16 |  | -    "js-cookie": "2.1.4",
 | 
	
		
			
			|  | 14 | +    "axios": "0.17.1",
 | 
	
		
			
			|  | 15 | +    "element-ui": "2.0.5",
 | 
	
		
			
			|  | 16 | +    "js-cookie": "2.2.0",
 | 
	
		
			
			| 17 | 17 |      "normalize.css": "7.0.0",
 | 
	
		
			
			| 18 | 18 |      "nprogress": "0.2.0",
 | 
	
		
			
			| 19 |  | -    "vue": "2.4.2",
 | 
	
		
			
			| 20 |  | -    "vue-router": "2.7.0",
 | 
	
		
			
			| 21 |  | -    "vuex": "2.3.1"
 | 
	
		
			
			|  | 19 | +    "vue": "2.5.8",
 | 
	
		
			
			|  | 20 | +    "vue-router": "3.0.1",
 | 
	
		
			
			|  | 21 | +    "vuex": "3.0.1"
 | 
	
		
			
			| 22 | 22 |    },
 | 
	
		
			
			| 23 | 23 |    "devDependencies": {
 | 
	
		
			
			| 24 |  | -    "autoprefixer": "6.7.2",
 | 
	
		
			
			| 25 |  | -    "babel-core": "6.22.1",
 | 
	
		
			
			| 26 |  | -    "babel-eslint": "7.1.1",
 | 
	
		
			
			| 27 |  | -    "babel-loader": "6.2.10",
 | 
	
		
			
			| 28 |  | -    "babel-plugin-transform-runtime": "6.22.0",
 | 
	
		
			
			| 29 |  | -    "babel-preset-env": "1.3.2",
 | 
	
		
			
			| 30 |  | -    "babel-preset-stage-2": "6.22.0",
 | 
	
		
			
			| 31 |  | -    "babel-register": "6.22.0",
 | 
	
		
			
			| 32 |  | -    "chalk": "1.1.3",
 | 
	
		
			
			| 33 |  | -    "connect-history-api-fallback": "1.3.0",
 | 
	
		
			
			| 34 |  | -    "copy-webpack-plugin": "4.0.1",
 | 
	
		
			
			| 35 |  | -    "css-loader": "0.28.0",
 | 
	
		
			
			| 36 |  | -    "eslint": "3.19.0",
 | 
	
		
			
			| 37 |  | -    "eslint-friendly-formatter": "2.0.7",
 | 
	
		
			
			| 38 |  | -    "eslint-loader": "1.7.1",
 | 
	
		
			
			| 39 |  | -    "eslint-plugin-html": "2.0.0",
 | 
	
		
			
			|  | 24 | +    "autoprefixer": "7.1.6",
 | 
	
		
			
			|  | 25 | +    "babel-core": "6.26.0",
 | 
	
		
			
			|  | 26 | +    "babel-eslint": "8.0.2",
 | 
	
		
			
			|  | 27 | +    "babel-loader": "7.1.2",
 | 
	
		
			
			|  | 28 | +    "babel-plugin-transform-runtime": "6.23.0",
 | 
	
		
			
			|  | 29 | +    "babel-preset-env": "1.6.1",
 | 
	
		
			
			|  | 30 | +    "babel-preset-stage-2": "6.24.1",
 | 
	
		
			
			|  | 31 | +    "babel-register": "6.26.0",
 | 
	
		
			
			|  | 32 | +    "chalk": "2.3.0",
 | 
	
		
			
			|  | 33 | +    "connect-history-api-fallback": "1.5.0",
 | 
	
		
			
			|  | 34 | +    "copy-webpack-plugin": "4.2.3",
 | 
	
		
			
			|  | 35 | +    "css-loader": "0.28.7",
 | 
	
		
			
			|  | 36 | +    "eslint": "4.11.0",
 | 
	
		
			
			|  | 37 | +    "eslint-friendly-formatter": "3.0.0",
 | 
	
		
			
			|  | 38 | +    "eslint-loader": "1.9.0",
 | 
	
		
			
			|  | 39 | +    "eslint-plugin-html": "4.0.1",
 | 
	
		
			
			| 40 | 40 |      "eventsource-polyfill": "0.9.6",
 | 
	
		
			
			| 41 |  | -    "express": "4.14.1",
 | 
	
		
			
			| 42 |  | -    "extract-text-webpack-plugin": "2.0.0",
 | 
	
		
			
			| 43 |  | -    "file-loader": "0.11.1",
 | 
	
		
			
			| 44 |  | -    "friendly-errors-webpack-plugin": "1.1.3",
 | 
	
		
			
			| 45 |  | -    "html-webpack-plugin": "2.28.0",
 | 
	
		
			
			| 46 |  | -    "http-proxy-middleware": "0.17.3",
 | 
	
		
			
			| 47 |  | -    "webpack-bundle-analyzer": "2.2.1",
 | 
	
		
			
			| 48 |  | -    "semver": "5.3.0",
 | 
	
		
			
			| 49 |  | -    "shelljs": "0.7.6",
 | 
	
		
			
			| 50 |  | -    "opn": "4.0.2",
 | 
	
		
			
			| 51 |  | -    "optimize-css-assets-webpack-plugin": "1.3.0",
 | 
	
		
			
			| 52 |  | -    "ora": "1.2.0",
 | 
	
		
			
			| 53 |  | -    "rimraf": "2.6.0",
 | 
	
		
			
			| 54 |  | -    "node-sass": "^4.5.0",
 | 
	
		
			
			| 55 |  | -    "sass-loader": "6.0.5",
 | 
	
		
			
			| 56 |  | -    "svg-sprite-loader": "3.2.4",
 | 
	
		
			
			| 57 |  | -    "url-loader": "0.5.8",
 | 
	
		
			
			| 58 |  | -    "vue-loader": "13.0.4",
 | 
	
		
			
			| 59 |  | -    "vue-style-loader": "3.0.1",
 | 
	
		
			
			| 60 |  | -    "vue-template-compiler": "2.4.2",
 | 
	
		
			
			| 61 |  | -    "webpack": "2.6.1",
 | 
	
		
			
			| 62 |  | -    "webpack-dev-middleware": "1.10.0",
 | 
	
		
			
			| 63 |  | -    "webpack-hot-middleware": "2.18.0",
 | 
	
		
			
			| 64 |  | -    "webpack-merge": "4.1.0"
 | 
	
		
			
			|  | 41 | +    "express": "4.16.2",
 | 
	
		
			
			|  | 42 | +    "extract-text-webpack-plugin": "3.0.2",
 | 
	
		
			
			|  | 43 | +    "file-loader": "1.1.5",
 | 
	
		
			
			|  | 44 | +    "friendly-errors-webpack-plugin": "1.6.1",
 | 
	
		
			
			|  | 45 | +    "html-webpack-plugin": "2.30.1",
 | 
	
		
			
			|  | 46 | +    "http-proxy-middleware": "0.17.4",
 | 
	
		
			
			|  | 47 | +    "node-sass": "^4.7.2",
 | 
	
		
			
			|  | 48 | +    "opn": "5.1.0",
 | 
	
		
			
			|  | 49 | +    "optimize-css-assets-webpack-plugin": "3.2.0",
 | 
	
		
			
			|  | 50 | +    "ora": "1.3.0",
 | 
	
		
			
			|  | 51 | +    "rimraf": "2.6.2",
 | 
	
		
			
			|  | 52 | +    "sass-loader": "6.0.6",
 | 
	
		
			
			|  | 53 | +    "semver": "5.4.1",
 | 
	
		
			
			|  | 54 | +    "shelljs": "0.7.8",
 | 
	
		
			
			|  | 55 | +    "svg-sprite-loader": "3.4.1",
 | 
	
		
			
			|  | 56 | +    "url-loader": "0.6.1",
 | 
	
		
			
			|  | 57 | +    "vue-loader": "13.5.0",
 | 
	
		
			
			|  | 58 | +    "vue-style-loader": "3.0.3",
 | 
	
		
			
			|  | 59 | +    "vue-template-compiler": "2.5.8",
 | 
	
		
			
			|  | 60 | +    "webpack": "3.8.1",
 | 
	
		
			
			|  | 61 | +    "webpack-bundle-analyzer": "2.9.1",
 | 
	
		
			
			|  | 62 | +    "webpack-dev-middleware": "1.12.1",
 | 
	
		
			
			|  | 63 | +    "webpack-hot-middleware": "2.20.0",
 | 
	
		
			
			|  | 64 | +    "webpack-merge": "4.1.1"
 | 
	
		
			
			| 65 | 65 |    },
 | 
	
		
			
			| 66 | 66 |    "engines": {
 | 
	
		
			
			| 67 | 67 |      "node": ">= 4.0.0",
 |