-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 958 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
39
40
{
"name": "klaytn-defi-dashboard",
"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.10.5",
"@emotion/styled": "^11.8.1",
"@mantine/core": "^5.9.3",
"@mantine/hooks": "^5.9.3",
"@tabler/icons": "^1.112.0",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"ethers": "^5.6.6",
"framer-motion": "^6.3.3",
"human-format": "^1.0.0",
"millify": "^4.0.0",
"moment": "^2.29.4",
"next": "12.1.6",
"numbro": "^2.3.6",
"react": "18.1.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.1.0",
"react-icons": "^4.3.1",
"recharts": "^2.1.16",
"uuid": "^9.0.0",
"wagmi": "^0.3.5"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
}
}