-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 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
58
59
{
"name": "vyeti",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.2.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@mui/x-data-grid": "^5.12.3",
"@mui/x-data-grid-generator": "^5.12.3",
"@mui/x-data-grid-pro": "^5.12.3",
"@mui/x-date-pickers": "^5.0.0-alpha.7",
"@openzeppelin/contracts": "^4.6.0",
"@sendgrid/mail": "^7.7.0",
"@toruslabs/torus-embed": "^1.24.2",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"chart.js": "^3.8.0",
"cookie": "^0.5.0",
"cookies-next": "^2.0.4",
"crypto": "^1.0.1",
"date-fns": "^2.28.0",
"dayjs": "^1.11.3",
"dotenv": "^16.0.1",
"ipfs-http-client": "^57.0.1",
"js-cookie": "^3.0.1",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mongoose": "^6.3.5",
"next": "12.1.6",
"next-share": "^0.12.1",
"react": "18.1.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.1.0",
"react-signature-canvas": "^1.0.6",
"slugify": "^1.6.5",
"web3modal": "^1.9.8"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8",
"hardhat": "^2.9.6"
}
}