-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 774 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 774 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
{
"name": "ritualchain-meebot",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.22.3",
"wagmi": "2.5.7",
"viem": "2.7.15",
"@tanstack/react-query": "5.25.0",
"@rainbow-me/rainbowkit": "2.0.2",
"@google/genai": "0.21.0",
"hardhat": "^3.1.2",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"url": "^0.11.4",
"dotenv": "^17.2.3",
"@nomicfoundation/hardhat-verify": "^3.0.8"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}