Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
at main 86 lines 2.6 kB view raw
1{ 2 "name": "@hey/web", 3 "version": "0.0.0", 4 "private": true, 5 "license": "AGPL-3.0", 6 "scripts": { 7 "build": "vite build", 8 "dev": "vite dev --port 4783", 9 "start": "vite preview --port 4783", 10 "typecheck": "tsc --pretty" 11 }, 12 "dependencies": { 13 "@apollo/client": "3.14.0", 14 "@aws-sdk/client-s3": "^3.914.0", 15 "@aws-sdk/lib-storage": "^3.914.0", 16 "@headlessui/react": "^2.2.9", 17 "@heroicons/react": "^2.2.0", 18 "@hey/data": "workspace:*", 19 "@hey/helpers": "workspace:*", 20 "@hey/indexer": "workspace:*", 21 "@hookform/resolvers": "5.2.2", 22 "@lens-chain/storage-client": "^1.0.6", 23 "@lens-protocol/metadata": "^2.1.0", 24 "@livepeer/react": "^4.3.6", 25 "@radix-ui/react-hover-card": "^1.1.15", 26 "@radix-ui/react-slider": "^1.3.6", 27 "@radix-ui/react-tooltip": "^1.2.8", 28 "@tailwindcss/vite": "^4.1.15", 29 "@tanstack/react-query": "^5.90.5", 30 "@uidotdev/usehooks": "^2.4.1", 31 "@zoralabs/coins-sdk": "^0.3.2", 32 "browser-image-compression": "^2.0.2", 33 "class-variance-authority": "^0.7.1", 34 "clsx": "^2.1.1", 35 "dayjs": "^1.11.18", 36 "family": "^0.1.4", 37 "mdast-util-to-markdown": "^2.1.2", 38 "motion": "^12.23.24", 39 "motion-plus-react": "^1.5.4", 40 "plur": "^5.1.0", 41 "plyr-react": "^5.3.0", 42 "prosekit": "^0.15.8", 43 "react": "^19.2.0", 44 "react-dom": "^19.2.0", 45 "react-easy-crop": "^5.5.3", 46 "react-helmet-async": "^2.0.5", 47 "react-hook-form": "^7.65.0", 48 "react-hotkeys-hook": "^5.2.1", 49 "react-markdown": "^10.1.0", 50 "react-router": "^7.9.4", 51 "react-tracked": "^2.0.1", 52 "rehype-parse": "^9.0.1", 53 "rehype-remark": "^10.0.1", 54 "remark-breaks": "^4.0.0", 55 "remark-html": "^16.0.1", 56 "remark-linkify-regex": "^1.2.1", 57 "remark-parse": "^11.0.0", 58 "remark-stringify": "^11.0.0", 59 "sonner": "^2.0.7", 60 "strip-markdown": "^6.0.0", 61 "tailwind-merge": "^3.3.1", 62 "tailwindcss": "^4.1.15", 63 "unified": "^11.0.5", 64 "unist-util-visit-parents": "^6.0.2", 65 "viem": "^2.38.3", 66 "virtua": "^0.46.3", 67 "vite": "^7.1.12", 68 "wagmi": "^2.18.2", 69 "zod": "4.1.11", 70 "zustand": "^5.0.8" 71 }, 72 "devDependencies": { 73 "@hey/config": "workspace:*", 74 "@hey/types": "workspace:*", 75 "@tailwindcss/aspect-ratio": "^0.4.2", 76 "@tailwindcss/forms": "^0.5.10", 77 "@types/hast": "^3.0.4", 78 "@types/node": "^24.9.1", 79 "@types/react": "^19.2.2", 80 "@types/react-dom": "^19.2.2", 81 "@vitejs/plugin-react": "^5.0.4", 82 "typescript": "^5.9.3", 83 "vite-plugin-environment": "^1.1.3", 84 "vite-tsconfig-paths": "^5.1.4" 85 } 86}