-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "request-network-template",
"version": "0.13.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lit-protocol/constants": "7.0.5",
"@lit-protocol/lit-node-client": "7.0.5",
"@next/third-parties": "^15.1.0",
"@radix-ui/react-dialog": "^1.1.0",
"@rainbow-me/rainbowkit": "^2.2.1",
"@requestnetwork/create-invoice-form": "0.13.0",
"@requestnetwork/invoice-dashboard": "0.15.2",
"@requestnetwork/lit-protocol-cipher": "0.9.0",
"@requestnetwork/payment-detection": "0.53.0",
"@requestnetwork/request-client.js": "0.58.0",
"@requestnetwork/single-invoice": "0.1.3",
"@requestnetwork/web3-signature": "0.8.9",
"@tanstack/react-query": "^5.59.14",
"@wagmi/core": "^2.15.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ethers": "^5.7.2",
"lucide-react": "^0.395.0",
"next": "^15.1.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.53",
"wagmi": "^2.13.3"
},
"devDependencies": {
"@lit-protocol/types": "7.0.5",
"@requestnetwork/types": "0.53.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}