-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "react-router-rsc-node",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "cross-env NODE_ENV=development vite",
"start": "cross-env NODE_ENV=production node server.ts",
"typecheck": "tsc --noEmit",
"format": "vp fmt",
"lint": "vp lint",
"check": "vp check"
},
"dependencies": {
"@hono/node-server": "^2.1.0",
"@ungap/compression-stream": "^0.2.0",
"cross-env": "^10.1.0",
"hono": "^4.13.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-router": "8.3.0"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"@vitejs/plugin-rsc": "^0.5.34",
"babel-plugin-react-compiler": "^1.0.0",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"vite": "^8.2.1",
"vite-plugin-devtools-json": "1.1.0",
"vite-plus": "^0.2.9"
},
"engines": {
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},
"packageManager": "npm@12.0.2"
}