-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
package.json
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
37
38
39
{
"name": "og.re-taro.dev",
"type": "module",
"version": "3.0.11",
"packageManager": "[email protected]",
"description": "My personal OG API",
"author": "Rintaro Itokawa <[email protected]> (https://re-taro.dev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/re-taro/og.re-taro.dev"
},
"scripts": {
"build": "wrangler deploy --dry-run --minify --outdir dist",
"fmt": "run-s -c fmt:*",
"fmt:eslint": "pnpm run lint:eslint --fix",
"lint": "run-p -c lint:*",
"lint:eslint": "eslint .",
"lint:tsc": "tsc -p . --noEmit",
"start": "wrangler dev --remote"
},
"dependencies": {
"@resvg/resvg-wasm": "2.6.2",
"budoux": "0.6.3",
"hono": "4.6.14",
"satori": "0.12.0",
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241224.0",
"@re-taro/eslint-config": "5.3.0",
"@types/react": "18.3.18",
"eslint": "9.17.0",
"npm-run-all2": "7.0.2",
"react": "18.3.1",
"typescript": "5.7.2",
"wrangler": "3.99.0"
}
}