forked from Abhinav-ark/eggChain_DApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 700 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 700 Bytes
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
{
"name": "egg_supply_chain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.16",
"ethers": "^5.7.2",
"hardhat": "^2.22.3",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-lottie": "^1.2.4",
"web3": "^4.8.0",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}