(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
98
fork

Configure Feed

Select the types of activity you want to include in your feed.

at ui-refactor 32 lines 767 B view raw
1{ 2 "name": "margin-web", 3 "private": true, 4 "version": "0.0.1", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "vite build", 9 "lint": "eslint .", 10 "preview": "vite preview" 11 }, 12 "dependencies": { 13 "date-fns": "^4.1.0", 14 "lucide-react": "^0.562.0", 15 "react": "^18.3.1", 16 "react-dom": "^18.3.1", 17 "react-icons": "^5.5.0", 18 "react-router-dom": "^6.28.0" 19 }, 20 "devDependencies": { 21 "@eslint/js": "^9.39.2", 22 "@types/react": "^18.3.12", 23 "@types/react-dom": "^18.3.1", 24 "@vitejs/plugin-react": "^4.3.3", 25 "eslint": "^9.39.2", 26 "eslint-plugin-react": "^7.37.5", 27 "eslint-plugin-react-hooks": "^7.0.1", 28 "eslint-plugin-react-refresh": "^0.4.26", 29 "globals": "^17.0.0", 30 "vite": "^6.0.3" 31 } 32}