mirror of
https://github.com/tiennm99/gomoku.git
synced 2026-05-13 22:58:16 +00:00
063782168b
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.4 to 7.5.5. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.4...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
549 B
JSON
21 lines
549 B
JSON
{
|
|
"name": "gomoku-client",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"proto:gen": "pbjs -t static-module -w es6 -o src/generated/protocol.js ../common/proto/request.proto ../common/proto/response.proto && pbts -o src/generated/protocol.d.ts src/generated/protocol.js"
|
|
},
|
|
"dependencies": {
|
|
"phaser": "^3.87.0",
|
|
"protobufjs": "^7.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"protobufjs-cli": "^1.1.3",
|
|
"vite": "^6.3.1"
|
|
}
|
|
}
|