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.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"name": "fir_client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"analyz": "vue-cli-service serve analyz",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"ali-oss": "^6.5.1",
|
|
"app-info-parser": "^0.3.9",
|
|
"axios": "^0.22.0",
|
|
"core-js": "^3.4.4",
|
|
"element-ui": "^2.13.0",
|
|
"js-base64": "^2.5.2",
|
|
"qiniu-js": "^2.5.5",
|
|
"qrcodejs2": "^0.0.2",
|
|
"vue": "^2.6.10",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-cookies": "^1.7.0",
|
|
"vue-cropper": "^0.5.7",
|
|
"vue-lazyload": "^1.3.3",
|
|
"vue-qr": "^2.3.0",
|
|
"vue-router": "^3.1.3",
|
|
"vuex": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"compression-webpack-plugin": "5.0.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"image-webpack-loader": "^7.0.1",
|
|
"script-ext-html-webpack-plugin": "^2.1.5",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack-bundle-analyzer": "^4.4.1"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|
|
|