-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 954 Bytes
/
package.json
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
{
"name": "carbon-stack-proof",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "waku dev",
"build": "pnpm clean && waku build --with-ssr",
"start": "waku start --with-ssr",
"clean": "rimraf dist"
},
"dependencies": {
"@hono/node-server": "1.3.3",
"@tanstack/react-cross-context": "^1.1.5",
"@tanstack/react-router": "^1.1.5",
"@tanstack/react-router-server": "^1.1.5",
"@tanstack/router-devtools": "^1.1.5",
"hono": "3.11.7",
"react": "18.3.0-canary-0cdfef19b-20231211",
"react-dom": "18.3.0-canary-0cdfef19b-20231211",
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211",
"waku": "0.18.1"
},
"devDependencies": {
"@swc/core": "1.3.100",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.1",
"rimraf": "^5.0.5",
"typescript": "5.3.3",
"vite": "5.0.9"
},
"license": "MIT"
}