-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "dispatch",
"version": "1.0.0",
"description": "Agent-to-agent payment mesh powered by Locus on Base",
"main": "src/server.js",
"scripts": {
"setup": "node src/setup.js",
"dev:server": "node --watch src/server.js",
"dev:next": "next dev",
"dev": "next dev",
"build": "next build",
"start": "node src/server.js",
"test": "node --test tests/*.test.js"
},
"keywords": [
"locus",
"ai-agents",
"payments",
"base",
"usdc"
],
"author": "Matthew Sullivan",
"license": "MIT",
"dependencies": {
"@react-three/fiber": "^9.5.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"@withlocus/checkout-react": "^1.2.0",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"ethers": "^6.16.0",
"express": "^4.22.1",
"framer-motion": "^12.38.0",
"next": "^16.2.0",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"three": "^0.183.2",
"typescript": "^5.9.3",
"uuid": "^13.0.0"
}
}