-
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) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 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": "genesis-project",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "hardhat test"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"dotenv": "^16.6.1",
"hardhat": "^2.28.3"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@modelcontextprotocol/sdk": "^1.25.2",
"@nomicfoundation/hardhat-ethers": "^3.1.3",
"@openzeppelin/contracts": "^5.4.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"ai": "^6.0.39",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"ethers": "^6.16.0",
"express": "^5.2.1",
"framer-motion": "^12.27.0",
"pm2": "^6.0.14",
"qrcode-terminal": "^0.12.0",
"react-router-dom": "^7.12.0",
"streamdown": "^2.0.1",
"three": "^0.182.0",
"uuid": "^13.0.0"
}
}