-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.21 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
{
"name": "prerender-example",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "NODE_OPTIONS=\"--experimental-vm-modules --experimental-global-webcrypto\" rsbuild dev",
"start": "serve build/client -l 3002 -s",
"typecheck": "react-router typegen && tsc",
"test:e2e": "playwright test"
},
"dependencies": {
"@react-router/express": "^7.13.0",
"@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": {
"@playwright/test": "^1.58.0",
"@react-router/dev": "^7.13.0",
"@rsbuild/core": "2.0.15",
"@rsbuild/plugin-react": "^2.0.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"cross-env": "10.1.0",
"react-router-devtools": "^6.2.0",
"rsbuild-plugin-react-router": "workspace:*",
"serve": "^14.2.4",
"string-replace-loader": "^3.3.0",
"tailwindcss": "^4.1.18",
"text-encoder-lite": "^2.0.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.5"
}
}