{ "name": "@follow/web", "type": "module", "private": true, "main": "./dist/main/index.js", "scripts": { "build:web": "cd ../.. && pnpm build:web", "dev": "cd ../.. && pnpm dev:web", "test": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@egoist/tipc": "0.3.2", "@electron-toolkit/preload": "^3.0.1", "@follow/electron-main": "workspace:*", "@follow/shared": "workspace:*", "@fontsource/sn-pro": "5.1.0", "@headlessui/react": "2.2.0", "@hono/auth-js": "1.0.13", "@hookform/resolvers": "3.9.1", "@lottiefiles/dotlottie-react": "0.9.3", "@microflash/remark-callout-directives": "4.3.2", "@openpanel/web": "1.0.1", "@radix-ui/react-avatar": "1.1.1", "@radix-ui/react-context-menu": "2.2.2", "@radix-ui/react-dialog": "1.1.2", "@radix-ui/react-dropdown-menu": "2.1.2", "@radix-ui/react-hover-card": "1.1.2", "@radix-ui/react-label": "2.1.0", "@radix-ui/react-popover": "1.1.2", "@radix-ui/react-slider": "^1.2.1", "@radix-ui/react-slot": "1.1.0", "@sentry/react": "8.36.0", "@shikijs/transformers": "1.22.2", "@tanstack/query-sync-storage-persister": "5.59.17", "@tanstack/react-query": "5.59.19", "@tanstack/react-query-devtools": "5.59.19", "@tanstack/react-query-persist-client": "5.59.19", "@use-gesture/react": "10.3.1", "@welldone-software/why-did-you-render": "8.0.3", "@yornaath/batshit": "0.10.1", "camelcase-keys": "9.1.3", "click-to-react-component": "1.1.0", "clsx": "2.1.1", "cmdk": "1.0.3", "dayjs": "1.11.13", "dexie": "4.0.9", "dexie-export-import": "^4.1.2", "dnum": "^2.14.0", "electron-log": "5.2.0", "firebase": "10.14.1", "foxact": "0.2.41", "framer-motion": "11.11.11", "franc-min": "6.2.0", "fuse.js": "7.0.0", "hast-util-to-jsx-runtime": "2.3.2", "hast-util-to-mdast": "^10.1.0", "hast-util-to-text": "4.0.2", "i18next": "^23.16.4", "i18next-browser-languagedetector": "8.0.0", "idb-keyval": "6.2.1", "immer": "10.1.1", "jotai": "2.10.1", "katex": "0.16.11", "lethargy": "1.0.9", "lodash-es": "4.17.21", "masonic": "4.0.1", "mdast-util-gfm-table": "^2.0.0", "mdast-util-to-markdown": "^2.1.1", "nanoid": "5.0.8", "ofetch": "1.4.1", "path-to-regexp": "8.2.0", "plain-shiki": "0.0.12", "re-resizable": "6.10.0", "react-blurhash": "^0.3.0", "react-error-boundary": "4.1.2", "react-fast-marquee": "1.6.5", "react-hook-form": "7.53.1", "react-hotkeys-hook": "4.6.1", "react-i18next": "^15.1.0", "react-intersection-observer": "9.13.1", "react-resizable-layout": "npm:@innei/react-resizable-layout@0.7.3-fork.1", "react-router-dom": "6.27.0", "react-selecto": "^1.26.3", "react-shadow": "20.5.0", "react-virtuoso": "4.12.0", "rehype-infer-description-meta": "2.0.0", "rehype-parse": "9.0.1", "rehype-sanitize": "6.0.0", "rehype-stringify": "10.0.1", "remark-directive": "3.0.0", "remark-gfm": "4.0.0", "remark-gh-alerts": "0.0.3", "remark-parse": "11.0.0", "remark-rehype": "11.1.1", "shiki": "1.22.2", "sonner": "1.5.0", "swiper": "11.1.14", "tldts": "6.1.58", "unified": "11.0.5", "unist-util-visit-parents": "^6.0.1", "use-context-selector": "2.0.0", "use-sync-external-store": "1.2.2", "usehooks-ts": "3.1.0", "vfile": "6.0.3", "zod": "3.23.8", "zustand": "5.0.1" }, "devDependencies": { "@babel/generator": "7.26.2", "@follow/atoms": "workspace:*", "@follow/components": "workspace:*", "@follow/constants": "workspace:*", "@follow/hooks": "workspace:*", "@follow/models": "workspace:*", "@follow/shared": "workspace:*", "@follow/types": "workspace:*", "@follow/utils": "workspace:*", "@hono/node-server": "1.13.4", "@types/katex": "0.16.7", "@types/lodash-es": "4.17.12", "@types/node": "^22.8.7", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "fake-indexeddb": "6.0.0", "happy-dom": "15.8.0", "react": "^18.3.1", "react-dom": "^18.3.1" } }