-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.2 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
40
41
42
{
"name": "base-vault-ai",
"version": "1.0.0",
"description": "Enterprise-grade UUPS upgradeable vault with AI execution security, ERC20 support, and linear vesting for Base",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"deploy:sepolia": "npx hardhat run scripts/deploy.ts --network baseSepolia",
"deploy:mainnet": "npx hardhat run scripts/deploy.ts --network baseMainnet"
},
"keywords": [
"Base",
"SmartContracts",
"UUPS",
"DeFi",
"Vault",
"AI-Agent",
"Solidity"
],
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.6.1",
"@openzeppelin/contracts-upgradeable": "^5.6.1",
"@openzeppelin/hardhat-upgrades": "^3.0.0",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"hardhat": "^2.22.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@tanstack/react-query": "^5.101.4",
"clsx": "^2.1.1",
"lucide-react": "^1.30.0",
"recharts": "^3.10.1",
"tailwind-merge": "^3.6.0",
"viem": "^2.55.11",
"wagmi": "^3.7.6"
}
}