-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3 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
87
88
89
90
91
92
93
{
"name": "hey",
"version": "0.0.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"biome:check": "biome check .",
"biome:fix": "biome check --write .",
"build": "vite build",
"codegen": "graphql-codegen --config src/indexer/codegen.ts",
"dev": "vite dev --port 4783",
"start": "vite preview --host 0.0.0.0 --port 4783",
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "3.14.0",
"@biomejs/biome": "^2.3.10",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "5.2.2",
"@lens-chain/sdk": "^1.0.3",
"@lens-chain/storage-client": "^1.0.6",
"@lens-protocol/metadata": "^2.1.0",
"@livepeer/react": "^4.3.6",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.15",
"@tanstack/react-query": "^5.90.16",
"@uidotdev/usehooks": "^2.4.1",
"@zoralabs/coins-sdk": "^0.4.0",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"family": "^0.1.4",
"graphql": "^16.12.0",
"husky": "^9.1.7",
"mdast-util-to-markdown": "^2.1.2",
"motion": "^12.27.1",
"motion-plus-react": "^1.5.4",
"plur": "^6.0.0",
"plyr-react": "^5.3.0",
"prosekit": "^0.17.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-easy-crop": "^5.5.3",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.71.1",
"react-hotkeys-hook": "^5.2.1",
"react-markdown": "^10.1.0",
"react-router": "^7.12.0",
"react-tracked": "^2.0.1",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-linkify-regex": "^1.2.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"sonner": "^2.0.7",
"strip-markdown": "^6.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.15",
"unified": "^11.0.5",
"unist-util-visit-parents": "^6.0.2",
"viem": "^2.44.4",
"virtua": "^0.48.2",
"vite": "^7.3.1",
"wagmi": "^2.18.2",
"zod": "4.1.11",
"zustand": "^5.0.10"
},
"devDependencies": {
"@graphql-codegen/cli": "^6.1.1",
"@graphql-codegen/fragment-matcher": "^6.0.0",
"@graphql-codegen/typescript": "^5.0.2",
"@graphql-codegen/typescript-operations": "^5.0.2",
"@graphql-codegen/typescript-react-apollo": "^4.4.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@types/hast": "^3.0.4",
"@types/node": "^24.9.1",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"typescript": "^5.9.3",
"vite-plugin-environment": "^1.1.3",
"vite-tsconfig-paths": "^6.0.4"
},
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402"
}