1 Star 0 Fork 0

FanR/crickets-game

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
FanR 提交于 2024-06-28 18:16 . 优化样式
{
"name": "crickets-game",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"node server.js\" \"vite --host\"",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"element-plus": "^2.7.6",
"express": "^4.18.2",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"vue": "^3.4.29",
"ws": "^8.17.1",
"vue-router": "^4.0.13",
"@element-plus/icons-vue": "^2.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"concurrently": "^7.3.0",
"vite": "^5.3.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fffyt/crickets-game.git
git@gitee.com:fffyt/crickets-game.git
fffyt
crickets-game
crickets-game
master

搜索帮助