huibing.xie | 1f1606f | 2018-08-20 15:46:55 +0800 | [diff] [blame^] | 1 | { |
| 2 | "name": "vue-admin-template", |
| 3 | "version": "3.6.0", |
| 4 | "license": "MIT", |
| 5 | "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", |
| 6 | "author": "Pan <panfree23@gmail.com>", |
| 7 | "scripts": { |
| 8 | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", |
| 9 | "start": "npm run dev", |
| 10 | "build": "node build/build.js", |
| 11 | "build:report": "npm_config_report=true 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 | "babel-polyfill": "^6.26.0", |
| 18 | "element-ui": "2.3.4", |
| 19 | "js-cookie": "2.2.0", |
| 20 | "normalize.css": "7.0.0", |
| 21 | "nprogress": "0.2.0", |
| 22 | "vue": "2.5.10", |
| 23 | "vue-router": "3.0.1", |
| 24 | "vuex": "3.0.1" |
| 25 | }, |
| 26 | "devDependencies": { |
| 27 | "autoprefixer": "7.2.3", |
| 28 | "babel-core": "6.26.0", |
| 29 | "babel-eslint": "8.0.3", |
| 30 | "babel-helper-vue-jsx-merge-props": "2.0.3", |
| 31 | "babel-loader": "7.1.2", |
| 32 | "babel-plugin-syntax-jsx": "6.18.0", |
| 33 | "babel-plugin-transform-runtime": "6.23.0", |
| 34 | "babel-plugin-transform-vue-jsx": "3.5.0", |
| 35 | "babel-preset-env": "1.6.1", |
| 36 | "babel-preset-stage-2": "6.24.1", |
| 37 | "chalk": "2.3.0", |
| 38 | "copy-webpack-plugin": "4.2.3", |
| 39 | "css-loader": "0.28.7", |
| 40 | "eslint": "4.13.1", |
| 41 | "eslint-friendly-formatter": "3.0.0", |
| 42 | "eslint-loader": "1.9.0", |
| 43 | "eslint-plugin-html": "4.0.1", |
| 44 | "eventsource-polyfill": "0.9.6", |
| 45 | "extract-text-webpack-plugin": "3.0.2", |
| 46 | "file-loader": "1.1.5", |
| 47 | "friendly-errors-webpack-plugin": "1.6.1", |
| 48 | "html-webpack-plugin": "2.30.1", |
| 49 | "mockjs": "^1.0.1-beta3", |
| 50 | "node-notifier": "5.1.2", |
| 51 | "node-sass": "^4.7.2", |
| 52 | "optimize-css-assets-webpack-plugin": "3.2.0", |
| 53 | "ora": "1.3.0", |
| 54 | "portfinder": "1.0.13", |
| 55 | "postcss-import": "11.0.0", |
| 56 | "postcss-loader": "2.0.9", |
| 57 | "postcss-url": "7.3.0", |
| 58 | "rimraf": "2.6.2", |
| 59 | "sass-loader": "6.0.6", |
| 60 | "semver": "5.4.1", |
| 61 | "shelljs": "0.7.8", |
| 62 | "svg-sprite-loader": "3.5.2", |
| 63 | "uglifyjs-webpack-plugin": "1.1.3", |
| 64 | "url-loader": "0.6.2", |
| 65 | "vue-loader": "13.7.2", |
| 66 | "vue-style-loader": "3.0.3", |
| 67 | "vue-template-compiler": "2.5.10", |
| 68 | "webpack": "3.10.0", |
| 69 | "webpack-bundle-analyzer": "2.9.1", |
| 70 | "webpack-dev-server": "2.9.7", |
| 71 | "webpack-merge": "4.1.1" |
| 72 | }, |
| 73 | "engines": { |
| 74 | "node": ">= 4.0.0", |
| 75 | "npm": ">= 3.0.0" |
| 76 | }, |
| 77 | "browserslist": [ |
| 78 | "> 1%", |
| 79 | "last 2 versions", |
| 80 | "not ie <= 8" |
| 81 | ] |
| 82 | } |