-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.55 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
{
"name": "casterscan",
"version": "0.2.0",
"author": "dylsteck",
"repository": {
"type": "git",
"url": "https://github.com/dylsteck/casterscan"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "eslint ."
},
"dependencies": {
"@farcaster/hub-nodejs": "^0.15.11",
"@farcaster/hub-web": "^0.11.9",
"@farcaster/miniapp-sdk": "^0.2.3",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-query": "^5.100.10",
"@tanstack/react-router": "^1.170.3",
"@tanstack/react-start": "^1.168.5",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"ioredis": "^5.10.1",
"lucide-react": "^0.544.0",
"nitro": "3.0.260429-beta",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"viem": "^2.49.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.19.19",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^9.39.4",
"@eslint/js": "^9.39.4",
"@typescript-eslint/parser": "^8.59.3",
"postcss": "^8.5.14",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^8.0.13"
},
"packageManager": "bun@1.3.4"
}