-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.35 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
50
51
52
53
54
55
{
"name": "x402email",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate"
},
"pnpm": {
"onlyBuiltDependencies": [
"prisma",
"@prisma/engines",
"@coinbase/x402"
]
},
"dependencies": {
"@agentcash/router": "0.4.8",
"@aws-sdk/client-route-53": "^3.986.0",
"@aws-sdk/client-s3": "^3.987.0",
"@aws-sdk/client-ses": "^3.986.0",
"@coinbase/x402": "^2.1.0",
"@neondatabase/serverless": "^1.0.2",
"@prisma/adapter-neon": "^7.3.0",
"@prisma/client": "^7.3.0",
"@types/sns-validator": "^0.3.3",
"@x402/core": "^2.3.0",
"@x402/evm": "^2.3.0",
"@x402/extensions": "^2.3.0",
"mailparser": "^3.9.3",
"mppx": "^0.2.2",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"sns-validator": "^0.3.5",
"viem": "^2.45.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/mailparser": "^3.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.2.4",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"prisma": "^7.3.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}