-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 854 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": "defitool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@uauth/js": "^1.1.0",
"@unstoppabledomains/resolution": "^7.1.4",
"axios": "^0.27.2",
"chart.js": "^3.7.1",
"dotenv": "^16.0.1",
"ethers": "^5.6.7",
"framer-motion": "^6.3.3",
"millify": "^4.0.0",
"next": "12.1.6",
"react": "18.1.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.31.1",
"react-icons": "^4.3.1",
"wagmi": "^0.4.1"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
}
}