-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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
{
"name": "nextjs-tw-rainbowkit-skeleton",
"version": "0.0.1",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@next/font": "^13.0.6",
"@rainbow-me/rainbowkit": "^0.8.1",
"ethers": "^5.7.2",
"next": "^13.3.4",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"wagmi": "^0.9.5"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "^13.3.4",
"prettier": "^2.8.8",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
}
}