-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.04 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
69
70
71
72
73
74
75
{
"name": "my-devlet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.484.0",
"@metamask/sdk": "^0.7.1",
"@metamask/sdk-react": "^0.7.0",
"@mui/icons-material": "5.14.11",
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@mui/x-date-pickers": "6.18.6",
"@openzeppelin/contracts": "^4.9.3",
"@reduxjs/toolkit": "^1.9.6",
"@truffle/hdwallet-provider": "^2.1.15",
"@web3-react/core": "^8.2.3",
"@web3-react/metamask": "^8.2.4",
"@web3modal/ethers": "^4.2.3",
"bcrypt": "^5.1.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"ethereum-cryptography": "^2.1.2",
"ethereumjs-util": "^7.1.5",
"fs": "^0.0.1-security",
"html-pdf": "^3.0.1",
"html-pdf-node": "^1.0.8",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"kubo-rpc-client": "^3.0.1",
"lodash": "^4.17.21",
"mongoose": "^7.5.3",
"next": "latest",
"nextjs-cors": "^2.2.0",
"node-rsa": "^1.1.1",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-joyride": "^2.5.5",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"recharts": "^2.8.0",
"simplebar-react": "^3.2.4",
"truffle": "^5.11.5",
"uuid": "^9.0.1",
"web3": "^4.1.1-dev.86f0cdb.0",
"xlsx": "^0.18.5",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/crypto-js": "^4.2.1",
"@types/html-pdf": "^3.0.1",
"@types/html-pdf-node": "^1.0.0",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash": "^4.14.195",
"@types/node": "latest",
"@types/node-rsa": "^1.1.2",
"@types/react": "18.0.4",
"@types/react-dom": "latest",
"@types/uuid": "^9.0.4",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}