-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "noname",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.0",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3modal/ethereum": "^2.0.0-beta.7",
"@web3modal/react": "^2.0.0-beta.7",
"chart.js": "^4.3.0",
"ethers": "^5.7.2",
"html-react-parser": "^3.0.4",
"lottie-react": "^2.4.0",
"maplibre-gl": "^2.4.0",
"next": "13.0.5",
"next-videos": "^1.5.0",
"react": "18.2.0",
"react-calendar": "^4.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-map-gl": "^7.0.21",
"react-player": "^2.11.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-scripts": "^5.0.1",
"react-share": "^4.4.1",
"react-transition-group": "^4.4.5",
"react-twitter-login": "^1.5.0",
"recharts": "^2.7.2",
"swiper": "^8.4.5",
"twitter-lite": "^1.1.0",
"wagmi": "^0.8.10",
"web-vitals": "^3.1.1",
"web3modal": "^1.9.10"
},
"devDependencies": {
"sass": "^1.56.1"
}
}