-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "cloudflare",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"deploy": "npm run build && wrangler deploy",
"dev": "rsbuild dev --port 3004",
"start": "wrangler dev --port 3004",
"typecheck": "tsc -b",
"test:e2e": "playwright test"
},
"dependencies": {
"@react-router/node": "^7.13.0",
"@react-router/serve": "^7.13.0",
"isbot": "^5.1.34",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260127.0",
"@playwright/test": "^1.58.0",
"@react-router/cloudflare": "^7.13.0",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "1.7.2",
"@rsbuild/plugin-react": "^1.4.3",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"rsbuild-plugin-react-router": "workspace:*",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"wrangler": "^4.61.0"
}
}