-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "mucitadel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ethersproject/providers": "^5.0.24",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@linthtml/linthtml": "^0.7.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@types/jquery": "^3.5.5",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"ethers": "^5.1.4",
"formik": "^2.2.6",
"global": "^4.4.0",
"html2canvas": "^1.0.0-rc.7",
"moment": "^2.29.1",
"next": "10.0.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-dropzone": "^11.3.2",
"react-form-stepper": "^1.4.1",
"react-image-crop": "^8.6.9",
"react-paginate": "^7.1.0",
"react-responsive": "^8.2.0",
"react-select": "^4.3.1",
"react-time-ago": "^6.2.2",
"react-toastify": "^7.0.4",
"sass": "^1.32.11",
"swr": "^0.5.4",
"universal-cookie": "^4.0.4",
"web3": "^1.3.4",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3",
"typescript": "^4.3.4"
}
}