Exosphere is a set of small, modular, self-hostable community tools built on the AT Protocol. app.exosphere.site
at main 28 lines 869 B view raw
1{ 2 "name": "@exosphere/client", 3 "private": true, 4 "type": "module", 5 "exports": { 6 "./api": "./src/api.ts", 7 "./module-api": "./src/module-api.ts", 8 "./auth": "./src/auth.ts", 9 "./router": "./src/router.tsx", 10 "./sphere": "./src/sphere.ts", 11 "./hooks": "./src/hooks.ts", 12 "./ssr-data": "./src/ssr-data.ts", 13 "./theme.css": "./src/theme.css.ts", 14 "./ui.css": "./src/ui.css.ts", 15 "./types": "./src/types.ts", 16 "./config": "./src/config.ts", 17 "./format": "./src/format.ts", 18 "./theme-state": "./src/theme-state.ts", 19 "./components/collapsible-section": "./src/components/collapsible-section.tsx", 20 "./components/theme-toggle": "./src/components/theme-toggle.tsx" 21 }, 22 "peerDependencies": { 23 "@preact/signals": "^2.0.0", 24 "@vanilla-extract/css": "^1.0.0", 25 "preact": "^10.25.0", 26 "preact-iso": "^2.0.0" 27 } 28}