forked from razacodespython/ethparis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 943 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
{
"name": "ethparis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airstack/airstack-react": "^0.4.5",
"@biconomy/account": "^3.0.0-alpha.0",
"@biconomy/bundler": "^3.0.0-alpha.0",
"@biconomy/common": "^3.0.0-alpha.0",
"@biconomy/core-types": "^3.0.0-alpha.0",
"@biconomy/paymaster": "^3.0.0-alpha.0",
"@biconomy/web3-auth": "^3.0.0-alpha.0",
"@next/font": "^13.4.12",
"@web3modal/ethereum": "^2.7.0",
"@web3modal/react": "^2.7.0",
"@xmtp/xmtp-js": "^9.4.0-beta.1",
"chart.js": "^4.3.0",
"dotenv": "^16.3.1",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"ethers": "^5.7.2",
"next": "13.4.12",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"viem": "^1.4.0",
"wagmi": "^1.3.9"
}
}