-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 914 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 914 Bytes
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": "template-railway",
"version": "2.0.21",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"check-types": "tsc --noEmit",
"test": "vitest run",
"build": "vite build && vite build --mode server",
"start": "srvx --static=public/ dist/server.js"
},
"devDependencies": {
"@types/node": "^22.13.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"tsx": "^3.12.7",
"typescript": "^5.5.2",
"vite": "^5.0.0",
"vite-plugin-srvx": "^1.0.0",
"vitest": "^3.1.1"
},
"dependencies": {
"@hono/node-server": "^1.19.7",
"@hono/node-ws": "^1.3.0",
"@rivetkit/react": "2.0.38",
"hono": "^4.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rivetkit": "2.0.38",
"srvx": "^0.10.0"
},
"stableVersion": "0.8.0",
"license": "MIT",
"packageManager": "pnpm@8.15.6+sha1.8105075ad0aa306138be128c017e9c41e28ecffa"
}