Den is the private cloud vault for your reminders, calendars and to-dos.
1
fork

Configure Feed

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

at main 70 lines 2.2 kB view raw
1{ 2 "name": "@roostmoe/den-client-web", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite --host", 8 "build": "tsc -b && vite build", 9 "lint": "eslint .", 10 "preview": "vite preview", 11 "gen-client": "openapi-ts" 12 }, 13 "dependencies": { 14 "@radix-ui/react-avatar": "^1.1.11", 15 "@radix-ui/react-checkbox": "^1.3.3", 16 "@radix-ui/react-collapsible": "^1.1.12", 17 "@radix-ui/react-dialog": "^1.1.15", 18 "@radix-ui/react-dropdown-menu": "^2.1.16", 19 "@radix-ui/react-label": "^2.1.8", 20 "@radix-ui/react-select": "^2.2.6", 21 "@radix-ui/react-separator": "^1.1.8", 22 "@radix-ui/react-slot": "^1.2.4", 23 "@radix-ui/react-tooltip": "^1.2.8", 24 "@tabler/icons-react": "^3.35.0", 25 "@tailwindcss/vite": "^4.1.17", 26 "@tanstack/react-form": "^1.25.0", 27 "@tanstack/react-query": "^5.90.10", 28 "@tanstack/react-query-devtools": "^5.90.2", 29 "@tanstack/react-router": "^1.136.8", 30 "@tanstack/react-router-devtools": "^1.136.8", 31 "@tanstack/react-table": "^8.21.3", 32 "@tanstack/router-plugin": "^1.136.8", 33 "axios": "^1.13.2", 34 "class-variance-authority": "^0.7.1", 35 "clsx": "^2.1.1", 36 "cmdk": "^1.1.1", 37 "i18next": "^25.6.2", 38 "lucide-react": "^0.554.0", 39 "next-themes": "^0.4.6", 40 "react": "^19.2.0", 41 "react-dom": "^19.2.0", 42 "react-i18next": "^16.3.3", 43 "recharts": "2.15.4", 44 "sonner": "^2.0.7", 45 "tailwind-merge": "^3.4.0", 46 "tailwindcss": "^4.1.17", 47 "zod": "^4.1.12" 48 }, 49 "devDependencies": { 50 "@eslint/js": "^9.39.1", 51 "@hey-api/client-axios": "^0.9.1", 52 "@hey-api/openapi-ts": "0.87.5", 53 "@types/node": "^24.10.0", 54 "@types/react": "^19.2.2", 55 "@types/react-dom": "^19.2.2", 56 "@vitejs/plugin-react": "^5.1.0", 57 "babel-plugin-react-compiler": "^1.0.0", 58 "eslint": "^9.39.1", 59 "eslint-plugin-react-hooks": "^7.0.1", 60 "eslint-plugin-react-refresh": "^0.4.24", 61 "globals": "^16.5.0", 62 "tw-animate-css": "^1.4.0", 63 "typescript": "~5.9.3", 64 "typescript-eslint": "^8.46.3", 65 "vite": "npm:rolldown-vite@7.2.2" 66 }, 67 "overrides": { 68 "vite": "npm:rolldown-vite@7.2.2" 69 } 70}