-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.27 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 4.27 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "shadcn-landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@aws-sdk/client-apigatewaymanagementapi": "^3.726.1",
"@aws-sdk/client-ses": "^3.726.1",
"@aws-sdk/client-sns": "^3.726.1",
"@aws-sdk/s3-request-presigner": "^3.726.1",
"@coinbase/agentkit": "^0.1.1",
"@coinbase/agentkit-langchain": "^0.1.0",
"@coinbase/cdp-langchain": "^0.0.15",
"@devnomic/marquee": "^1.0.2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@elizaos/plugin-lit": "^0.1.9",
"@excalidraw/excalidraw": "^0.17.6",
"@google/generative-ai": "^0.21.0",
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^3.9.0",
"@langchain/core": "^0.3.37",
"@langchain/langgraph": "^0.2.44",
"@langchain/openai": "^0.4.2",
"@lit-protocol/lit-node-client": "^7.0.4",
"@monaco-editor/react": "^4.6.0",
"@neondatabase/serverless": "^0.10.4",
"@openzeppelin/contracts": "^5.2.0",
"@privy-io/react-auth": "^2.2.1",
"@privy-io/server-auth": "^1.18.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-three/drei": "^9.121.4",
"@react-three/fiber": "^8.17.14",
"@tabler/icons-react": "^3.26.0",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/react-table": "^8.20.6",
"@types/bcryptjs": "^2.4.6",
"axios": "^1.7.9",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^2.30.0",
"drizzle-orm": "^0.39.1",
"embla-carousel-react": "^8.1.3",
"emoji-picker-react": "^4.12.0",
"ethers": "^6.13.5",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.2",
"framer-motion": "^11.18.2",
"graphql-request": "^7.1.2",
"inngest-cli": "^1.6.4",
"ipfs-http-client": "^60.0.1",
"kbar": "^0.1.0-beta.45",
"lucide-react": "^0.469.0",
"motion": "^11.18.2",
"next": "14.2.35",
"next-auth": "^4.24.11",
"next-themes": "^0.4.4",
"next-ws": "^1.2.0",
"nillion-sv-wrappers": "^1.0.4",
"pg": "^8.13.1",
"pinata-web3": "^0.5.4",
"react": "^18",
"react-confetti": "^6.2.2",
"react-countup": "^6.5.3",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.5.1",
"react-icon-cloud": "^4.1.4",
"react-markdown": "^9.0.3",
"react-use": "^17.6.0",
"rechart": "^0.0.1",
"recharts": "^2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.173.0",
"viem": "^2.22.21",
"zod": "^3.23.8",
"zustand": "^5.0.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-ignition": "^0.15.9",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@types/lodash": "^4.17.14",
"@types/node": "^20",
"@types/pg": "^8.11.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.4",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"hardhat": "^2.22.18",
"ignore-loader": "^0.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5"
}
}