7 Star 145 Fork 40

CodeMan / SocketChat-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
CodeMan 提交于 2022-05-03 17:20 . bugfix and add prompt tone
{
"name": "socket_chat_vue3",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@vueuse/components": "^8.3.1",
"ant-design-vue": "^3.1.1",
"axios": "^0.26.1",
"core-js": "^3.8.3",
"moment": "^2.29.2",
"socket.io-client": "^4.4.1",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@types/pubsub-js": "^1.8.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.0.0",
"less-loader": "^8.0.0",
"prettier": "^2.4.1",
"pubsub-js": "^1.9.4",
"typescript": "~4.5.5"
}
}
1
https://gitee.com/PengGeee/socket-chat-web.git
git@gitee.com:PengGeee/socket-chat-web.git
PengGeee
socket-chat-web
SocketChat-web
master

搜索帮助