-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 918 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": "bookverse-beta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@everipedia/wagmi-magic-connector": "^0.10.1",
"@headlessui/react": "^1.7.9",
"@heroicons/react": "^1.0.6",
"@rainbow-me/rainbowkit": "^0.8.1",
"@tanstack/react-query": "^4.24.4",
"@thirdweb-dev/react": "^3.8.2",
"@thirdweb-dev/sdk": "^3.8.2",
"@vercel/analytics": "^0.1.10",
"@wagmi/chains": "^0.2.6",
"cors": "^2.8.5",
"eslint": "8.33.0",
"eslint-config-next": "^13.1.6",
"ethers": "^5.7.2",
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^0.11.4"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}