package.json 3.3 KB
Newer Older
P
init  
Pan 已提交
1
{
P
Pan 已提交
2
  "name": "vue-element-admin",
P
Pan 已提交
3
  "version": "3.6.6",
4
  "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
P
init  
Pan 已提交
5
  "author": "Pan <panfree23@gmail.com>",
P
Pan 已提交
6
  "license": "MIT",
P
init  
Pan 已提交
7
  "scripts": {
8
    "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
P
Pan 已提交
9 10
    "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
    "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
P
Pan 已提交
11 12
    "lint": "eslint --ext .js,.vue src",
    "test": "npm run lint"
P
init  
Pan 已提交
13
  },
P
Pan 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27
  "keywords": [
    "vue",
    "element-ui",
    "admin",
    "management-system",
    "admin-template"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  },
  "bugs": {
    "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  },
P
init  
Pan 已提交
28
  "dependencies": {
P
Pan 已提交
29
    "axios": "0.17.1",
P
Pan 已提交
30
    "clipboard": "1.7.1",
31
    "codemirror": "5.32.0",
花裤衩 已提交
32
    "driver.js": "0.5.2",
P
Pan 已提交
33
    "dropzone": "5.2.0",
P
Pan 已提交
34
    "echarts": "3.8.5",
花裤衩 已提交
35
    "element-ui": "2.3.2",
P
init  
Pan 已提交
36
    "file-saver": "1.3.3",
P
Pan 已提交
37 38
    "font-awesome": "4.7.0",
    "js-cookie": "2.2.0",
P
init  
Pan 已提交
39
    "jsonlint": "1.6.2",
40
    "jszip": "3.1.5",
P
Pan 已提交
41
    "mockjs": "1.0.1-beta3",
P
Pan 已提交
42
    "normalize.css": "7.0.0",
P
init  
Pan 已提交
43
    "nprogress": "0.2.0",
P
Pan 已提交
44
    "screenfull": "3.3.2",
45
    "showdown": "1.8.5",
P
init  
Pan 已提交
46
    "simplemde": "1.11.2",
47
    "sortablejs": "1.7.0",
P
Pan 已提交
48 49
    "vue": "2.5.10",
    "vue-count-to": "1.0.13",
P
Pan 已提交
50
    "vue-i18n": "7.3.2",
51
    "vue-multiselect": "2.0.8",
52
    "vue-router": "3.0.1",
53
    "vue-splitpane": "1.0.2",
54
    "vuedraggable": "^2.16.0",
P
Pan 已提交
55
    "vuex": "3.0.1",
P
Pan 已提交
56
    "xlsx": "^0.11.16"
P
init  
Pan 已提交
57 58
  },
  "devDependencies": {
59
    "autoprefixer": "7.2.3",
P
Pan 已提交
60
    "babel-core": "6.26.0",
61 62
    "babel-eslint": "8.0.3",
    "babel-helper-vue-jsx-merge-props": "2.0.3",
P
Pan 已提交
63
    "babel-loader": "7.1.2",
64
    "babel-plugin-syntax-jsx": "6.18.0",
P
Pan 已提交
65
    "babel-plugin-transform-runtime": "6.23.0",
66
    "babel-plugin-transform-vue-jsx": "3.5.0",
P
Pan 已提交
67
    "babel-preset-env": "1.6.1",
P
Pan 已提交
68
    "babel-preset-stage-2": "6.24.1",
P
Pan 已提交
69
    "chalk": "2.3.0",
70
    "copy-webpack-plugin": "4.3.0",
P
Pan 已提交
71 72
    "cross-env": "5.1.1",
    "css-loader": "0.28.7",
73
    "eslint": "4.13.1",
P
Pan 已提交
74
    "eslint-friendly-formatter": "3.0.0",
P
Pan 已提交
75
    "eslint-loader": "1.9.0",
76
    "eslint-plugin-html": "4.0.1",
P
Pan 已提交
77
    "extract-text-webpack-plugin": "3.0.2",
78
    "file-loader": "1.1.5",
P
Pan 已提交
79
    "friendly-errors-webpack-plugin": "1.6.1",
80 81 82
    "html-webpack-plugin": "2.30.1",
    "node-notifier": "5.1.2",
    "node-sass": "^4.7.2",
P
Pan 已提交
83
    "optimize-css-assets-webpack-plugin": "3.2.0",
84 85 86 87
    "ora": "1.3.0",
    "portfinder": "1.0.13",
    "postcss-import": "11.0.0",
    "postcss-loader": "2.0.9",
P
Pan 已提交
88
    "postcss-url": "7.3.0",
89 90
    "pushstate-server": "3.0.1",
    "rimraf": "2.6.2",
P
Pan 已提交
91 92
    "sass-loader": "6.0.6",
    "script-loader": "0.7.2",
93 94 95 96
    "semver": "5.4.1",
    "shelljs": "0.7.8",
    "svg-sprite-loader": "3.5.2",
    "uglifyjs-webpack-plugin": "1.1.3",
P
Pan 已提交
97
    "url-loader": "0.6.2",
P
Pan 已提交
98
    "vue-loader": "13.5.0",
P
Pan 已提交
99
    "vue-style-loader": "3.0.3",
P
Pan 已提交
100 101 102
    "vue-template-compiler": "2.5.10",
    "webpack": "3.10.0",
    "webpack-bundle-analyzer": "2.9.1",
103 104
    "webpack-dev-server": "2.9.7",
    "webpack-merge": "4.1.1"
P
init  
Pan 已提交
105 106 107 108 109
  },
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
  },
P
Pan 已提交
110
  "browserslist": [
P
init  
Pan 已提交
111 112 113 114 115
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}