-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.2 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
{
"name": "shared-account-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@farcaster/hub-nodejs": "^0.12.3",
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/jetbrains-mono": "^5.0.22",
"@hatsprotocol/details-sdk": "^0.0.1",
"@hatsprotocol/modules-sdk": "^1.5.1",
"@hatsprotocol/sdk-v1-core": "^0.12.4",
"@hatsprotocol/sdk-v1-subgraph": "^1.1.0",
"@hookform/resolvers": "^3.9.0",
"@neynar/nodejs-sdk": "^1.52.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@rainbow-me/rainbowkit": "^2.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"graphql-request": "^7.1.0",
"lucide-react": "^0.359.0",
"next": "15.3.0",
"next-themes": "^0.3.0",
"opepen-standard": "^1.0.1",
"pino": "7.11.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.1",
"react-responsive": "^10.0.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.2",
"viem": "^2.28.0",
"wagmi": "^2.15.0",
"yup": "^1.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.28.4",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"lodash": "^4.17.21",
"pino-pretty": "^11.0.0",
"postcss": "^8.4.34",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"engines": {
"node": ">=19.9.0"
}
}