1 Star 0 Fork 1

jiazhy_cindy/video-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Adrián García 提交于 2019-04-10 20:23 . Redis (#1)
{
"name": "video",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"run:server": "node ./server/index.js",
"debug:server": "node --inspect=0.0.0.0:9229 ./server/index.js",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"http": "0.0.0",
"path": "^0.12.7",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socket.io-redis": "^5.2.0",
"vue": "^2.5.21",
"vue-loading-spinner": "^1.0.11",
"vue-material": "^1.0.0-beta-10.2",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vue-socket.io": "^3.0.5",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiazhy_cindy/video-chat.git
git@gitee.com:jiazhy_cindy/video-chat.git
jiazhy_cindy
video-chat
video-chat
master

搜索帮助