You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
4.4 KiB
141 lines
4.4 KiB
{
|
|
"name": "ms-manager-saas",
|
|
"version": "1.0.962",
|
|
"description": "ms manager saas",
|
|
"author": "cuiliang",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production env_config=prod node build/build.js",
|
|
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
"dev:test": "webpack-dev-server --inline --progress --config build/webpack.sit.conf.js",
|
|
"build:dev": "cross-env NODE_ENV=staging env_config=dev node build/build.js",
|
|
"build:test": "cross-env NODE_ENV=staging env_config=test node build/build.js",
|
|
"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",
|
|
"build:show": "cross-env NODE_ENV=production env_config=show node build/build.js",
|
|
"build:ylt": "cross-env NODE_ENV=test env_config=ylt node build/build.js",
|
|
"build:ylt-prod": "cross-env NODE_ENV=production env_config=ylt-prod node build/build.js",
|
|
"lint": "eslint --fix --ext .js,.vue src/views",
|
|
"test": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"animate.css": "^3.7.0",
|
|
"axios": "0.17.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"canvas-resize": "^1.1.0",
|
|
"cascader-multi": "^1.5.2",
|
|
"clipboard": "1.7.1",
|
|
"codemirror": "5.32.0",
|
|
"dropzone": "5.2.0",
|
|
"echarts": "^4.0.4",
|
|
"element-ui": "^2.15.7",
|
|
"file-saver": "1.3.3",
|
|
"font-awesome": "4.7.0",
|
|
"html2canvas": "^1.0.0-alpha.12",
|
|
"iview": "^2.14.3",
|
|
"js-cookie": "2.2.0",
|
|
"js-md5": "^0.7.3",
|
|
"jsonlint": "1.6.2",
|
|
"jspdf": "^1.5.2",
|
|
"jszip": "3.1.5",
|
|
"lottie-web": "^5.4.2",
|
|
"marked": "^5.1.2",
|
|
"mockjs": "1.0.1-beta3",
|
|
"moment": "^2.29.4",
|
|
"normalize.css": "7.0.0",
|
|
"nprogress": "0.2.0",
|
|
"pdfmake": "^0.1.40",
|
|
"print-js": "^1.0.54",
|
|
"qs": "^6.6.0",
|
|
"quill": "^1.3.7",
|
|
"quill-image-drop-module": "^1.0.3",
|
|
"quill-image-resize-module": "^3.0.0",
|
|
"sass": "^1.26.2",
|
|
"sass-loader": "^7.3.1",
|
|
"screenfull": "^3.3.3",
|
|
"showdown": "1.8.5",
|
|
"simplemde": "1.11.2",
|
|
"sortablejs": "1.7.0",
|
|
"svg-baker-runtime": "^1.4.0",
|
|
"swiper": "^4.4.6",
|
|
"v-charts": "^1.19.0",
|
|
"videojs-contrib-hls": "^5.14.1",
|
|
"videojs-flash": "^2.1.1",
|
|
"vue": "^2.6.0",
|
|
"vue-count-to": "1.0.13",
|
|
"vue-fullpage.js": "0.0.5",
|
|
"vue-i18n": "7.3.2",
|
|
"vue-lottie": "^0.2.1",
|
|
"vue-multiselect": "2.0.8",
|
|
"vue-openseadragon": "^0.1.2",
|
|
"vue-qr": "^1.3.8",
|
|
"vue-quill-editor": "^3.0.6",
|
|
"vue-router": "3.0.1",
|
|
"vue-splitpane": "1.0.2",
|
|
"vue-video-player": "^5.0.2",
|
|
"vuedialog": "^1.0.0",
|
|
"vuedraggable": "2.15.0",
|
|
"vuex": "3.0.1",
|
|
"wangeditor": "^4.7.15",
|
|
"xlsx": "^0.11.19",
|
|
"xlsx-style": "^0.8.13"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "7.2.3",
|
|
"babel-core": "6.26.0",
|
|
"babel-eslint": "8.0.3",
|
|
"babel-helper-vue-jsx-merge-props": "2.0.3",
|
|
"babel-loader": "7.1.2",
|
|
"babel-plugin-syntax-jsx": "6.18.0",
|
|
"babel-plugin-transform-runtime": "6.23.0",
|
|
"babel-plugin-transform-vue-jsx": "3.5.0",
|
|
"babel-preset-env": "1.6.1",
|
|
"babel-preset-stage-2": "6.24.1",
|
|
"chalk": "2.3.0",
|
|
"copy-webpack-plugin": "4.3.0",
|
|
"cross-env": "5.1.1",
|
|
"css-loader": "0.28.7",
|
|
"eslint": "4.13.1",
|
|
"eslint-friendly-formatter": "3.0.0",
|
|
"eslint-loader": "1.9.0",
|
|
"eslint-plugin-html": "4.0.1",
|
|
"extract-text-webpack-plugin": "3.0.2",
|
|
"file-loader": "1.1.5",
|
|
"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",
|
|
"ora": "1.3.0",
|
|
"portfinder": "1.0.13",
|
|
"postcss-import": "11.0.0",
|
|
"postcss-loader": "2.0.9",
|
|
"postcss-url": "7.3.0",
|
|
"pushstate-server": "3.0.1",
|
|
"rimraf": "2.6.2",
|
|
"script-loader": "0.7.2",
|
|
"semver": "5.4.1",
|
|
"shelljs": "0.7.8",
|
|
"svg-sprite-loader": "3.5.2",
|
|
"uglifyjs-webpack-plugin": "1.1.3",
|
|
"url-loader": "0.6.2",
|
|
"vue-loader": "^13.7.3",
|
|
"vue-style-loader": "3.0.3",
|
|
"vue-template-compiler": "^2.6.0",
|
|
"webpack": "3.10.0",
|
|
"webpack-bundle-analyzer": "2.9.1",
|
|
"webpack-dev-server": "2.9.7",
|
|
"webpack-merge": "4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|