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.
88 lines
2.0 KiB
88 lines
2.0 KiB
{
|
|
"name": "sdma-front",
|
|
"version": "0.2.1",
|
|
"private": true,
|
|
"author": "zichen <lileisir@aliyun.com>",
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build:test": "vue-cli-service build --mode test",
|
|
"build:prod": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,vue}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"clipboard": "^2.0.4",
|
|
"core-js": "^2.6.5",
|
|
"downloadjs": "^1.4.7",
|
|
"echarts": "^5.1.1",
|
|
"element-ui": "2.11.1",
|
|
"file-saver": "2.0.1",
|
|
"fuse.js": "3.4.4",
|
|
"js-beautify": "^1.10.2",
|
|
"js-cookie": "2.2.0",
|
|
"js-md5": "^0.7.3",
|
|
"jsonlint": "1.6.3",
|
|
"less": "^3.12.2",
|
|
"less-loader": "^7.0.0",
|
|
"node-uuid": "^1.4.8",
|
|
"normalize.css": "7.0.0",
|
|
"nprogress": "0.2.0",
|
|
"path-to-regexp": "2.4.0",
|
|
"screenfull": "4.2.0",
|
|
"vant": "^2.10.3",
|
|
"vcolorpicker": "^0.1.8",
|
|
"vue": "^2.6.6",
|
|
"vue-count-to": "1.0.13",
|
|
"vue-json-viewer": "^2.2.19",
|
|
"vue-qr": "^2.3.0",
|
|
"vue-router": "3.0.2",
|
|
"vuedraggable": "2.23.2",
|
|
"vuex": "3.1.0",
|
|
"xlsx": "0.16.2",
|
|
"xlsx-style": "^0.8.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.0",
|
|
"@babel/register": "7.0.0",
|
|
"@vue/cli-plugin-babel": "^3.5.0",
|
|
"@vue/cli-plugin-eslint": "^3.5.0",
|
|
"@vue/cli-service": "^3.5.0",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"monaco": "^0.1.1",
|
|
"node-sass": "^4.14.1",
|
|
"sass-loader": "^7.1.0",
|
|
"script-ext-html-webpack-plugin": "2.0.1",
|
|
"script-loader": "0.7.2",
|
|
"svg-sprite-loader": "4.1.3",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|
|
|