-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 898 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
30
31
32
33
34
35
36
37
38
{
"name": "yieldflow",
"version": "1.0.0",
"description": "AI-Powered Yield Optimization on Monad - Rebel in Paradise AI Hackathon",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"compile": "hardhat compile",
"test": "hardhat test",
"deploy": "hardhat run scripts/deploy.js --network monad"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.5.0",
"viem": "^2.7.0",
"@tanstack/react-query": "^5.17.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.12",
"hardhat": "^2.19.4",
"@openzeppelin/contracts": "^5.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0"
},
"keywords": [
"yield",
"defi",
"ai",
"agent",
"monad",
"blockchain"
],
"author": "YieldFlow Team",
"license": "MIT"
}