mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-26 21:00:15 +08:00
36 lines
804 B
JSON
36 lines
804 B
JSON
{
|
|
"name": "blivechat",
|
|
"version": "1.9.1-dev",
|
|
"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",
|
|
"pako": "^2.1.0",
|
|
"vue": "^2.7.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",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^9.16.1"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|