-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 941 Bytes
/
package.json
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
{
"name": "graw",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.1",
"@requestnetwork/payment-processor": "^0.50.0",
"@requestnetwork/request-client.js": "^0.52.0",
"@requestnetwork/web3-signature": "^0.8.3",
"@tanstack/react-query": "^5.62.3",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"lucide-react": "^0.468.0",
"next": "15.0.3",
"phosphor-icons": "^1.4.2",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hot-toast": "^2.4.1",
"viem": "2.x",
"wagmi": "^2.13.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}