-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 973 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 973 Bytes
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
{
"name": "wagmi-project",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "5.90.6",
"@wagmi/core": "^2.22.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.552.0",
"next": "14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^3.3.1",
"viem": "latest",
"wagmi": "latest"
},
"devDependencies": {
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@wagmi/cli": "latest",
"autoprefixer": "^10.4.21",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"postcss": "^8.5.6",
"supports-color": "^9.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.8.3",
"utf-8-validate": "^5.0.2"
}
}