-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 920 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"private": true,
"name": "comment-viewer-do",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"deploy": "wrangler deploy",
"types": "wrangler types",
"test": "vitest run",
"buf:build": "buf generate"
},
"devDependencies": {
"@bufbuild/buf": "^1.63.0",
"@bufbuild/protoc-gen-es": "^2.10.2",
"@cloudflare/vite-plugin": "^1.21.2",
"@cloudflare/vitest-pool-workers": "^0.12.4",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"prettier": "^3.8.0",
"vite": "^7.3.1",
"vitest": "^3.2.x",
"wrangler": "^4.61.0"
},
"dependencies": {
"@bufbuild/protobuf": "^2.10.2",
"@hono/standard-validator": "^0.2.2",
"@logtape/logtape": "^2.0.2",
"hono": "^4.11.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"valibot": "^1.2.0"
}
}