-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "coinbase-superpay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.758.0",
"@clerk/nextjs": "^6.12.0",
"@coinbase/coinbase-sdk": "^0.21.0",
"@coinbase/onchainkit": "^0.37.4",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-table": "^8.21.2",
"jose": "^6.0.10",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.14.1",
"mongoose": "^8.10.1",
"next": "15.1.7",
"papaparse": "^5.5.2",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-loading-skeleton": "^3.5.0",
"react-toastify": "^11.0.3",
"recharts": "^2.15.1",
"viem": "^2.23.5",
"wagmi": "^2.14.12"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/react": "^19",
"@types/react-dom": "^19",
"sass": "^1.85.1",
"typescript": "^5"
}
}