-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 940 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 940 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
38
39
{
"name": "state-render",
"version": "2.0.21",
"private": true,
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "concurrently -n server,vite \"tsx --watch src/index.ts\" \"vite\"",
"build": "vite build",
"start": "tsx src/index.ts",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@rivetkit/react": "^2.3.0-rc.5",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"hono": "^4.12.18",
"@hono/node-server": "^1.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"render-dds": "github:R4ph-t/DDS#v0.8.6",
"rivetkit": "^2.3.0-rc.5",
"tailwindcss": "^4.2.2",
"tsx": "^4.19.0"
},
"devDependencies": {
"@types/node": "^22.13.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"concurrently": "^9.1.2",
"typescript": "^5.5.2",
"vite": "^5.0.0"
},
"stableVersion": "0.8.0",
"license": "MIT"
}