-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "resolutio",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@magic-sdk/admin": "^2.0.1",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.5",
"@openzeppelin/contracts": "^4.8.0",
"@react-pdf/renderer": "^3.0.0",
"@walletconnect/web3-provider": "^1.8.0",
"axios": "^1.1.3",
"ethers": "^5.7.1",
"ipfs-http-client": "^57.0.3",
"magic-sdk": "^21.0.0",
"next": "^12.3.3",
"nextjs-progressbar": "^0.0.16",
"nft.storage": "^6.4.1",
"notistack": "^2.0.5",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.4.0",
"react-spinners": "^0.13.6",
"react-timer-hook": "^3.0.5",
"sitemap": "^7.1.1",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.7",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.11.2"
}
}