generated from D3Portillo/web3-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 907 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
38
{
"name": "yearn.today",
"version": "0.0.1",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@next/font": "^13.0.6",
"@rainbow-me/rainbowkit": "^0.8.0",
"@yfi/sdk": "^2.1.0",
"echarts": "^5.4.0",
"ethers": "^5.7.2",
"marked": "^4.2.3",
"next": "^13.0.6",
"next-seo": "^5.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"wagmi": "^0.8.6"
},
"devDependencies": {
"@types/marked": "^4.0.7",
"@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.0.6",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
}
}