Custom app launcher, browser home page, and service monitor. cute.haus
homelab react typescript
0

Configure Feed

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

add lock

Aly Raffauf (Jan 29, 2026, 12:32 PM EST) 05b9cadc 0380c1c1

+327
+327
package-lock.json
··· 1 + { 2 + "name": "bun-react-template", 3 + "version": "0.1.0", 4 + "lockfileVersion": 3, 5 + "requires": true, 6 + "packages": { 7 + "": { 8 + "name": "bun-react-template", 9 + "version": "0.1.0", 10 + "dependencies": { 11 + "bun-plugin-tailwind": "^0.1.2", 12 + "lucide-react": "^0.563.0", 13 + "react": "^19", 14 + "react-dom": "^19", 15 + "tailwindcss": "^4.1.11" 16 + }, 17 + "devDependencies": { 18 + "@types/bun": "latest", 19 + "@types/react": "^19", 20 + "@types/react-dom": "^19" 21 + } 22 + }, 23 + "node_modules/@oven/bun-darwin-aarch64": { 24 + "version": "1.3.8", 25 + "resolved": "https://registry.npmjs.org/@oven/bun-darwin-aarch64/-/bun-darwin-aarch64-1.3.8.tgz", 26 + "integrity": "sha512-hPERz4IgXCM6Y6GdEEsJAFceyJMt29f3HlFzsvE/k+TQjChRhar6S+JggL35b9VmFfsdxyCOOTPqgnSrdV0etA==", 27 + "cpu": [ 28 + "arm64" 29 + ], 30 + "license": "MIT", 31 + "optional": true, 32 + "os": [ 33 + "darwin" 34 + ], 35 + "peer": true 36 + }, 37 + "node_modules/@oven/bun-darwin-x64": { 38 + "version": "1.3.8", 39 + "resolved": "https://registry.npmjs.org/@oven/bun-darwin-x64/-/bun-darwin-x64-1.3.8.tgz", 40 + "integrity": "sha512-SaWIxsRQYiT/eA60bqA4l8iNO7cJ6YD8ie82RerRp9voceBxPIZiwX4y20cTKy5qNaSGr9LxfYq7vDywTipiog==", 41 + "cpu": [ 42 + "x64" 43 + ], 44 + "license": "MIT", 45 + "optional": true, 46 + "os": [ 47 + "darwin" 48 + ], 49 + "peer": true 50 + }, 51 + "node_modules/@oven/bun-darwin-x64-baseline": { 52 + "version": "1.3.8", 53 + "resolved": "https://registry.npmjs.org/@oven/bun-darwin-x64-baseline/-/bun-darwin-x64-baseline-1.3.8.tgz", 54 + "integrity": "sha512-ArHVWpCRZI3vGLoN2/8ud8Kzqlgn1Gv+fNw+pMB9x18IzgAEhKxFxsWffnoaH21amam4tAOhpeewRIgdNtB0Cw==", 55 + "cpu": [ 56 + "x64" 57 + ], 58 + "license": "MIT", 59 + "optional": true, 60 + "os": [ 61 + "darwin" 62 + ], 63 + "peer": true 64 + }, 65 + "node_modules/@oven/bun-linux-aarch64": { 66 + "version": "1.3.8", 67 + "resolved": "https://registry.npmjs.org/@oven/bun-linux-aarch64/-/bun-linux-aarch64-1.3.8.tgz", 68 + "integrity": "sha512-rq0nNckobtS+ONoB95/Frfqr8jCtmSjjjEZlN4oyUx0KEBV11Vj4v3cDVaWzuI34ryL8FCog3HaqjfKn8R82Tw==", 69 + "cpu": [ 70 + "arm64" 71 + ], 72 + "license": "MIT", 73 + "optional": true, 74 + "os": [ 75 + "linux" 76 + ], 77 + "peer": true 78 + }, 79 + "node_modules/@oven/bun-linux-aarch64-musl": { 80 + "version": "1.3.8", 81 + "resolved": "https://registry.npmjs.org/@oven/bun-linux-aarch64-musl/-/bun-linux-aarch64-musl-1.3.8.tgz", 82 + "integrity": "sha512-HvJmhrfipL7GtuqFz6xNpmf27NGcCOMwCalPjNR6fvkLpe8A7Z1+QbxKKjOglelmlmZc3Vi2TgDUtxSqfqOToQ==", 83 + "cpu": [ 84 + "arm64" 85 + ], 86 + "license": "MIT", 87 + "optional": true, 88 + "os": [ 89 + "linux" 90 + ], 91 + "peer": true 92 + }, 93 + "node_modules/@oven/bun-linux-x64": { 94 + "version": "1.3.8", 95 + "resolved": "https://registry.npmjs.org/@oven/bun-linux-x64/-/bun-linux-x64-1.3.8.tgz", 96 + "integrity": "sha512-YDgqVx1MI8E0oDbCEUSkAMBKKGnUKfaRtMdLh9Bjhu7JQacQ/ZCpxwi4HPf5Q0O1TbWRrdxGw2tA2Ytxkn7s1Q==", 97 + "cpu": [ 98 + "x64" 99 + ], 100 + "license": "MIT", 101 + "optional": true, 102 + "os": [ 103 + "linux" 104 + ], 105 + "peer": true 106 + }, 107 + "node_modules/@oven/bun-linux-x64-baseline": { 108 + "version": "1.3.8", 109 + "resolved": "https://registry.npmjs.org/@oven/bun-linux-x64-baseline/-/bun-linux-x64-baseline-1.3.8.tgz", 110 + "integrity": "sha512-3IkS3TuVOzMqPW6Gg9/8FEoKF/rpKZ9DZUfNy9GQ54+k4PGcXpptU3+dy8D4iDFCt4qe6bvoiAOdM44OOsZ+Wg==", 111 + "cpu": [ 112 + "x64" 113 + ], 114 + "license": "MIT", 115 + "optional": true, 116 + "os": [ 117 + "linux" 118 + ], 119 + "peer": true 120 + }, 121 + "node_modules/@oven/bun-linux-x64-musl": { 122 + "version": "1.3.8", 123 + "resolved": "https://registry.npmjs.org/@oven/bun-linux-x64-musl/-/bun-linux-x64-musl-1.3.8.tgz", 124 + "integrity": "sha512-o7Jm5zL4aw9UBs3BcZLVbgGm2V4F10MzAQAV+ziKzoEfYmYtvDqRVxgKEq7BzUOVy4LgfrfwzEXw5gAQGRrhQQ==", 125 + "cpu": [ 126 + "x64" 127 + ], 128 + "license": "MIT", 129 + "optional": true, 130 + "os": [ 131 + "linux" 132 + ], 133 + "peer": true 134 + }, 135 + "node_modules/@oven/bun-linux-x64-musl-baseline": { 136 + "version": "1.3.8", 137 + "resolved": "https://registry.npmjs.org/@oven/bun-linux-x64-musl-baseline/-/bun-linux-x64-musl-baseline-1.3.8.tgz", 138 + "integrity": "sha512-5g8XJwHhcTh8SGoKO7pR54ILYDbuFkGo+68DOMTiVB5eLxuLET+Or/camHgk4QWp3nUS5kNjip4G8BE8i0rHVQ==", 139 + "cpu": [ 140 + "x64" 141 + ], 142 + "license": "MIT", 143 + "optional": true, 144 + "os": [ 145 + "linux" 146 + ], 147 + "peer": true 148 + }, 149 + "node_modules/@oven/bun-windows-x64": { 150 + "version": "1.3.8", 151 + "resolved": "https://registry.npmjs.org/@oven/bun-windows-x64/-/bun-windows-x64-1.3.8.tgz", 152 + "integrity": "sha512-UDI3rowMm/tI6DIynpE4XqrOhr+1Ztk1NG707Wxv2nygup+anTswgCwjfjgmIe78LdoRNFrux2GpeolhQGW6vQ==", 153 + "cpu": [ 154 + "x64" 155 + ], 156 + "license": "MIT", 157 + "optional": true, 158 + "os": [ 159 + "win32" 160 + ], 161 + "peer": true 162 + }, 163 + "node_modules/@oven/bun-windows-x64-baseline": { 164 + "version": "1.3.8", 165 + "resolved": "https://registry.npmjs.org/@oven/bun-windows-x64-baseline/-/bun-windows-x64-baseline-1.3.8.tgz", 166 + "integrity": "sha512-K6qBUKAZLXsjAwFxGTG87dsWlDjyDl2fqjJr7+x7lmv2m+aSEzmLOK+Z5pSvGkpjBp3LXV35UUgj8G0UTd0pPg==", 167 + "cpu": [ 168 + "x64" 169 + ], 170 + "license": "MIT", 171 + "optional": true, 172 + "os": [ 173 + "win32" 174 + ], 175 + "peer": true 176 + }, 177 + "node_modules/@types/bun": { 178 + "version": "1.3.7", 179 + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.3.7.tgz", 180 + "integrity": "sha512-lmNuMda+Z9b7tmhA0tohwy8ZWFSnmQm1UDWXtH5r9F7wZCfkeO3Jx7wKQ1EOiKq43yHts7ky6r8SDJQWRNupkA==", 181 + "dev": true, 182 + "license": "MIT", 183 + "dependencies": { 184 + "bun-types": "1.3.7" 185 + } 186 + }, 187 + "node_modules/@types/node": { 188 + "version": "25.1.0", 189 + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.1.0.tgz", 190 + "integrity": "sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA==", 191 + "dev": true, 192 + "license": "MIT", 193 + "dependencies": { 194 + "undici-types": "~7.16.0" 195 + } 196 + }, 197 + "node_modules/@types/react": { 198 + "version": "19.2.10", 199 + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz", 200 + "integrity": "sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==", 201 + "dev": true, 202 + "license": "MIT", 203 + "dependencies": { 204 + "csstype": "^3.2.2" 205 + } 206 + }, 207 + "node_modules/@types/react-dom": { 208 + "version": "19.2.3", 209 + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", 210 + "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", 211 + "dev": true, 212 + "license": "MIT", 213 + "peerDependencies": { 214 + "@types/react": "^19.2.0" 215 + } 216 + }, 217 + "node_modules/bun": { 218 + "version": "1.3.8", 219 + "resolved": "https://registry.npmjs.org/bun/-/bun-1.3.8.tgz", 220 + "integrity": "sha512-TmmtMGQSXY3o0enSMMkvR5g7Dw/2n2oylAUprLVdqA8pDPBoKbzgOmmgHOtvnfRznFppl+Gu2cid3vgAjcNoSg==", 221 + "cpu": [ 222 + "arm64", 223 + "x64" 224 + ], 225 + "hasInstallScript": true, 226 + "license": "MIT", 227 + "os": [ 228 + "darwin", 229 + "linux", 230 + "win32" 231 + ], 232 + "peer": true, 233 + "bin": { 234 + "bun": "bin/bun.exe", 235 + "bunx": "bin/bunx.exe" 236 + }, 237 + "optionalDependencies": { 238 + "@oven/bun-darwin-aarch64": "1.3.8", 239 + "@oven/bun-darwin-x64": "1.3.8", 240 + "@oven/bun-darwin-x64-baseline": "1.3.8", 241 + "@oven/bun-linux-aarch64": "1.3.8", 242 + "@oven/bun-linux-aarch64-musl": "1.3.8", 243 + "@oven/bun-linux-x64": "1.3.8", 244 + "@oven/bun-linux-x64-baseline": "1.3.8", 245 + "@oven/bun-linux-x64-musl": "1.3.8", 246 + "@oven/bun-linux-x64-musl-baseline": "1.3.8", 247 + "@oven/bun-windows-x64": "1.3.8", 248 + "@oven/bun-windows-x64-baseline": "1.3.8" 249 + } 250 + }, 251 + "node_modules/bun-plugin-tailwind": { 252 + "version": "0.1.2", 253 + "resolved": "https://registry.npmjs.org/bun-plugin-tailwind/-/bun-plugin-tailwind-0.1.2.tgz", 254 + "integrity": "sha512-41jNC1tZRSK3s1o7pTNrLuQG8kL/0vR/JgiTmZAJ1eHwe0w5j6HFPKeqEk0WAD13jfrUC7+ULuewFBBCoADPpg==", 255 + "license": "MIT", 256 + "peerDependencies": { 257 + "bun": ">=1.0.0" 258 + } 259 + }, 260 + "node_modules/bun-types": { 261 + "version": "1.3.7", 262 + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.7.tgz", 263 + "integrity": "sha512-qyschsA03Qz+gou+apt6HNl6HnI+sJJLL4wLDke4iugsE6584CMupOtTY1n+2YC9nGVrEKUlTs99jjRLKgWnjQ==", 264 + "dev": true, 265 + "license": "MIT", 266 + "dependencies": { 267 + "@types/node": "*" 268 + } 269 + }, 270 + "node_modules/csstype": { 271 + "version": "3.2.3", 272 + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", 273 + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", 274 + "dev": true, 275 + "license": "MIT" 276 + }, 277 + "node_modules/lucide-react": { 278 + "version": "0.563.0", 279 + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.563.0.tgz", 280 + "integrity": "sha512-8dXPB2GI4dI8jV4MgUDGBeLdGk8ekfqVZ0BdLcrRzocGgG75ltNEmWS+gE7uokKF/0oSUuczNDT+g9hFJ23FkA==", 281 + "license": "ISC", 282 + "peerDependencies": { 283 + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" 284 + } 285 + }, 286 + "node_modules/react": { 287 + "version": "19.2.4", 288 + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", 289 + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", 290 + "license": "MIT", 291 + "engines": { 292 + "node": ">=0.10.0" 293 + } 294 + }, 295 + "node_modules/react-dom": { 296 + "version": "19.2.4", 297 + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", 298 + "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", 299 + "license": "MIT", 300 + "dependencies": { 301 + "scheduler": "^0.27.0" 302 + }, 303 + "peerDependencies": { 304 + "react": "^19.2.4" 305 + } 306 + }, 307 + "node_modules/scheduler": { 308 + "version": "0.27.0", 309 + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", 310 + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", 311 + "license": "MIT" 312 + }, 313 + "node_modules/tailwindcss": { 314 + "version": "4.1.18", 315 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", 316 + "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", 317 + "license": "MIT" 318 + }, 319 + "node_modules/undici-types": { 320 + "version": "7.16.0", 321 + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 322 + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 323 + "dev": true, 324 + "license": "MIT" 325 + } 326 + } 327 + }