1 Star 0 Fork 17

FengYong/muchat-ui

forked from pisces-hub/muchat-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
imalasong 提交于 2023-06-18 22:24 . feat: 匿名登录1
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.1",
"axios": "^1.1.3",
"core-js": "^3.6.5",
"element-ui": "^2.15.10",
"js-audio-recorder": "^1.0.7",
"js-base64": "^3.7.5",
"sass": "^1.47.0",
"sass-loader": "^7.3.1",
"vue": "^2.6.11",
"vue-axios": "^3.5.0",
"vue-router": "^3.3.3",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"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",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-mixed-spaces-and-tabs": 0,
"generator-star-spacing": "off",
"no-tabs": "off",
"no-unused-vars": "off",
"no-unused-labels": "off",
"no-console": "off",
"vue/no-unused-components": "off",
"no-irregular-whitespace": "off",
"no-debugger": "off",
"no-useless-escape": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AtWhoCares/muchat-ui.git
git@gitee.com:AtWhoCares/muchat-ui.git
AtWhoCares
muchat-ui
muchat-ui
develop

搜索帮助