-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 KB
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
40
41
42
43
44
45
46
47
48
49
{
"private": true,
"workspaces": {
"packages": [
"sdk/javascript",
"website",
"examples/javascript/*",
"e2e/cli"
],
"catalog": {
"@resvg/resvg-js": "^2.6.2",
"@tanstack/react-router": "^1.169.1",
"@tanstack/react-start": "1.167.61",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"satori": "^0.26.0",
"zod": "^4.4.2"
},
"catalogs": {
"dev": {
"@tailwindcss/vite": "^4.2.4",
"@tsconfig/strictest": "^2.0.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"@types/bun": "^1.3.13",
"@types/node": "^25.6.0",
"astro": "^6.2.1",
"eslint-plugin-better-tailwindcss": "^4.5.0",
"wrangler": "^4.87.0",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"vite": "^8.0.10"
}
}
},
"scripts": {
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix"
},
"devDependencies": {
"@types/bun": "catalog:dev",
"oxfmt": "0.47.0",
"oxlint": "^1.62.0",
"oxlint-tsgolint": "^0.22.1"
}
}