-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.02 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "dao-cosmos-os",
"version": "0.1.0",
"description": "Axion DAO Cosmos OS — AI-powered mission control for decentralized organizations",
"keywords": [
"dao",
"governance",
"web3",
"ethereum",
"ai",
"three.js",
"next.js",
"gemini",
"uniswap",
"supabase"
],
"author": "Advik Divekar",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@google/generative-ai": "^0.24.1",
"@openzeppelin/contracts": "^5.6.1",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"@supabase/supabase-js": "^2.46.1",
"alchemy-sdk": "^3.4.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dotenv": "^17.4.0",
"ethers": "^6.13.4",
"framer-motion": "^11.11.0",
"lucide-react": "^0.577.0",
"next": "14.2.15",
"postprocessing": "^6.36.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.13.3",
"socket.io-client": "^4.8.1",
"three": "^0.169.0",
"uuid": "^10.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@types/d3": "^7.4.3",
"@types/node": "^22.8.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.169.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"glslify-loader": "^2.0.0",
"hardhat": "^2.28.6",
"postcss": "^8.4.47",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}