-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "kitai-pay",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@biconomy/core-types": "^2.0.1",
"@biconomy/smart-account": "^2.0.1",
"@biconomy/web3-auth": "^2.0.0",
"@nextui-org/react": "^1.0.0-beta.13",
"@rainbow-me/rainbowkit": "^0.8.0",
"@superfluid-finance/sdk-core": "^0.6.6",
"ethers": "5.7.2",
"graphql": "^16.6.0",
"iron-session": "^6.3.1",
"next": "13.3.0",
"next-seo": "^6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-lottie": "^1.2.3",
"siwe": "^1.1.6",
"typescript": "^5.1.3",
"use-debounce": "^9.0.4",
"viem": "^0.3.50",
"wagmi": "^0.8.6"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-lottie": "^1.2.6",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4"
}
}