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
|
{
"name": "waku",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "bunx --bun waku dev",
"build": "bunx --bun waku build",
"start": "bunx --bun waku start"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"franc-all": "^7.2.0",
"lucide-react": "^0.510.0",
"motion": "^12.11.3",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.3",
"react-server-dom-webpack": "19.1.0",
"sonner": "^2.0.3",
"sortug-ai": "file:../../libs/models",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.9",
"waku": "latest",
"wikipedia": "^2.1.2",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.4",
"@types/bun": "latest",
"@types/cookie": "^1.0.0",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"postcss": "8.5.3",
"tailwindcss": "4.1.4",
"typescript": "5.8.3",
"vite-tsconfig-paths": "^5.1.4"
}
}
|