-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 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
{
"name": "post-up",
"version": "0.1.0",
"private": true,
"keywords": [
"farcaster",
"base",
"web3",
"social",
"growth"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@farcaster/frame-sdk": "^0.1.12",
"@farcaster/miniapp-sdk": "^0.2.1",
"@farcaster/miniapp-wagmi-connector": "^1.1.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@supabase/supabase-js": "^2.90.1",
"@tanstack/react-query": "^5.90.16",
"clsx": "^2.1.1",
"framer-motion": "^12.24.7",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"viem": "^2.43.5",
"wagmi": "^2.19.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"typescript": "^5",
"vitest": "^4.0.18"
}
}