2017-04-18 07:09:13 +00:00
|
|
|
{
|
|
|
|
"name": "juicy",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A Vue.js admin",
|
|
|
|
"author": "Pan <panfree23@gmail.com>",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "node build/dev-server.js",
|
|
|
|
"build:prod": "NODE_ENV=production node build/build.js",
|
|
|
|
"build:sit": "NODE_ENV=sit node build/build.js",
|
|
|
|
"build:sit-preview": "NODE_ENV=sit npm_config_preview=true npm_config_report=true node build/build.js",
|
|
|
|
"lint": "eslint --ext .js,.vue src"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "0.15.3",
|
|
|
|
"codemirror": "5.22.0",
|
|
|
|
"dropzone": "4.3.0",
|
|
|
|
"echarts": "3.4.0",
|
2017-04-20 12:31:40 +00:00
|
|
|
"element-ui": "1.2.9",
|
2017-04-18 07:09:13 +00:00
|
|
|
"file-saver": "1.3.3",
|
|
|
|
"jquery": "3.1.1",
|
|
|
|
"js-cookie": "2.1.3",
|
|
|
|
"jsonlint": "1.6.2",
|
2017-04-20 12:31:40 +00:00
|
|
|
"mockjs": "1.0.1-beta3",
|
2017-04-18 07:09:13 +00:00
|
|
|
"normalize.css": "3.0.2",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"showdown": "1.6.4",
|
|
|
|
"simplemde": "1.11.2",
|
|
|
|
"vue": "2.2.6",
|
|
|
|
"vue-multiselect": "2.0.0-beta.14",
|
|
|
|
"vue-router": "2.3.0",
|
|
|
|
"vuedraggable": "2.8.4",
|
|
|
|
"vuex": "2.2.1",
|
2017-04-21 07:12:45 +00:00
|
|
|
"xlsx": "0.8.1",
|
|
|
|
"vue-count-to":"1.0.5"
|
2017-04-18 07:09:13 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "6.7.2",
|
2017-04-20 06:32:41 +00:00
|
|
|
"axios-mock-adapter": "^1.8.1",
|
2017-04-18 07:09:13 +00:00
|
|
|
"babel-core": "6.22.1",
|
|
|
|
"babel-eslint": "7.1.1",
|
|
|
|
"babel-loader": "6.2.10",
|
|
|
|
"babel-plugin-transform-runtime": "6.22.0",
|
|
|
|
"babel-preset-es2015": "6.22.0",
|
|
|
|
"babel-preset-stage-2": "6.22.0",
|
|
|
|
"babel-register": "6.22.0",
|
|
|
|
"chalk": "1.1.3",
|
|
|
|
"connect-history-api-fallback": "1.3.0",
|
|
|
|
"copy-webpack-plugin": "4.0.1",
|
|
|
|
"css-loader": "0.26.1",
|
|
|
|
"eslint": "3.14.1",
|
2017-04-20 06:32:41 +00:00
|
|
|
"eslint-config-airbnb-base": "11.0.1",
|
2017-04-18 07:09:13 +00:00
|
|
|
"eslint-friendly-formatter": "2.0.7",
|
2017-04-20 06:32:41 +00:00
|
|
|
"eslint-import-resolver-webpack": "0.8.1",
|
2017-04-18 07:09:13 +00:00
|
|
|
"eslint-loader": "1.6.1",
|
|
|
|
"eslint-plugin-html": "2.0.0",
|
|
|
|
"eslint-plugin-import": "2.2.0",
|
|
|
|
"eventsource-polyfill": "0.9.6",
|
|
|
|
"express": "4.14.1",
|
|
|
|
"extract-text-webpack-plugin": "2.0.0",
|
|
|
|
"file-loader": "0.10.0",
|
2017-04-20 12:31:40 +00:00
|
|
|
"friendly-errors-webpack-plugin": "1.1.3",
|
2017-04-18 07:09:13 +00:00
|
|
|
"function-bind": "1.1.0",
|
|
|
|
"html-webpack-plugin": "2.28.0",
|
|
|
|
"http-proxy-middleware": "0.17.3",
|
2017-04-20 06:32:41 +00:00
|
|
|
"node-sass": "3.7.0",
|
2017-04-18 07:09:13 +00:00
|
|
|
"opn": "4.0.2",
|
|
|
|
"optimize-css-assets-webpack-plugin": "1.3.0",
|
|
|
|
"ora": "1.1.0",
|
2017-04-20 06:32:41 +00:00
|
|
|
"pushstate-server": "2.1.0",
|
2017-04-18 07:09:13 +00:00
|
|
|
"rimraf": "2.6.0",
|
2017-04-20 06:32:41 +00:00
|
|
|
"sass-loader": "4.0.2",
|
|
|
|
"script-loader": "0.7.0",
|
|
|
|
"semver": "5.3.0",
|
|
|
|
"style-loader": "0.13.1",
|
2017-04-18 07:09:13 +00:00
|
|
|
"url-loader": "0.5.7",
|
|
|
|
"vue-loader": "11.3.4",
|
|
|
|
"vue-style-loader": "2.0.0",
|
|
|
|
"vue-template-compiler": "2.2.6",
|
|
|
|
"webpack": "2.2.1",
|
2017-04-20 06:32:41 +00:00
|
|
|
"webpack-bundle-analyzer": "2.2.1",
|
|
|
|
"webpack-dashboard": "0.2.1",
|
2017-04-18 07:09:13 +00:00
|
|
|
"webpack-dev-middleware": "1.10.0",
|
|
|
|
"webpack-hot-middleware": "2.16.1",
|
2017-04-20 06:32:41 +00:00
|
|
|
"webpack-merge": "2.6.1"
|
2017-04-18 07:09:13 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 4.0.0",
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
},
|
|
|
|
"browserlist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 8"
|
|
|
|
]
|
|
|
|
}
|