Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at v0.1.15 741 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 "lucide-react": "^0.562.0", 14 "react": "^18.3.1", 15 "react-dom": "^18.3.1", 16 "react-icons": "^5.5.0", 17 "react-router-dom": "^6.28.0" 18 }, 19 "devDependencies": { 20 "@eslint/js": "^9.39.2", 21 "@types/react": "^18.3.12", 22 "@types/react-dom": "^18.3.1", 23 "@vitejs/plugin-react": "^4.3.3", 24 "eslint": "^9.39.2", 25 "eslint-plugin-react": "^7.37.5", 26 "eslint-plugin-react-hooks": "^7.0.1", 27 "eslint-plugin-react-refresh": "^0.4.26", 28 "globals": "^17.0.0", 29 "vite": "^6.0.3" 30 } 31}