-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 6021",
"lint": "next lint",
"start": "next start -p 6021",
"type-check": "tsc --noEmit -p tsconfig.typecheck.json"
},
"dependencies": {
"@farcaster/frame-sdk": "^0.2.0",
"@farcaster/miniapp-sdk": "^0.2.3",
"@farcaster/miniapp-wagmi-connector": "^1.1.1",
"@farcaster/quick-auth": "^0.0.8",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.64.2",
"better-sqlite3": "^12.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eruda": "^3.2.3",
"jose": "^5.9.6",
"lightweight-charts": "^5.0.9",
"lucide-react": "^0.292.0",
"next": "14.2.35",
"next-intl": "^3.26.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.0.0",
"viem": "^2.27.2",
"wagmi": "^2.14.12",
"ws": "^8.18.3",
"zod": "^3.24.1"
},
"overrides": {
"next": "14.2.35",
"@wagmi/core": "2.22.1"
},
"devDependencies": {
"@types/node": "^20.8.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.50.0",
"eslint-config-next": "14.2.35",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
}
}