mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-28 22:00:08 +08:00
37 lines
857 B
JSON
37 lines
857 B
JSON
{
|
|
"name": "blivechat",
|
|
"version": "1.6.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"core-js": "^3.8.3",
|
|
"downloadjs": "^1.4.7",
|
|
"element-ui": "^2.15.13",
|
|
"lodash": "^4.17.21",
|
|
"vue": "^2.6.14",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-router": "^3.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|