-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 895 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": "bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@rainbow-me/rainbowkit": "^2.1.6",
"@tanstack/react-query": "^5.55.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.5.6",
"lucide": "^0.439.0",
"lucide-react": "^0.445.0",
"next": "^14.2.13",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.5",
"wagmi": "^2.12.10"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.8",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}