mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-27 13:20:29 +08:00
40 lines
870 B
JSON
40 lines
870 B
JSON
{
|
|
"name": "blivechat",
|
|
"version": "1.6.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.6.5",
|
|
"downloadjs": "^1.4.7",
|
|
"element-ui": "^2.9.1",
|
|
"lodash": "^4.17.19",
|
|
"vue": "^2.6.10",
|
|
"vue-i18n": "^8.11.2",
|
|
"vue-router": "^3.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.5.12",
|
|
"@vue/cli-plugin-eslint": "^4.5.12",
|
|
"@vue/cli-service": "~4.5.12",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|