-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "speaker-slides-party",
"version": "0.0.0",
"type": "module",
"private": true,
"author": "Teruhisa Yamamoto",
"license": "MIT",
"scripts": {
"dev-waku": "waku dev",
"build": "waku build --with-partykit && pnpm inject-partykit",
"dev-partykit": "partykit dev",
"generate-pdf-loader": "tsx generatePdfLoader.ts",
"inject-partykit": "tsx injectPartykitMethods.ts"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"hono": "^4.4.0",
"html2canvas": "^1.4.1",
"jotai": "^2.8.2",
"jotai-location": "^0.5.5",
"lucide-react": "^0.379.0",
"partysocket": "^1.0.1",
"react": "19.0.0-rc-915b914b3a-20240515",
"react-dom": "19.0.0-rc-915b914b3a-20240515",
"react-pdf": "^8.0.2",
"react-server-dom-webpack": "19.0.0-rc-915b914b3a-20240515",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"waku": "0.21.0-alpha.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"partykit": "^0.0.105",
"tailwindcss": "3.4.3",
"tsx": "^4.11.0",
"typescript": "5.4.5",
"vite": "^5.2.11",
"vite-plugin-static-copy": "^1.0.5",
"vite-tsconfig-paths": "^4.3.2"
}
}