-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "criptocars",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.2",
"@rainbow-me/rainbowkit": "^0.11.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.8",
"@wagmi/connectors": "^0.3.0",
"axios": "^0.27.2",
"ethereumjs-util": "^7.1.5",
"ethers": "^5",
"firebase": "^9.17.1",
"formik": "^2.2.9",
"react-responsive-carousel": "^3.2.23",
"lodash.merge": "^4.6.2",
"mongodb": "^5.1.0",
"next": "12.2.3",
"next-auth": "^4.20.1",
"next-connect": "^0.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "3.4.3",
"siwe": "^2.1.3",
"uuid": "^9.0.0",
"wagmi": "^0.11.7",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "12.2.3"
}
}