| 1 | { |
| 2 | "name": "alcove", |
| 3 | "private": true, |
| 4 | "version": "0.1.6", |
| 5 | "type": "module", |
| 6 | "scripts": { |
| 7 | "dev": "vite", |
| 8 | "build": "tsc -b && vite build", |
| 9 | "lint": "eslint .", |
| 10 | "preview": "vite preview", |
| 11 | "deploy:orbiter": "orbiter deploy", |
| 12 | "deploy:ens": "bun run build && omnipin deploy --ens alcovetools.eth", |
| 13 | "deploy": "bun run deploy:orbiter && bun run deploy:ens" |
| 14 | }, |
| 15 | "author": "Steve Simkins", |
| 16 | "description": "Privacy centered RSS ready", |
| 17 | "keywords": [ |
| 18 | "evolu", |
| 19 | "rss", |
| 20 | "rss reader", |
| 21 | "privacy", |
| 22 | "e2ee" |
| 23 | ], |
| 24 | "license": "MIT", |
| 25 | "repository": { |
| 26 | "type": "git", |
| 27 | "url": "https://github.com/stevesimkins/alcove.git" |
| 28 | }, |
| 29 | "homepage": "https://github.com/stevesimkins/alcove", |
| 30 | "dependencies": { |
| 31 | "@evolu/common": "^7.2.0", |
| 32 | "@evolu/react": "^10.2.0", |
| 33 | "@evolu/react-web": "^2.2.0", |
| 34 | "@evolu/web": "^2.2.0", |
| 35 | "@radix-ui/react-avatar": "^1.1.11", |
| 36 | "@radix-ui/react-collapsible": "^1.1.12", |
| 37 | "@radix-ui/react-context-menu": "^2.2.16", |
| 38 | "@radix-ui/react-dialog": "^1.1.15", |
| 39 | "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 40 | "@radix-ui/react-label": "^2.1.8", |
| 41 | "@radix-ui/react-popover": "^1.1.15", |
| 42 | "@radix-ui/react-select": "^2.2.6", |
| 43 | "@radix-ui/react-separator": "^1.1.8", |
| 44 | "@radix-ui/react-slot": "^1.2.4", |
| 45 | "@radix-ui/react-switch": "^1.2.6", |
| 46 | "@radix-ui/react-tooltip": "^1.2.8", |
| 47 | "@tailwindcss/typography": "^0.5.19", |
| 48 | "@tailwindcss/vite": "^4.1.17", |
| 49 | "class-variance-authority": "^0.7.1", |
| 50 | "clsx": "^2.1.1", |
| 51 | "fast-xml-parser": "^5.3.2", |
| 52 | "lucide-react": "^0.548.0", |
| 53 | "next-themes": "^0.4.6", |
| 54 | "react": "^19.2.0", |
| 55 | "react-dom": "^19.2.0", |
| 56 | "react-markdown": "^10.1.0", |
| 57 | "rehype-raw": "^7.0.0", |
| 58 | "rehype-sanitize": "^6.0.0", |
| 59 | "remark-gfm": "^4.0.1", |
| 60 | "sonner": "^2.0.7", |
| 61 | "tailwind-merge": "^3.4.0", |
| 62 | "tailwindcss": "^4.1.17" |
| 63 | }, |
| 64 | "devDependencies": { |
| 65 | "@eslint/js": "^9.39.1", |
| 66 | "@types/node": "^24.10.1", |
| 67 | "@types/react": "^19.2.6", |
| 68 | "@types/react-dom": "^19.2.3", |
| 69 | "@vitejs/plugin-react": "^5.1.1", |
| 70 | "eslint": "^9.39.1", |
| 71 | "eslint-plugin-react-hooks": "^5.2.0", |
| 72 | "eslint-plugin-react-refresh": "^0.4.24", |
| 73 | "globals": "^16.5.0", |
| 74 | "tw-animate-css": "^1.4.0", |
| 75 | "typescript": "~5.9.3", |
| 76 | "typescript-eslint": "^8.47.0", |
| 77 | "vite": "npm:rolldown-vite@7.1.14" |
| 78 | }, |
| 79 | "overrides": { |
| 80 | "vite": "npm:rolldown-vite@7.1.14" |
| 81 | } |
| 82 | } |