-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.67 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ethabuja-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@prisma/client": "^5.12.1",
"@reduxjs/toolkit": "^2.2.3",
"@tanstack/react-query": "^5.31.0",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-scroll": "^1.8.10",
"@types/react-simple-maps": "^3.0.4",
"@wagmi/core": "^2.10.5",
"@web3modal/wagmi": "4.1.11",
"axios": "^1.6.8",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.0",
"eslint": "9.1.0",
"eslint-config-next": "^14.2.2",
"ethers": "^6.12.0",
"framer-motion": "^11.1.7",
"lottie-react": "^2.4.0",
"million": "^3.0.6",
"moment": "^2.30.1",
"next": "^14.2.2",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-icons": "^5.1.0",
"react-redux": "^9.1.1",
"react-scroll": "^1.9.0",
"react-simple-map": "^3.0.2",
"react-simple-maps": "^3.0.0",
"react-spinners": "^0.13.8",
"react-toggle-dark-mode": "^1.1.1",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"rooks": "^7.14.1",
"swiper": "^11.1.1",
"typescript": "5.4.5",
"uuid": "^9.0.0",
"viem": "^2.9.25",
"wagmi": "^2.5.20"
},
"devDependencies": {
"browserslist": "4.23.0",
"prisma": "^5.12.1"
}
}