-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 798 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 798 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
{
"name": "waku-example",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "waku dev --with-ssr",
"build": "waku build",
"start": "waku start --with-ssr"
},
"dependencies": {
"@kuma-ui/core": "https://pkg.csb.dev/poteboy/kuma-ui/commit/7f85c185/@kuma-ui/core",
"@kuma-ui/vite": "https://pkg.csb.dev/poteboy/kuma-ui/commit/7f85c185/@kuma-ui/vite",
"express": "^4.18.2",
"react": "18.3.0-canary-7118f5dd7-20230705",
"react-dom": "18.3.0-canary-7118f5dd7-20230705",
"react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
"waku": "https://pkg.csb.dev/dai-shi/waku/commit/700c8743/waku"
},
"devDependencies": {
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"typescript": "^5.1.3"
}
}