-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
43
44
{
"name": "pokemon",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.51.1",
"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.1",
"ethers": "^6.13.1",
"jose": "^5.6.3",
"lodash": "^4.17.21",
"next": "^14.2.5",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.4",
"siwe": "^2.3.2",
"tailwind-merge": "^2.3.0",
"viem": "^2.x",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@types/lodash": "^4.17.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"pino-pretty": "^11.2.1",
"postcss": "^8",
"sass": "^1.77.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}