-
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) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "genesis-project",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "hardhat test",
"build": "cd frontend && npm run build",
"worker:dev": "wrangler dev",
"worker:deploy": "wrangler deploy --env production",
"worker:deploy:staging": "wrangler deploy --env staging"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"dotenv": "^16.6.1",
"hardhat": "^2.28.6",
"wrangler": "^3.78.0"
},
"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"
}
}