-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 955 Bytes
/
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
{
"name": "web3-file-upload",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/poppins": "^5.0.15",
"@pinata/sdk": "^2.1.0",
"axios": "^1.7.5",
"bufferutil": "^4.0.8",
"ethers": "^5.7.2",
"next": "14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/node": "^20.16.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.7",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.22.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}