generated from ymjrcc/web3-frontend-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 855 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
36
37
{
"name": "web3-frontend-template",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@nextui-org/react": "^2.4.6",
"@rainbow-me/rainbowkit": "^2.1.5",
"@tanstack/react-query": "^5.51.11",
"clsx": "^2.1.1",
"framer-motion": "^11.5.4",
"lucide-react": "^0.438.0",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hot-toast": "^2.4.1",
"viem": "2.17.0",
"wagmi": "^2.12.0"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.3.0",
"@wagmi/cli": "^2.1.16",
"autoprefixer": "^10.4.20",
"next": "^14.2.3",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0"
}
}