-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.95 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nextjs-with-typescript",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@hookform/resolvers": "^2.8.8",
"@material-ui/pickers": "^3.3.10",
"@metamask/onboarding": "^1.0.1",
"@mui/icons-material": "latest",
"@mui/material": "^5.4.1",
"@mui/styles": "^5.2.3",
"@mui/x-data-grid": "^5.5.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "3.1.0",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^4.0.0",
"@walletconnect/web3-provider": "^1.7.1",
"axios": "^0.24.0",
"chai": "^4.3.4",
"clsx": "^1.1.1",
"dotenv": "^11.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"formik": "^2.2.9",
"formik-mui": "^4.0.0-alpha.3",
"formik-mui-lab": "^1.0.0-alpha.3",
"hardhat": "^2.8.2",
"ipfs-http-client": "50.1.2",
"moralis": "0.0.184",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.22.5",
"react-moralis": "^0.3.11",
"react-multi-carousel": "^2.6.5",
"react-reader": "^0.20.4",
"react-router-dom": "^6.2.1",
"solidity-coverage": "^0.7.17",
"typechain": "^7.0.0",
"uniqid": "^5.4.0",
"web3modal": "^1.9.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/mocha": "^9.0.0",
"@types/react": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"hardhat-contract-sizer": "^2.3.1",
"ts-node": "^10.4.0",
"typescript": "latest"
}
}