Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at v0.1.12 510 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 "preview": "vite preview" 10 }, 11 "dependencies": { 12 "lucide-react": "^0.562.0", 13 "react": "^18.3.1", 14 "react-dom": "^18.3.1", 15 "react-icons": "^5.5.0", 16 "react-router-dom": "^6.28.0" 17 }, 18 "devDependencies": { 19 "@types/react": "^18.3.12", 20 "@types/react-dom": "^18.3.1", 21 "@vitejs/plugin-react": "^4.3.3", 22 "vite": "^6.0.3" 23 } 24}