package.json 2.9 KB
Newer Older
P
init  
Pan 已提交
1 2
{
  "name": "juicy",
P
Pan 已提交
3
  "version": "2.2.0",
P
init  
Pan 已提交
4 5
  "description": "A Vue.js admin",
  "author": "Pan <panfree23@gmail.com>",
P
Pan 已提交
6
  "license": "MIT",
P
init  
Pan 已提交
7 8 9
  "private": true,
  "scripts": {
    "dev": "node build/dev-server.js",
P
Pan 已提交
10 11
    "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 已提交
12
    "build:sit-preview": "cross-env NODE_ENV=production env_config=sit npm_config_preview=true  npm_config_report=true node build/build.js",
P
init  
Pan 已提交
13 14 15
    "lint": "eslint --ext .js,.vue src"
  },
  "dependencies": {
P
Pan 已提交
16
    "axios": "0.17.0",
P
Pan 已提交
17
    "clipboard": "1.7.1",
P
Pan 已提交
18 19
    "codemirror": "5.31.0",
    "dropzone": "5.2.0",
P
Pan 已提交
20
    "echarts": "3.7.2",
P
Pan 已提交
21
    "element-ui": "2.0.2",
P
init  
Pan 已提交
22
    "file-saver": "1.3.3",
P
Pan 已提交
23 24
    "font-awesome": "4.7.0",
    "js-cookie": "2.2.0",
P
init  
Pan 已提交
25
    "jsonlint": "1.6.2",
P
Pan 已提交
26
    "jszip": "3.1.4",
P
Pan 已提交
27
    "mockjs": "1.0.1-beta3",
P
Pan 已提交
28
    "normalize.css": "7.0.0",
P
init  
Pan 已提交
29
    "nprogress": "0.2.0",
P
Pan 已提交
30 31
    "screenfull": "3.3.2",
    "showdown": "1.8.0",
P
init  
Pan 已提交
32
    "simplemde": "1.11.2",
P
Pan 已提交
33
    "sortablejs": "1.6.1",
34
    "vue": "2.5.2",
P
Pan 已提交
35
    "vue-count-to": "1.0.5",
P
Pan 已提交
36
    "vue-multiselect": "2.0.6",
37
    "vue-router": "3.0.1",
P
Pan 已提交
38
    "vue-splitpane": "1.0.0",
P
Pan 已提交
39
    "vuedraggable": "2.14.1",
40
    "vuex": "3.0.0",
P
Pan 已提交
41
    "xlsx": "^0.11.7"
P
init  
Pan 已提交
42 43
  },
  "devDependencies": {
P
Pan 已提交
44 45 46 47
    "autoprefixer": "7.1.6",
    "babel-core": "6.26.0",
    "babel-eslint": "8.0.1",
    "babel-loader": "7.1.2",
P
Pan 已提交
48
    "babel-plugin-transform-runtime": "6.23.0",
P
Pan 已提交
49
    "babel-preset-env": "1.6.1",
P
Pan 已提交
50
    "babel-preset-stage-2": "6.24.1",
P
Pan 已提交
51 52 53 54 55 56 57
    "babel-register": "6.26.0",
    "chalk": "2.3.0",
    "connect-history-api-fallback": "1.4.0",
    "copy-webpack-plugin": "4.2.0",
    "cross-env": "5.1.1",
    "css-loader": "0.28.7",
    "eslint": "4.10.0",
P
Pan 已提交
58
    "eslint-friendly-formatter": "3.0.0",
P
Pan 已提交
59 60 61 62
    "eslint-import-resolver-webpack": "0.8.3",
    "eslint-loader": "1.9.0",
    "eslint-plugin-html": "3.2.2",
    "eslint-plugin-import": "2.8.0",
P
init  
Pan 已提交
63
    "eventsource-polyfill": "0.9.6",
P
Pan 已提交
64 65
    "express": "4.16.2",
    "extract-text-webpack-plugin": "3.0.2",
P
Pan 已提交
66 67
    "file-loader": "0.11.2",
    "friendly-errors-webpack-plugin": "1.6.1",
P
init  
Pan 已提交
68
    "function-bind": "1.1.0",
P
Pan 已提交
69
    "html-webpack-plugin": "2.30.0",
P
Pan 已提交
70
    "http-proxy-middleware": "0.17.4",
P
Pan 已提交
71
    "node-sass": "^4.5.0",
P
init  
Pan 已提交
72
    "opn": "4.0.2",
P
Pan 已提交
73
    "optimize-css-assets-webpack-plugin": "3.2.0",
P
init  
Pan 已提交
74
    "ora": "1.1.0",
P
add  
Pan 已提交
75
    "pushstate-server": "2.1.0",
P
init  
Pan 已提交
76
    "rimraf": "2.6.0",
P
Pan 已提交
77 78
    "sass-loader": "6.0.6",
    "script-loader": "0.7.2",
P
add  
Pan 已提交
79
    "semver": "5.3.0",
P
Pan 已提交
80
    "style-loader": "0.19.0",
P
Pan 已提交
81
    "svg-sprite-loader": "3.2.4",
P
Pan 已提交
82
    "url-loader": "0.6.2",
83
    "vue-loader": "13.3.0",
P
Pan 已提交
84
    "vue-style-loader": "3.0.3",
85
    "vue-template-compiler": "2.5.2",
P
Pan 已提交
86 87 88 89
    "webpack": "3.8.1",
    "webpack-bundle-analyzer": "2.9.0",
    "webpack-dev-middleware": "1.12.0",
    "webpack-hot-middleware": "2.20.0",
P
Pan 已提交
90
    "webpack-merge": "4.1.0"
P
init  
Pan 已提交
91 92 93 94 95
  },
  "engines": {
    "node": ">= 4.0.0",
    "npm": ">= 3.0.0"
  },
P
Pan 已提交
96
  "browserslist": [
P
init  
Pan 已提交
97 98 99 100 101
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}