-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "lenx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@lens-chain/sdk": "^1.0.3",
"@lens-protocol/client": "0.0.0-canary-20250430134539",
"@reown/walletkit": "^1.2.4",
"@tanstack/react-query": "^5.75.7",
"@walletconnect/core": "^2.20.2",
"@walletconnect/utils": "^2.20.2",
"connectkit": "^1.9.0",
"framer-motion": "^12.10.5",
"next": "15.3.2",
"next-auth": "^4.24.11",
"ogl": "^1.0.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"viem": "^2.29.1",
"wagmi": "^2.15.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"pino-pretty": "^13.0.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@8.12.1+sha1.aa961ffce9b6eaa56307d9b5ff7e984f25b7eb58"
}