-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "bitbirdie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.20.1",
"@brian-ai/sdk": "^0.0.8",
"@heroicons/react": "^2.1.3",
"@material-tailwind/react": "^2.1.9",
"@solana-developers/preset-next": "2.2.0",
"@solana/spl-token": "0.4.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "1.90.0",
"@tabler/icons-react": "2.47.0",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-query": "5.24.1",
"@tanstack/react-query-next-experimental": "5.24.1",
"axios": "^1.6.8",
"bs58": "5.0.0",
"buffer": "6.0.3",
"jotai": "^2.6.5",
"next": "14.1.4",
"next-auth": "^4.24.7",
"openai": "^4.29.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"recoil": "^0.7.7",
"viem": "^2.8.18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}