-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 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
{
"name": "play-badges",
"private": true,
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"deploy": "wrangler deploy --minify",
"dev": "wrangler dev --minify",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cloudflare/workers-types": "^4.20260124.0",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"vitest": "^4.0.18",
"wrangler": "^4.60.0"
},
"dependencies": {
"badgen": "^3.2.3",
"hono": "^4.11.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"remeda": "^2.33.4",
"satori": "^0.15.2",
"yoga-wasm-web": "^0.3.3",
"zod": "^4.0.17"
}
}