-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 919 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 919 Bytes
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
{
"name": "agent-next-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"make-agent dev\"",
"dev:agent": "next dev",
"build": "next build",
"build:deploy": "make-agent deploy -u https://bitte-sui-agent.vercel.app",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bitte-ai/agent-sdk": "^0.4.1",
"near-api-js": "^5.1.1",
"near-safe": "^0.9.12",
"next": "^15.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redoc": "^2.4.0",
"vercel-url": "^0.2.6",
"viem": "^2.23.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^22.13.13",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"concurrently": "^9.1.2",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.4",
"make-agent": "^0.3.5",
"typescript": "5.8.2"
}
}