package.json 2.1 KB
Newer Older
L
lin-xin 已提交
1
{
L
lin-xin 已提交
2 3
  "name": "vue-manage-system",
  "version": "3.0.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.2",
L
lin-xin 已提交
17
    "sortablejs": "^1.7.0",
L
lin-xin 已提交
18
    "vue": "^2.5.16",
L
lin-xin 已提交
19
    "vue-core-image-upload": "2.1.11",
L
lin-xin 已提交
20 21 22 23
    "vue-datasource": "1.0.12",
    "vue-quill-editor": "3.0.6",
    "vue-router": "^3.0.1",
    "vue-schart": "^0.1.4"
L
lin-xin 已提交
24 25
  },
  "devDependencies": {
L
lin-xin 已提交
26
    "autoprefixer": "^7.1.2",
L
lin-xin 已提交
27
    "babel-core": "^6.22.1",
L
lin-xin 已提交
28 29 30
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-loader": "^7.1.1",
    "babel-plugin-syntax-jsx": "^6.18.0",
L
lin-xin 已提交
31
    "babel-plugin-transform-runtime": "^6.22.0",
L
lin-xin 已提交
32 33 34
    "babel-plugin-transform-vue-jsx": "^3.5.0",
    "babel-preset-env": "^1.3.2",
    "babel-preset-es2015": "^6.24.1",
L
lin-xin 已提交
35
    "babel-preset-stage-2": "^6.22.0",
L
lin-xin 已提交
36 37
    "chalk": "^2.0.1",
    "copy-webpack-plugin": "^4.0.1",
L
lin-xin 已提交
38
    "css-loader": "^0.28.0",
L
lin-xin 已提交
39 40 41 42 43 44
    "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 已提交
45
    "ora": "^1.2.0",
L
lin-xin 已提交
46 47 48 49
    "portfinder": "^1.0.13",
    "postcss-import": "^11.0.0",
    "postcss-loader": "^2.0.8",
    "rimraf": "^2.6.0",
L
lin-xin 已提交
50 51
    "semver": "^5.3.0",
    "shelljs": "^0.7.6",
L
lin-xin 已提交
52
    "uglifyjs-webpack-plugin": "^1.1.1",
L
lin-xin 已提交
53
    "url-loader": "^0.5.8",
L
lin-xin 已提交
54 55 56 57 58 59
    "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 已提交
60
    "webpack-merge": "^4.1.0"
L
lin-xin 已提交
61 62 63 64
  },
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
L
lin-xin 已提交
65 66 67 68 69 70
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
L
lin-xin 已提交
71
}