-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "ethtry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@arcana/auth-wagmi": "^0.0.2",
"@livepeer/react": "^2.2.3",
"@lottiefiles/lottie-player": "^1.7.1",
"@next/font": "13.1.6",
"@rainbow-me/rainbowkit": "^0.8.1",
"@reduxjs/toolkit": "^1.9.2",
"axios": "^1.3.2",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint-plugin-next": "^0.0.0",
"ethers": "^5.7.2",
"ipfs-http-client": "^60.0.0",
"mdb-react-ui-kit": "^5.1.0",
"next": "13.1.6",
"next-redux-wrapper": "^8.1.0",
"qrcode.react": "^3.1.0",
"quagga": "^0.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.5",
"react-weblineindia-qrcode-scanner": "^1.0.0",
"wagmi": "^0.9.6",
"web3.storage": "^4.4.0"
}
}