-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1009 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": "ethindia2022",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@biconomy/core-types": "^0.0.4",
"@biconomy/smart-account": "^0.0.4",
"@chakra-ui/react": "^2.4.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@pushprotocol/restapi": "^0.2.2",
"@rainbow-me/rainbowkit": "^0.8.0",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.0",
"ethers": "^5.7.2",
"formik": "^2.2.9",
"framer-motion": "^7.6.18",
"next": "13.0.6",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-qr-code": "^2.0.8",
"react-redux": "^8.0.5",
"typewriter-effect": "^2.19.0",
"wagmi": "^0.8.9",
"web3modal": "^1.9.10"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}