-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "bitcoin-agent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"make-agent dev\"",
"dev:agent": "next dev",
"build": "next build",
"build:deploy": "next build && make-agent deploy -u https://bitcoin-bitte-agent.vercel.app",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bitte-ai/agent-sdk": "0.1.8",
"@near-js/crypto": "^1.4.1",
"@radix-ui/react-slot": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.477.0",
"near-api-js": "^5.0.1",
"near-safe": "0.9.10",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"signet.js": "^0.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"vercel-url": "0.2.6",
"viem": "2.22.19"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/postcss": "^4.0.3",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"concurrently": "9.1.2",
"eslint": "^9.19.0",
"eslint-config-next": "15.1.6",
"make-agent": "0.2.9",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"typescript": "5.7.3"
}
}