-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "agriflow",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@rainbow-me/rainbowkit": "^1.3.0",
"@types/react-slick": "^0.23.12",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"next": "^13.4.19",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-slick": "^0.29.0",
"react-spring": "^9.7.3",
"react-toast-notifications": "^2.5.1",
"slick-carousel": "^1.8.1",
"solidity-code-metrics": "^0.0.27",
"viem": "~1.19.4",
"wagmi": "~1.4.7"
},
"devDependencies": {
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
"autoprefixer": "^10.4.16",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.19",
"hardhat": "^2.19.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.4"
}
}