-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 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": "a2a-commerce",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint",
"a2a": "npx tsx scripts/run.ts",
"reputation": "npx tsx scripts/run-reputation.ts",
"deploy:reputation": "npx tsx scripts/deploy-reputation.ts"
},
"dependencies": {
"@agoralabs-sh/avm-web-provider": "^1.7.0",
"@algorandfoundation/algokit-utils": "^8.2.0",
"@blockshake/defly-connect": "^1.2.1",
"@perawallet/connect": "^1.5.1",
"@txnlab/use-wallet-react": "^4.6.0",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.23.8",
"@x402-avm/avm": "^2.6.1",
"@x402-avm/core": "^2.6.1",
"@x402-avm/fetch": "^2.6.1",
"@x402-avm/next": "^2.6.1",
"algosdk": "^3.2.0",
"dotenv": "^17.3.1",
"groq-sdk": "^0.18.0",
"lute-connect": "^1.7.0",
"next": "^15.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@algorandfoundation/algorand-typescript": "^1.1.0",
"@algorandfoundation/puya-ts": "^1.1.0",
"@tailwindcss/postcss": "^4.1.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/uuid": "^10.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.3.0",
"tailwindcss": "^4.1.0",
"tsx": "^4.21.0",
"typescript": "^5.8.0"
}
}