-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.71 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.71 KB
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
57
58
{
"name": "donk-ai",
"version": "1.0.0",
"private": true,
"description": "Donk AI — Intelligent Voice, Chat & Comms Platform by Unykorn",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"verify": "npm run typecheck && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.41",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-phantom": "^0.9.28",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-solflare": "^0.6.32",
"@solana/web3.js": "^1.98.4",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.37.0",
"ai": "^6.0.116",
"bs58": "^6.0.0",
"clsx": "^2.1.1",
"elevenlabs": "^0.14.0",
"lucide-react": "^0.400.0",
"next": "^15.5.12",
"openai": "^4.51.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^2.4.0",
"telnyx": "^6.13.0"
},
"devDependencies": {
"@opennextjs/cloudflare": "^1.17.1",
"@types/node": "^20.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.19",
"esbuild": "^0.27.4",
"eslint": "^8.57.0",
"eslint-config-next": "^15.5.12",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vitest": "^4.1.0",
"wrangler": "^4.73.0"
}
}