package.json 2.0 KB
Newer Older
L
lin-xin 已提交
1
{
L
lin-xin 已提交
2
  "name": "vue-manage-system",
L
lin-xin 已提交
3
  "version": "3.1.0",
L
lin-xin 已提交
4 5 6 7
  "description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案",
  "author": "lin-xin <2981207131@qq.com>",
  "private": true,
  "scripts": {
L
lin-xin 已提交
8
    "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
L
lin-xin 已提交
9 10
    "build": "node build/build.js",
    "build:dll": "webpack --config build/webpack.dll.conf.js"
L
lin-xin 已提交
11 12
  },
  "dependencies": {
L
lin-xin 已提交
13
    "axios": "^0.15.3",
L
lin-xin 已提交
14
    "babel-polyfill": "^6.23.0",
L
lin-xin 已提交
15
    "element-ui": "2.3.3",
L
lin-xin 已提交
16
    "mavon-editor": "^2.5.4",
L
lin-xin 已提交
17
    "vue": "^2.5.16",
L
lin-xin 已提交
18
    "vue-cropperjs": "^2.2.0",
L
lin-xin 已提交
19 20
    "vue-quill-editor": "3.0.6",
    "vue-router": "^3.0.1",
L
lin-xin 已提交
21 22
    "vue-schart": "^0.1.4",
    "vuedraggable": "^2.16.0"
L
lin-xin 已提交
23 24
  },
  "devDependencies": {
L
lin-xin 已提交
25
    "autoprefixer": "^7.1.2",
L
lin-xin 已提交
26
    "babel-core": "^6.22.1",
L
lin-xin 已提交
27 28 29
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-loader": "^7.1.1",
    "babel-plugin-syntax-jsx": "^6.18.0",
L
lin-xin 已提交
30
    "babel-plugin-transform-runtime": "^6.22.0",
L
lin-xin 已提交
31 32
    "babel-plugin-transform-vue-jsx": "^3.5.0",
    "babel-preset-env": "^1.3.2",
L
lin-xin 已提交
33
    "babel-preset-stage-2": "^6.22.0",
L
lin-xin 已提交
34 35
    "chalk": "^2.0.1",
    "copy-webpack-plugin": "^4.0.1",
L
lin-xin 已提交
36
    "css-loader": "^0.28.0",
L
lin-xin 已提交
37 38 39 40 41 42
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^1.1.4",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "html-webpack-plugin": "^2.30.1",
    "node-notifier": "^5.1.2",
    "optimize-css-assets-webpack-plugin": "^3.2.0",
L
lin-xin 已提交
43
    "ora": "^1.2.0",
L
lin-xin 已提交
44 45 46 47
    "portfinder": "^1.0.13",
    "postcss-import": "^11.0.0",
    "postcss-loader": "^2.0.8",
    "rimraf": "^2.6.0",
L
lin-xin 已提交
48 49
    "semver": "^5.3.0",
    "shelljs": "^0.7.6",
L
lin-xin 已提交
50
    "uglifyjs-webpack-plugin": "^1.1.1",
L
lin-xin 已提交
51
    "url-loader": "^0.5.8",
L
lin-xin 已提交
52 53 54 55 56 57
    "vue-loader": "^13.3.0",
    "vue-style-loader": "^3.0.1",
    "vue-template-compiler": "^2.5.2",
    "webpack": "^3.6.0",
    "webpack-bundle-analyzer": "^2.9.0",
    "webpack-dev-server": "^2.9.1",
L
lin-xin 已提交
58
    "webpack-merge": "^4.1.0"
L
lin-xin 已提交
59 60 61 62
  },
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
L
lin-xin 已提交
63 64 65
  },
  "browserslist": [
    "> 1%",
66
    "last 5 versions",
L
lin-xin 已提交
67 68
    "not ie <= 8"
  ]
L
lin-xin 已提交
69
}