-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "vine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@oasisprotocol/sapphire-paratime": "^1.3.2",
"@oasisprotocol/sapphire-wagmi-v2": "^2.0.0-alpha.0",
"@tanstack/react-query": "^5.55.4",
"@web3-onboard/coinbase": "^2.2.6",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/injected-wallets": "^2.10.10",
"@web3-onboard/react": "2.8.11",
"@web3-onboard/walletconnect": "^2.5.1",
"aos": "^2.3.4",
"axios": "^1.6.3",
"bignumber": "^1.1.0",
"bignumber.js": "^9.1.2",
"ethers": "^5.7.2",
"next": "13.1.6",
"rc-slider": "^10.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.5",
"viem": "^2.21.3",
"wagmi": "^2.12.9",
"web3": "^4.3.0"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"tailwindcss": "^3.4.10"
}
}