-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (28 loc) · 726 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
{
"name": "7",
"version": "7.0.0",
"description": "Practice for real state main project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"hardhat": "^2.14.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"axios": "^1.3.6",
"chai": "^4.3.7",
"cors": "^2.8.5",
"ethers": "^5.7.2",
"express": "^4.18.2",
"helia": "^1.0.3",
"ipfs-api": "^26.1.2",
"ipfs-http-client": "^60.0.0"
}
}