-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 KB
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
{
"name": "shadowlend",
"private": true,
"version": "0.2.0",
"type": "commonjs",
"scripts": {
"agent": "node agent/server.js",
"demo": "node scripts/demo.js",
"deploy": "hardhat run scripts/deploy.js --network sepolia",
"deploy:fhe": "hardhat run scripts/deploy-fhe.js --network sepolia",
"dev:frontend": "vite --config frontend/vite.config.mjs",
"test": "hardhat test"
},
"dependencies": {
"@fhevm/solidity": "^0.11.1",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.6.1",
"@openzeppelin/hardhat-upgrades": "^3.9.1",
"@zama-fhe/relayer-sdk": "0.4.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"express": "^4.19.2",
"multer": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.13.1"
},
"devDependencies": {
"@fhevm/hardhat-plugin": "^0.4.2",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"hardhat": "^2.22.8",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"vite": "^5.4.3"
}
}