-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "nextjs",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "yarn upgrade --latest"
},
"dependencies": {
"@web3-onboard/coinbase": "^2.2.0",
"@web3-onboard/injected-wallets": "^2.6.2",
"@web3-onboard/react": "^2.6.1",
"@web3-onboard/uauth": "^2.0.1",
"@web3-onboard/walletconnect": "^2.5.2",
"ethers": "^6.9.1",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"pino-pretty": "^10.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0"
},
"license": "MIT",
"keywords": [
"next",
"unstoppable domains",
"uauth",
"onboard",
"blocknative",
"nextjs",
"daisyui",
"tailwindcss"
],
"description": "A Lexington WEB3 Demo built with NextJS + Onboard Block Native + Unstoppable Domains (Uauth).",
"devDependencies": {
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.24",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0"
}
}