-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.48 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.48 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
{
"name": "base-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:fix": "prettier --write './app' './components' './lib'",
"prettier:check": "prettier --check './app' './components' './lib'"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@farcaster/frame-sdk": "^0.0.35",
"@hookform/resolvers": "^3.3.4",
"@livepeer/react": "^4.1.17",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.18.1",
"@uiw/react-md-editor": "^4.0.3",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.6.8",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.14",
"class-validator": "^0.14.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"connectkit": "1.7.3",
"date-fns": "^3.2.0",
"dice-coefficient": "^2.1.1",
"encoding": "^0.1.13",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^6.7.1",
"ethersv5": "npm:ethers@^5.7.2",
"fuzzy-search": "^3.2.1",
"js-base64": "^3.7.5",
"jwt-decode": "^4.0.0",
"livepeer": "^3.0.2",
"lokijs": "^1.5.12",
"lucide-react": "^0.378.0",
"moment": "^2.0.0",
"moment-timezone": "^0.5.43",
"mongoose": "^8.13.3",
"next": "14.2.3",
"next-themes": "^0.2.1",
"pino-pretty": "^10.3.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-scroll": "^1.8.9",
"react-share": "^5.1.0",
"sharp": "^0.32.6",
"siwe": "^2.1.4",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1",
"vaul": "^0.8.0",
"viem": "2.x",
"wagmi": "^2.5.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/fuzzy-search": "^2.1.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"next-bundle-analyzer": "^0.6.8",
"postcss": "^8",
"prettier": "^3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}