-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
189 lines (189 loc) · 5.91 KB
/
package.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "Nounspace",
"version": "0.0.17",
"license": "",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "serve -s build",
"lint": "next lint",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx src",
"check-types": "tsc",
"prettier": "prettier src --write",
"prepare": "husky"
},
"lint-staged": {
"src/**/*": "prettier --write --ignore-unknown"
},
"browserslist": {
"production": [
"last 3 Chrome versions",
"safari 13"
],
"development": [
"last 3 Chrome versions",
"safari 13"
]
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240423.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@farcaster/auth-kit": "^0.2.1",
"@farcaster/core": "^0.14.11",
"@farcaster/hub-web": "^0.8.12",
"@frames.js/render": "^0.2.18",
"@googleapis/youtube": "^18.0.0",
"@gumlet/react-hls-player": "^1.0.1",
"@hatsprotocol/modules-sdk": "^0.15.2",
"@headlessui/react": "^2.1.0",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.4",
"@internationalized/date": "^3.5.4",
"@mod-protocol/core": "^0.2.1",
"@mod-protocol/mod-registry": "^0.2.2",
"@mod-protocol/react": "^0.2.0",
"@mod-protocol/react-editor": "^0.1.0",
"@mod-protocol/react-ui-shadcn": "^0.3.1",
"@mui/material": "^5.16.1",
"@neynar/nodejs-sdk": "~1.20.2",
"@noble/ciphers": "^0.5.3",
"@noble/ed25519": "^2.1.0",
"@noble/secp256k1": "^2.1.0",
"@privy-io/react-auth": "^1.73.1",
"@privy-io/wagmi": "^0.2.6",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.0.7",
"@react-stately/datepicker": "^3.9.4",
"@segment/analytics-next": "^1.70.0",
"@sentry/react": "^7.68.0",
"@snapshot-labs/snapshot.js": "^0.11.38",
"@standard-crypto/farcaster-js-hub-rest": "^1.3.0",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.44.1",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.40.0",
"@types/dompurify": "^3.0.5",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.6",
"@uiw/react-md-editor": "^4.0.4",
"@vercel/speed-insights": "^1.0.12",
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
"@xmtp/frames-validator": "^0.6.0",
"@xmtp/proto": "^3.61.1",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.1",
"command-score": "^0.1.2",
"encoding": "^0.1.13",
"esbuild": "^0.21.5",
"fast-json-stable-stringify": "^2.1.0",
"focus-trap-react": "^10.2.1",
"framer-motion": "^11.3.30",
"frames.js": "^0.15.1",
"google-protobuf": "^3.21.2",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^2.12.0",
"javascript-time-ago": "^2.5.9",
"linkify-plugin-mention": "^4.1.3",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mutative": "^1.0.3",
"neverthrow": "^6.2.2",
"next": "14.1",
"next-themes": "^0.3.0",
"pino-pretty": "^11.2.0",
"prop-types": "^15.8.1",
"radix-colors-for-tailwind": "^2.0.0",
"react": "^18.3.1",
"react-aria": "^3.33.1",
"react-best-gradient-color-picker": "^3.0.7",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-easy-sort": "^1.5.2",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.51.0",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-qr-code": "^2.0.14",
"react-router-dom": "^6.22.0",
"react-stately": "^3.31.1",
"react-tweet": "^3.2.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"rss-parser": "^3.13.0",
"sharp": "^0.33.4",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"ts-key-enum": "^2.0.12",
"typescript": "^5.1.6",
"viem": "2.x",
"wagmi": "^2.10.2",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@next/bundle-analyzer": "^14.2.4",
"@next/eslint-plugin-next": "^14.2.3",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin-js": "^2.1.0",
"@stylistic/eslint-plugin-jsx": "^2.1.0",
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@types/node": "^20.14.10",
"@types/ramda": "^0.29.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "7",
"autoprefixer": "^10.4.14",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"madge": "^7.0.0",
"postcss": "^8.4.38",
"prettier": "3.3.1",
"ramda": "^0.29.1",
"supabase": "^1.123.0"
}
}