It's a todo list.
7
fork

Configure Feed

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

๐ŸŽ‰ init w/ basic functionality

Zeu Capua 2883ace5

+2181
+10
.gitignore
··· 1 + .DS_Store 2 + node_modules 3 + /build 4 + /.svelte-kit 5 + /package 6 + .env 7 + .env.* 8 + !.env.example 9 + vite.config.js.timestamp-* 10 + vite.config.ts.timestamp-*
+1
.npmrc
··· 1 + engine-strict=true
+33
README.md
··· 1 + # easytodo.link 2 + 3 + Local first, simple to do list. Made by [@zeu_dev](https://twitter.com/zeu_dev). 4 + 5 + ## Roadmap 6 + 7 + ### Free features 8 + 9 + -[x] โœจ Sync data with local storage 10 + -[x] ๐Ÿ’„ Set color theme 11 + -[ ] ๐Ÿ’„ Change background with image 12 + -[ ] ๐Ÿ—๏ธ Multiple lists with titles 13 + -[ ] โœจ Add stopwatch (optional time tracking) 14 + -[ ] ๐Ÿš€ Publish lists as template (ready for copy) 15 + 16 + ### Paid (?) features 17 + 18 + -[ ] ๐Ÿ›‚ Online account with cloud sync 19 + -[ ] ๐Ÿ’ธ Implement one-time fee 20 + -[ ] ๐Ÿš€ Publish lists as public (attached to user's data) 21 + -[ ] ๐Ÿš€ Publish lists as private (password protected) 22 + 23 + ## Made with 24 + 25 + - Svelte: JS UI framework (using v5 beta) 26 + - SvelteKit: Meta framework 27 + - TailwindCSS: CSS-in-JS Solution 28 + - DaisyUI: TailwindCSS based component library 29 + 30 + ## Acknowledgements 31 + 32 + - Color themes are taken from DaisyUI. 33 + - Icons were from StreamlineHQ's Flex Solid Free Set
+27
package.json
··· 1 + { 2 + "name": "easytodo.link", 3 + "version": "0.0.1", 4 + "private": true, 5 + "scripts": { 6 + "dev": "vite dev", 7 + "build": "vite build", 8 + "preview": "vite preview", 9 + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 10 + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" 11 + }, 12 + "devDependencies": { 13 + "@sveltejs/adapter-auto": "^3.0.0", 14 + "@sveltejs/kit": "^2.0.0", 15 + "@sveltejs/vite-plugin-svelte": "^3.0.0", 16 + "autoprefixer": "^10.4.16", 17 + "daisyui": "^4.6.0", 18 + "postcss": "^8.4.33", 19 + "svelte": "^5.0.0-next.1", 20 + "svelte-check": "^3.6.0", 21 + "tailwindcss": "^3.4.1", 22 + "tslib": "^2.4.1", 23 + "typescript": "^5.0.0", 24 + "vite": "^5.0.3" 25 + }, 26 + "type": "module" 27 + }
+1773
pnpm-lock.yaml
··· 1 + lockfileVersion: '6.0' 2 + 3 + settings: 4 + autoInstallPeers: true 5 + excludeLinksFromLockfile: false 6 + 7 + devDependencies: 8 + '@sveltejs/adapter-auto': 9 + specifier: ^3.0.0 10 + version: 3.1.0(@sveltejs/kit@2.3.2) 11 + '@sveltejs/kit': 12 + specifier: ^2.0.0 13 + version: 2.3.2(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.35)(vite@5.0.11) 14 + '@sveltejs/vite-plugin-svelte': 15 + specifier: ^3.0.0 16 + version: 3.0.1(svelte@5.0.0-next.35)(vite@5.0.11) 17 + autoprefixer: 18 + specifier: ^10.4.16 19 + version: 10.4.16(postcss@8.4.33) 20 + daisyui: 21 + specifier: ^4.6.0 22 + version: 4.6.0(postcss@8.4.33) 23 + postcss: 24 + specifier: ^8.4.33 25 + version: 8.4.33 26 + svelte: 27 + specifier: ^5.0.0-next.1 28 + version: 5.0.0-next.35 29 + svelte-check: 30 + specifier: ^3.6.0 31 + version: 3.6.3(postcss@8.4.33)(svelte@5.0.0-next.35) 32 + tailwindcss: 33 + specifier: ^3.4.1 34 + version: 3.4.1 35 + tslib: 36 + specifier: ^2.4.1 37 + version: 2.6.2 38 + typescript: 39 + specifier: ^5.0.0 40 + version: 5.3.3 41 + vite: 42 + specifier: ^5.0.3 43 + version: 5.0.11 44 + 45 + packages: 46 + 47 + /@alloc/quick-lru@5.2.0: 48 + resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} 49 + engines: {node: '>=10'} 50 + dev: true 51 + 52 + /@ampproject/remapping@2.2.1: 53 + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} 54 + engines: {node: '>=6.0.0'} 55 + dependencies: 56 + '@jridgewell/gen-mapping': 0.3.3 57 + '@jridgewell/trace-mapping': 0.3.21 58 + dev: true 59 + 60 + /@esbuild/aix-ppc64@0.19.11: 61 + resolution: {integrity: sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==} 62 + engines: {node: '>=12'} 63 + cpu: [ppc64] 64 + os: [aix] 65 + requiresBuild: true 66 + dev: true 67 + optional: true 68 + 69 + /@esbuild/android-arm64@0.19.11: 70 + resolution: {integrity: sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==} 71 + engines: {node: '>=12'} 72 + cpu: [arm64] 73 + os: [android] 74 + requiresBuild: true 75 + dev: true 76 + optional: true 77 + 78 + /@esbuild/android-arm@0.19.11: 79 + resolution: {integrity: sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==} 80 + engines: {node: '>=12'} 81 + cpu: [arm] 82 + os: [android] 83 + requiresBuild: true 84 + dev: true 85 + optional: true 86 + 87 + /@esbuild/android-x64@0.19.11: 88 + resolution: {integrity: sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==} 89 + engines: {node: '>=12'} 90 + cpu: [x64] 91 + os: [android] 92 + requiresBuild: true 93 + dev: true 94 + optional: true 95 + 96 + /@esbuild/darwin-arm64@0.19.11: 97 + resolution: {integrity: sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==} 98 + engines: {node: '>=12'} 99 + cpu: [arm64] 100 + os: [darwin] 101 + requiresBuild: true 102 + dev: true 103 + optional: true 104 + 105 + /@esbuild/darwin-x64@0.19.11: 106 + resolution: {integrity: sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==} 107 + engines: {node: '>=12'} 108 + cpu: [x64] 109 + os: [darwin] 110 + requiresBuild: true 111 + dev: true 112 + optional: true 113 + 114 + /@esbuild/freebsd-arm64@0.19.11: 115 + resolution: {integrity: sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==} 116 + engines: {node: '>=12'} 117 + cpu: [arm64] 118 + os: [freebsd] 119 + requiresBuild: true 120 + dev: true 121 + optional: true 122 + 123 + /@esbuild/freebsd-x64@0.19.11: 124 + resolution: {integrity: sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==} 125 + engines: {node: '>=12'} 126 + cpu: [x64] 127 + os: [freebsd] 128 + requiresBuild: true 129 + dev: true 130 + optional: true 131 + 132 + /@esbuild/linux-arm64@0.19.11: 133 + resolution: {integrity: sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==} 134 + engines: {node: '>=12'} 135 + cpu: [arm64] 136 + os: [linux] 137 + requiresBuild: true 138 + dev: true 139 + optional: true 140 + 141 + /@esbuild/linux-arm@0.19.11: 142 + resolution: {integrity: sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==} 143 + engines: {node: '>=12'} 144 + cpu: [arm] 145 + os: [linux] 146 + requiresBuild: true 147 + dev: true 148 + optional: true 149 + 150 + /@esbuild/linux-ia32@0.19.11: 151 + resolution: {integrity: sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==} 152 + engines: {node: '>=12'} 153 + cpu: [ia32] 154 + os: [linux] 155 + requiresBuild: true 156 + dev: true 157 + optional: true 158 + 159 + /@esbuild/linux-loong64@0.19.11: 160 + resolution: {integrity: sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==} 161 + engines: {node: '>=12'} 162 + cpu: [loong64] 163 + os: [linux] 164 + requiresBuild: true 165 + dev: true 166 + optional: true 167 + 168 + /@esbuild/linux-mips64el@0.19.11: 169 + resolution: {integrity: sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==} 170 + engines: {node: '>=12'} 171 + cpu: [mips64el] 172 + os: [linux] 173 + requiresBuild: true 174 + dev: true 175 + optional: true 176 + 177 + /@esbuild/linux-ppc64@0.19.11: 178 + resolution: {integrity: sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==} 179 + engines: {node: '>=12'} 180 + cpu: [ppc64] 181 + os: [linux] 182 + requiresBuild: true 183 + dev: true 184 + optional: true 185 + 186 + /@esbuild/linux-riscv64@0.19.11: 187 + resolution: {integrity: sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==} 188 + engines: {node: '>=12'} 189 + cpu: [riscv64] 190 + os: [linux] 191 + requiresBuild: true 192 + dev: true 193 + optional: true 194 + 195 + /@esbuild/linux-s390x@0.19.11: 196 + resolution: {integrity: sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==} 197 + engines: {node: '>=12'} 198 + cpu: [s390x] 199 + os: [linux] 200 + requiresBuild: true 201 + dev: true 202 + optional: true 203 + 204 + /@esbuild/linux-x64@0.19.11: 205 + resolution: {integrity: sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==} 206 + engines: {node: '>=12'} 207 + cpu: [x64] 208 + os: [linux] 209 + requiresBuild: true 210 + dev: true 211 + optional: true 212 + 213 + /@esbuild/netbsd-x64@0.19.11: 214 + resolution: {integrity: sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==} 215 + engines: {node: '>=12'} 216 + cpu: [x64] 217 + os: [netbsd] 218 + requiresBuild: true 219 + dev: true 220 + optional: true 221 + 222 + /@esbuild/openbsd-x64@0.19.11: 223 + resolution: {integrity: sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==} 224 + engines: {node: '>=12'} 225 + cpu: [x64] 226 + os: [openbsd] 227 + requiresBuild: true 228 + dev: true 229 + optional: true 230 + 231 + /@esbuild/sunos-x64@0.19.11: 232 + resolution: {integrity: sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==} 233 + engines: {node: '>=12'} 234 + cpu: [x64] 235 + os: [sunos] 236 + requiresBuild: true 237 + dev: true 238 + optional: true 239 + 240 + /@esbuild/win32-arm64@0.19.11: 241 + resolution: {integrity: sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==} 242 + engines: {node: '>=12'} 243 + cpu: [arm64] 244 + os: [win32] 245 + requiresBuild: true 246 + dev: true 247 + optional: true 248 + 249 + /@esbuild/win32-ia32@0.19.11: 250 + resolution: {integrity: sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==} 251 + engines: {node: '>=12'} 252 + cpu: [ia32] 253 + os: [win32] 254 + requiresBuild: true 255 + dev: true 256 + optional: true 257 + 258 + /@esbuild/win32-x64@0.19.11: 259 + resolution: {integrity: sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==} 260 + engines: {node: '>=12'} 261 + cpu: [x64] 262 + os: [win32] 263 + requiresBuild: true 264 + dev: true 265 + optional: true 266 + 267 + /@isaacs/cliui@8.0.2: 268 + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} 269 + engines: {node: '>=12'} 270 + dependencies: 271 + string-width: 5.1.2 272 + string-width-cjs: /string-width@4.2.3 273 + strip-ansi: 7.1.0 274 + strip-ansi-cjs: /strip-ansi@6.0.1 275 + wrap-ansi: 8.1.0 276 + wrap-ansi-cjs: /wrap-ansi@7.0.0 277 + dev: true 278 + 279 + /@jridgewell/gen-mapping@0.3.3: 280 + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} 281 + engines: {node: '>=6.0.0'} 282 + dependencies: 283 + '@jridgewell/set-array': 1.1.2 284 + '@jridgewell/sourcemap-codec': 1.4.15 285 + '@jridgewell/trace-mapping': 0.3.21 286 + dev: true 287 + 288 + /@jridgewell/resolve-uri@3.1.1: 289 + resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} 290 + engines: {node: '>=6.0.0'} 291 + dev: true 292 + 293 + /@jridgewell/set-array@1.1.2: 294 + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} 295 + engines: {node: '>=6.0.0'} 296 + dev: true 297 + 298 + /@jridgewell/sourcemap-codec@1.4.15: 299 + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} 300 + dev: true 301 + 302 + /@jridgewell/trace-mapping@0.3.21: 303 + resolution: {integrity: sha512-SRfKmRe1KvYnxjEMtxEr+J4HIeMX5YBg/qhRHpxEIGjhX1rshcHlnFUE9K0GazhVKWM7B+nARSkV8LuvJdJ5/g==} 304 + dependencies: 305 + '@jridgewell/resolve-uri': 3.1.1 306 + '@jridgewell/sourcemap-codec': 1.4.15 307 + dev: true 308 + 309 + /@nodelib/fs.scandir@2.1.5: 310 + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 311 + engines: {node: '>= 8'} 312 + dependencies: 313 + '@nodelib/fs.stat': 2.0.5 314 + run-parallel: 1.2.0 315 + dev: true 316 + 317 + /@nodelib/fs.stat@2.0.5: 318 + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} 319 + engines: {node: '>= 8'} 320 + dev: true 321 + 322 + /@nodelib/fs.walk@1.2.8: 323 + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 324 + engines: {node: '>= 8'} 325 + dependencies: 326 + '@nodelib/fs.scandir': 2.1.5 327 + fastq: 1.16.0 328 + dev: true 329 + 330 + /@pkgjs/parseargs@0.11.0: 331 + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} 332 + engines: {node: '>=14'} 333 + requiresBuild: true 334 + dev: true 335 + optional: true 336 + 337 + /@polka/url@1.0.0-next.24: 338 + resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==} 339 + dev: true 340 + 341 + /@rollup/rollup-android-arm-eabi@4.9.5: 342 + resolution: {integrity: sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==} 343 + cpu: [arm] 344 + os: [android] 345 + requiresBuild: true 346 + dev: true 347 + optional: true 348 + 349 + /@rollup/rollup-android-arm64@4.9.5: 350 + resolution: {integrity: sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==} 351 + cpu: [arm64] 352 + os: [android] 353 + requiresBuild: true 354 + dev: true 355 + optional: true 356 + 357 + /@rollup/rollup-darwin-arm64@4.9.5: 358 + resolution: {integrity: sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==} 359 + cpu: [arm64] 360 + os: [darwin] 361 + requiresBuild: true 362 + dev: true 363 + optional: true 364 + 365 + /@rollup/rollup-darwin-x64@4.9.5: 366 + resolution: {integrity: sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==} 367 + cpu: [x64] 368 + os: [darwin] 369 + requiresBuild: true 370 + dev: true 371 + optional: true 372 + 373 + /@rollup/rollup-linux-arm-gnueabihf@4.9.5: 374 + resolution: {integrity: sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==} 375 + cpu: [arm] 376 + os: [linux] 377 + requiresBuild: true 378 + dev: true 379 + optional: true 380 + 381 + /@rollup/rollup-linux-arm64-gnu@4.9.5: 382 + resolution: {integrity: sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==} 383 + cpu: [arm64] 384 + os: [linux] 385 + requiresBuild: true 386 + dev: true 387 + optional: true 388 + 389 + /@rollup/rollup-linux-arm64-musl@4.9.5: 390 + resolution: {integrity: sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==} 391 + cpu: [arm64] 392 + os: [linux] 393 + requiresBuild: true 394 + dev: true 395 + optional: true 396 + 397 + /@rollup/rollup-linux-riscv64-gnu@4.9.5: 398 + resolution: {integrity: sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==} 399 + cpu: [riscv64] 400 + os: [linux] 401 + requiresBuild: true 402 + dev: true 403 + optional: true 404 + 405 + /@rollup/rollup-linux-x64-gnu@4.9.5: 406 + resolution: {integrity: sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==} 407 + cpu: [x64] 408 + os: [linux] 409 + requiresBuild: true 410 + dev: true 411 + optional: true 412 + 413 + /@rollup/rollup-linux-x64-musl@4.9.5: 414 + resolution: {integrity: sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==} 415 + cpu: [x64] 416 + os: [linux] 417 + requiresBuild: true 418 + dev: true 419 + optional: true 420 + 421 + /@rollup/rollup-win32-arm64-msvc@4.9.5: 422 + resolution: {integrity: sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==} 423 + cpu: [arm64] 424 + os: [win32] 425 + requiresBuild: true 426 + dev: true 427 + optional: true 428 + 429 + /@rollup/rollup-win32-ia32-msvc@4.9.5: 430 + resolution: {integrity: sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==} 431 + cpu: [ia32] 432 + os: [win32] 433 + requiresBuild: true 434 + dev: true 435 + optional: true 436 + 437 + /@rollup/rollup-win32-x64-msvc@4.9.5: 438 + resolution: {integrity: sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==} 439 + cpu: [x64] 440 + os: [win32] 441 + requiresBuild: true 442 + dev: true 443 + optional: true 444 + 445 + /@sveltejs/adapter-auto@3.1.0(@sveltejs/kit@2.3.2): 446 + resolution: {integrity: sha512-igS5hqCwdiXWb8NoWzThKCVQQj9tKgUkbTtzfxBPgSLOyFjkiGNDX0SgCoY2QIUWBqOkfGTOqGlrW5Ynw9oUvw==} 447 + peerDependencies: 448 + '@sveltejs/kit': ^2.0.0 449 + dependencies: 450 + '@sveltejs/kit': 2.3.2(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.35)(vite@5.0.11) 451 + import-meta-resolve: 4.0.0 452 + dev: true 453 + 454 + /@sveltejs/kit@2.3.2(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.35)(vite@5.0.11): 455 + resolution: {integrity: sha512-AzGWV1TyUSkBuciy06E5NegXndIEgTthDtllv80qynEJFh8bZD62ZxLajiQLOsKGqRDilEQyshDARQxjIqiaqg==} 456 + engines: {node: '>=18.13'} 457 + hasBin: true 458 + requiresBuild: true 459 + peerDependencies: 460 + '@sveltejs/vite-plugin-svelte': ^3.0.0 461 + svelte: ^4.0.0 || ^5.0.0-next.0 462 + vite: ^5.0.3 463 + dependencies: 464 + '@sveltejs/vite-plugin-svelte': 3.0.1(svelte@5.0.0-next.35)(vite@5.0.11) 465 + '@types/cookie': 0.6.0 466 + cookie: 0.6.0 467 + devalue: 4.3.2 468 + esm-env: 1.0.0 469 + import-meta-resolve: 4.0.0 470 + kleur: 4.1.5 471 + magic-string: 0.30.5 472 + mrmime: 2.0.0 473 + sade: 1.8.1 474 + set-cookie-parser: 2.6.0 475 + sirv: 2.0.4 476 + svelte: 5.0.0-next.35 477 + tiny-glob: 0.2.9 478 + vite: 5.0.11 479 + dev: true 480 + 481 + /@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.35)(vite@5.0.11): 482 + resolution: {integrity: sha512-gjr9ZFg1BSlIpfZ4PRewigrvYmHWbDrq2uvvPB1AmTWKuM+dI1JXQSUu2pIrYLb/QncyiIGkFDFKTwJ0XqQZZg==} 483 + engines: {node: ^18.0.0 || >=20} 484 + peerDependencies: 485 + '@sveltejs/vite-plugin-svelte': ^3.0.0 486 + svelte: ^4.0.0 || ^5.0.0-next.0 487 + vite: ^5.0.0 488 + dependencies: 489 + '@sveltejs/vite-plugin-svelte': 3.0.1(svelte@5.0.0-next.35)(vite@5.0.11) 490 + debug: 4.3.4 491 + svelte: 5.0.0-next.35 492 + vite: 5.0.11 493 + transitivePeerDependencies: 494 + - supports-color 495 + dev: true 496 + 497 + /@sveltejs/vite-plugin-svelte@3.0.1(svelte@5.0.0-next.35)(vite@5.0.11): 498 + resolution: {integrity: sha512-CGURX6Ps+TkOovK6xV+Y2rn8JKa8ZPUHPZ/NKgCxAmgBrXReavzFl8aOSCj3kQ1xqT7yGJj53hjcV/gqwDAaWA==} 499 + engines: {node: ^18.0.0 || >=20} 500 + peerDependencies: 501 + svelte: ^4.0.0 || ^5.0.0-next.0 502 + vite: ^5.0.0 503 + dependencies: 504 + '@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.0.1)(svelte@5.0.0-next.35)(vite@5.0.11) 505 + debug: 4.3.4 506 + deepmerge: 4.3.1 507 + kleur: 4.1.5 508 + magic-string: 0.30.5 509 + svelte: 5.0.0-next.35 510 + svelte-hmr: 0.15.3(svelte@5.0.0-next.35) 511 + vite: 5.0.11 512 + vitefu: 0.2.5(vite@5.0.11) 513 + transitivePeerDependencies: 514 + - supports-color 515 + dev: true 516 + 517 + /@types/cookie@0.6.0: 518 + resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 519 + dev: true 520 + 521 + /@types/estree@1.0.5: 522 + resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} 523 + dev: true 524 + 525 + /@types/pug@2.0.10: 526 + resolution: {integrity: sha512-Sk/uYFOBAB7mb74XcpizmH0KOR2Pv3D2Hmrh1Dmy5BmK3MpdSa5kqZcg6EKBdklU0bFXX9gCfzvpnyUehrPIuA==} 527 + dev: true 528 + 529 + /acorn-typescript@1.4.13(acorn@8.11.3): 530 + resolution: {integrity: sha512-xsc9Xv0xlVfwp2o7sQ+GCQ1PgbkdcpWdTzrwXxO3xDMTAywVS3oXVOcOHuRjAPkS4P9b+yc/qNF15460v+jp4Q==} 531 + peerDependencies: 532 + acorn: '>=8.9.0' 533 + dependencies: 534 + acorn: 8.11.3 535 + dev: true 536 + 537 + /acorn@8.11.3: 538 + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} 539 + engines: {node: '>=0.4.0'} 540 + hasBin: true 541 + dev: true 542 + 543 + /ansi-regex@5.0.1: 544 + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 545 + engines: {node: '>=8'} 546 + dev: true 547 + 548 + /ansi-regex@6.0.1: 549 + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} 550 + engines: {node: '>=12'} 551 + dev: true 552 + 553 + /ansi-styles@4.3.0: 554 + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} 555 + engines: {node: '>=8'} 556 + dependencies: 557 + color-convert: 2.0.1 558 + dev: true 559 + 560 + /ansi-styles@6.2.1: 561 + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} 562 + engines: {node: '>=12'} 563 + dev: true 564 + 565 + /any-promise@1.3.0: 566 + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} 567 + dev: true 568 + 569 + /anymatch@3.1.3: 570 + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} 571 + engines: {node: '>= 8'} 572 + dependencies: 573 + normalize-path: 3.0.0 574 + picomatch: 2.3.1 575 + dev: true 576 + 577 + /arg@5.0.2: 578 + resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} 579 + dev: true 580 + 581 + /aria-query@5.3.0: 582 + resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} 583 + dependencies: 584 + dequal: 2.0.3 585 + dev: true 586 + 587 + /autoprefixer@10.4.16(postcss@8.4.33): 588 + resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} 589 + engines: {node: ^10 || ^12 || >=14} 590 + hasBin: true 591 + peerDependencies: 592 + postcss: ^8.1.0 593 + dependencies: 594 + browserslist: 4.22.2 595 + caniuse-lite: 1.0.30001576 596 + fraction.js: 4.3.7 597 + normalize-range: 0.1.2 598 + picocolors: 1.0.0 599 + postcss: 8.4.33 600 + postcss-value-parser: 4.2.0 601 + dev: true 602 + 603 + /axobject-query@4.0.0: 604 + resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==} 605 + dependencies: 606 + dequal: 2.0.3 607 + dev: true 608 + 609 + /balanced-match@1.0.2: 610 + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 611 + dev: true 612 + 613 + /binary-extensions@2.2.0: 614 + resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} 615 + engines: {node: '>=8'} 616 + dev: true 617 + 618 + /brace-expansion@1.1.11: 619 + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} 620 + dependencies: 621 + balanced-match: 1.0.2 622 + concat-map: 0.0.1 623 + dev: true 624 + 625 + /brace-expansion@2.0.1: 626 + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} 627 + dependencies: 628 + balanced-match: 1.0.2 629 + dev: true 630 + 631 + /braces@3.0.2: 632 + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} 633 + engines: {node: '>=8'} 634 + dependencies: 635 + fill-range: 7.0.1 636 + dev: true 637 + 638 + /browserslist@4.22.2: 639 + resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} 640 + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 641 + hasBin: true 642 + dependencies: 643 + caniuse-lite: 1.0.30001576 644 + electron-to-chromium: 1.4.630 645 + node-releases: 2.0.14 646 + update-browserslist-db: 1.0.13(browserslist@4.22.2) 647 + dev: true 648 + 649 + /buffer-crc32@0.2.13: 650 + resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} 651 + dev: true 652 + 653 + /callsites@3.1.0: 654 + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} 655 + engines: {node: '>=6'} 656 + dev: true 657 + 658 + /camelcase-css@2.0.1: 659 + resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 660 + engines: {node: '>= 6'} 661 + dev: true 662 + 663 + /caniuse-lite@1.0.30001576: 664 + resolution: {integrity: sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg==} 665 + dev: true 666 + 667 + /chokidar@3.5.3: 668 + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} 669 + engines: {node: '>= 8.10.0'} 670 + dependencies: 671 + anymatch: 3.1.3 672 + braces: 3.0.2 673 + glob-parent: 5.1.2 674 + is-binary-path: 2.1.0 675 + is-glob: 4.0.3 676 + normalize-path: 3.0.0 677 + readdirp: 3.6.0 678 + optionalDependencies: 679 + fsevents: 2.3.3 680 + dev: true 681 + 682 + /color-convert@2.0.1: 683 + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 684 + engines: {node: '>=7.0.0'} 685 + dependencies: 686 + color-name: 1.1.4 687 + dev: true 688 + 689 + /color-name@1.1.4: 690 + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 691 + dev: true 692 + 693 + /commander@4.1.1: 694 + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} 695 + engines: {node: '>= 6'} 696 + dev: true 697 + 698 + /concat-map@0.0.1: 699 + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 700 + dev: true 701 + 702 + /cookie@0.6.0: 703 + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} 704 + engines: {node: '>= 0.6'} 705 + dev: true 706 + 707 + /cross-spawn@7.0.3: 708 + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} 709 + engines: {node: '>= 8'} 710 + dependencies: 711 + path-key: 3.1.1 712 + shebang-command: 2.0.0 713 + which: 2.0.2 714 + dev: true 715 + 716 + /css-selector-tokenizer@0.8.0: 717 + resolution: {integrity: sha512-Jd6Ig3/pe62/qe5SBPTN8h8LeUg/pT4lLgtavPf7updwwHpvFzxvOQBHYj2LZDMjUnBzgvIUSjRcf6oT5HzHFg==} 718 + dependencies: 719 + cssesc: 3.0.0 720 + fastparse: 1.1.2 721 + dev: true 722 + 723 + /cssesc@3.0.0: 724 + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} 725 + engines: {node: '>=4'} 726 + hasBin: true 727 + dev: true 728 + 729 + /culori@3.3.0: 730 + resolution: {integrity: sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==} 731 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 732 + dev: true 733 + 734 + /daisyui@4.6.0(postcss@8.4.33): 735 + resolution: {integrity: sha512-B5ZB/sczXpp4LMdo/SZrtYY/U2hq+Vr9I15QawuWZ0VwgtSAbuZpAZUftKVryEsPuv3BM0yVlBED0nAmtis/dw==} 736 + engines: {node: '>=16.9.0'} 737 + dependencies: 738 + css-selector-tokenizer: 0.8.0 739 + culori: 3.3.0 740 + picocolors: 1.0.0 741 + postcss-js: 4.0.1(postcss@8.4.33) 742 + transitivePeerDependencies: 743 + - postcss 744 + dev: true 745 + 746 + /debug@4.3.4: 747 + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} 748 + engines: {node: '>=6.0'} 749 + peerDependencies: 750 + supports-color: '*' 751 + peerDependenciesMeta: 752 + supports-color: 753 + optional: true 754 + dependencies: 755 + ms: 2.1.2 756 + dev: true 757 + 758 + /deepmerge@4.3.1: 759 + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} 760 + engines: {node: '>=0.10.0'} 761 + dev: true 762 + 763 + /dequal@2.0.3: 764 + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} 765 + engines: {node: '>=6'} 766 + dev: true 767 + 768 + /detect-indent@6.1.0: 769 + resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} 770 + engines: {node: '>=8'} 771 + dev: true 772 + 773 + /devalue@4.3.2: 774 + resolution: {integrity: sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==} 775 + dev: true 776 + 777 + /didyoumean@1.2.2: 778 + resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} 779 + dev: true 780 + 781 + /dlv@1.1.3: 782 + resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} 783 + dev: true 784 + 785 + /eastasianwidth@0.2.0: 786 + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 787 + dev: true 788 + 789 + /electron-to-chromium@1.4.630: 790 + resolution: {integrity: sha512-osHqhtjojpCsACVnuD11xO5g9xaCyw7Qqn/C2KParkMv42i8jrJJgx3g7mkHfpxwhy9MnOJr8+pKOdZ7qzgizg==} 791 + dev: true 792 + 793 + /emoji-regex@8.0.0: 794 + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 795 + dev: true 796 + 797 + /emoji-regex@9.2.2: 798 + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} 799 + dev: true 800 + 801 + /es6-promise@3.3.1: 802 + resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==} 803 + dev: true 804 + 805 + /esbuild@0.19.11: 806 + resolution: {integrity: sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==} 807 + engines: {node: '>=12'} 808 + hasBin: true 809 + requiresBuild: true 810 + optionalDependencies: 811 + '@esbuild/aix-ppc64': 0.19.11 812 + '@esbuild/android-arm': 0.19.11 813 + '@esbuild/android-arm64': 0.19.11 814 + '@esbuild/android-x64': 0.19.11 815 + '@esbuild/darwin-arm64': 0.19.11 816 + '@esbuild/darwin-x64': 0.19.11 817 + '@esbuild/freebsd-arm64': 0.19.11 818 + '@esbuild/freebsd-x64': 0.19.11 819 + '@esbuild/linux-arm': 0.19.11 820 + '@esbuild/linux-arm64': 0.19.11 821 + '@esbuild/linux-ia32': 0.19.11 822 + '@esbuild/linux-loong64': 0.19.11 823 + '@esbuild/linux-mips64el': 0.19.11 824 + '@esbuild/linux-ppc64': 0.19.11 825 + '@esbuild/linux-riscv64': 0.19.11 826 + '@esbuild/linux-s390x': 0.19.11 827 + '@esbuild/linux-x64': 0.19.11 828 + '@esbuild/netbsd-x64': 0.19.11 829 + '@esbuild/openbsd-x64': 0.19.11 830 + '@esbuild/sunos-x64': 0.19.11 831 + '@esbuild/win32-arm64': 0.19.11 832 + '@esbuild/win32-ia32': 0.19.11 833 + '@esbuild/win32-x64': 0.19.11 834 + dev: true 835 + 836 + /escalade@3.1.1: 837 + resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} 838 + engines: {node: '>=6'} 839 + dev: true 840 + 841 + /esm-env@1.0.0: 842 + resolution: {integrity: sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==} 843 + dev: true 844 + 845 + /esrap@1.2.1: 846 + resolution: {integrity: sha512-dhkcOLfN/aDdMFI1iwPEcy/XqAZzGNfgfEJjZozy2tia6u0dQoZyXzkRshHTckuNsM+c0CYQndY+uRFe3N+AIQ==} 847 + dependencies: 848 + '@jridgewell/sourcemap-codec': 1.4.15 849 + '@types/estree': 1.0.5 850 + dev: true 851 + 852 + /fast-glob@3.3.2: 853 + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 854 + engines: {node: '>=8.6.0'} 855 + dependencies: 856 + '@nodelib/fs.stat': 2.0.5 857 + '@nodelib/fs.walk': 1.2.8 858 + glob-parent: 5.1.2 859 + merge2: 1.4.1 860 + micromatch: 4.0.5 861 + dev: true 862 + 863 + /fastparse@1.1.2: 864 + resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} 865 + dev: true 866 + 867 + /fastq@1.16.0: 868 + resolution: {integrity: sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==} 869 + dependencies: 870 + reusify: 1.0.4 871 + dev: true 872 + 873 + /fill-range@7.0.1: 874 + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} 875 + engines: {node: '>=8'} 876 + dependencies: 877 + to-regex-range: 5.0.1 878 + dev: true 879 + 880 + /foreground-child@3.1.1: 881 + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} 882 + engines: {node: '>=14'} 883 + dependencies: 884 + cross-spawn: 7.0.3 885 + signal-exit: 4.1.0 886 + dev: true 887 + 888 + /fraction.js@4.3.7: 889 + resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} 890 + dev: true 891 + 892 + /fs.realpath@1.0.0: 893 + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} 894 + dev: true 895 + 896 + /fsevents@2.3.3: 897 + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 898 + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 899 + os: [darwin] 900 + requiresBuild: true 901 + dev: true 902 + optional: true 903 + 904 + /function-bind@1.1.2: 905 + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 906 + dev: true 907 + 908 + /glob-parent@5.1.2: 909 + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 910 + engines: {node: '>= 6'} 911 + dependencies: 912 + is-glob: 4.0.3 913 + dev: true 914 + 915 + /glob-parent@6.0.2: 916 + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 917 + engines: {node: '>=10.13.0'} 918 + dependencies: 919 + is-glob: 4.0.3 920 + dev: true 921 + 922 + /glob@10.3.10: 923 + resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} 924 + engines: {node: '>=16 || 14 >=14.17'} 925 + hasBin: true 926 + dependencies: 927 + foreground-child: 3.1.1 928 + jackspeak: 2.3.6 929 + minimatch: 9.0.3 930 + minipass: 7.0.4 931 + path-scurry: 1.10.1 932 + dev: true 933 + 934 + /glob@7.2.3: 935 + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 936 + dependencies: 937 + fs.realpath: 1.0.0 938 + inflight: 1.0.6 939 + inherits: 2.0.4 940 + minimatch: 3.1.2 941 + once: 1.4.0 942 + path-is-absolute: 1.0.1 943 + dev: true 944 + 945 + /globalyzer@0.1.0: 946 + resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} 947 + dev: true 948 + 949 + /globrex@0.1.2: 950 + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} 951 + dev: true 952 + 953 + /graceful-fs@4.2.11: 954 + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 955 + dev: true 956 + 957 + /hasown@2.0.0: 958 + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} 959 + engines: {node: '>= 0.4'} 960 + dependencies: 961 + function-bind: 1.1.2 962 + dev: true 963 + 964 + /import-fresh@3.3.0: 965 + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} 966 + engines: {node: '>=6'} 967 + dependencies: 968 + parent-module: 1.0.1 969 + resolve-from: 4.0.0 970 + dev: true 971 + 972 + /import-meta-resolve@4.0.0: 973 + resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==} 974 + dev: true 975 + 976 + /inflight@1.0.6: 977 + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} 978 + dependencies: 979 + once: 1.4.0 980 + wrappy: 1.0.2 981 + dev: true 982 + 983 + /inherits@2.0.4: 984 + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 985 + dev: true 986 + 987 + /is-binary-path@2.1.0: 988 + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} 989 + engines: {node: '>=8'} 990 + dependencies: 991 + binary-extensions: 2.2.0 992 + dev: true 993 + 994 + /is-core-module@2.13.1: 995 + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} 996 + dependencies: 997 + hasown: 2.0.0 998 + dev: true 999 + 1000 + /is-extglob@2.1.1: 1001 + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} 1002 + engines: {node: '>=0.10.0'} 1003 + dev: true 1004 + 1005 + /is-fullwidth-code-point@3.0.0: 1006 + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} 1007 + engines: {node: '>=8'} 1008 + dev: true 1009 + 1010 + /is-glob@4.0.3: 1011 + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} 1012 + engines: {node: '>=0.10.0'} 1013 + dependencies: 1014 + is-extglob: 2.1.1 1015 + dev: true 1016 + 1017 + /is-number@7.0.0: 1018 + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} 1019 + engines: {node: '>=0.12.0'} 1020 + dev: true 1021 + 1022 + /is-reference@3.0.2: 1023 + resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} 1024 + dependencies: 1025 + '@types/estree': 1.0.5 1026 + dev: true 1027 + 1028 + /isexe@2.0.0: 1029 + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 1030 + dev: true 1031 + 1032 + /jackspeak@2.3.6: 1033 + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} 1034 + engines: {node: '>=14'} 1035 + dependencies: 1036 + '@isaacs/cliui': 8.0.2 1037 + optionalDependencies: 1038 + '@pkgjs/parseargs': 0.11.0 1039 + dev: true 1040 + 1041 + /jiti@1.21.0: 1042 + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} 1043 + hasBin: true 1044 + dev: true 1045 + 1046 + /kleur@4.1.5: 1047 + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 1048 + engines: {node: '>=6'} 1049 + dev: true 1050 + 1051 + /lilconfig@2.1.0: 1052 + resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} 1053 + engines: {node: '>=10'} 1054 + dev: true 1055 + 1056 + /lilconfig@3.0.0: 1057 + resolution: {integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==} 1058 + engines: {node: '>=14'} 1059 + dev: true 1060 + 1061 + /lines-and-columns@1.2.4: 1062 + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 1063 + dev: true 1064 + 1065 + /locate-character@3.0.0: 1066 + resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} 1067 + dev: true 1068 + 1069 + /lru-cache@10.1.0: 1070 + resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==} 1071 + engines: {node: 14 || >=16.14} 1072 + dev: true 1073 + 1074 + /magic-string@0.30.5: 1075 + resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==} 1076 + engines: {node: '>=12'} 1077 + dependencies: 1078 + '@jridgewell/sourcemap-codec': 1.4.15 1079 + dev: true 1080 + 1081 + /merge2@1.4.1: 1082 + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 1083 + engines: {node: '>= 8'} 1084 + dev: true 1085 + 1086 + /micromatch@4.0.5: 1087 + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} 1088 + engines: {node: '>=8.6'} 1089 + dependencies: 1090 + braces: 3.0.2 1091 + picomatch: 2.3.1 1092 + dev: true 1093 + 1094 + /min-indent@1.0.1: 1095 + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} 1096 + engines: {node: '>=4'} 1097 + dev: true 1098 + 1099 + /minimatch@3.1.2: 1100 + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 1101 + dependencies: 1102 + brace-expansion: 1.1.11 1103 + dev: true 1104 + 1105 + /minimatch@9.0.3: 1106 + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} 1107 + engines: {node: '>=16 || 14 >=14.17'} 1108 + dependencies: 1109 + brace-expansion: 2.0.1 1110 + dev: true 1111 + 1112 + /minimist@1.2.8: 1113 + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} 1114 + dev: true 1115 + 1116 + /minipass@7.0.4: 1117 + resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} 1118 + engines: {node: '>=16 || 14 >=14.17'} 1119 + dev: true 1120 + 1121 + /mkdirp@0.5.6: 1122 + resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} 1123 + hasBin: true 1124 + dependencies: 1125 + minimist: 1.2.8 1126 + dev: true 1127 + 1128 + /mri@1.2.0: 1129 + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 1130 + engines: {node: '>=4'} 1131 + dev: true 1132 + 1133 + /mrmime@2.0.0: 1134 + resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} 1135 + engines: {node: '>=10'} 1136 + dev: true 1137 + 1138 + /ms@2.1.2: 1139 + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} 1140 + dev: true 1141 + 1142 + /mz@2.7.0: 1143 + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} 1144 + dependencies: 1145 + any-promise: 1.3.0 1146 + object-assign: 4.1.1 1147 + thenify-all: 1.6.0 1148 + dev: true 1149 + 1150 + /nanoid@3.3.7: 1151 + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} 1152 + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 1153 + hasBin: true 1154 + dev: true 1155 + 1156 + /node-releases@2.0.14: 1157 + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} 1158 + dev: true 1159 + 1160 + /normalize-path@3.0.0: 1161 + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} 1162 + engines: {node: '>=0.10.0'} 1163 + dev: true 1164 + 1165 + /normalize-range@0.1.2: 1166 + resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} 1167 + engines: {node: '>=0.10.0'} 1168 + dev: true 1169 + 1170 + /object-assign@4.1.1: 1171 + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} 1172 + engines: {node: '>=0.10.0'} 1173 + dev: true 1174 + 1175 + /object-hash@3.0.0: 1176 + resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} 1177 + engines: {node: '>= 6'} 1178 + dev: true 1179 + 1180 + /once@1.4.0: 1181 + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1182 + dependencies: 1183 + wrappy: 1.0.2 1184 + dev: true 1185 + 1186 + /parent-module@1.0.1: 1187 + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} 1188 + engines: {node: '>=6'} 1189 + dependencies: 1190 + callsites: 3.1.0 1191 + dev: true 1192 + 1193 + /path-is-absolute@1.0.1: 1194 + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} 1195 + engines: {node: '>=0.10.0'} 1196 + dev: true 1197 + 1198 + /path-key@3.1.1: 1199 + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} 1200 + engines: {node: '>=8'} 1201 + dev: true 1202 + 1203 + /path-parse@1.0.7: 1204 + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} 1205 + dev: true 1206 + 1207 + /path-scurry@1.10.1: 1208 + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} 1209 + engines: {node: '>=16 || 14 >=14.17'} 1210 + dependencies: 1211 + lru-cache: 10.1.0 1212 + minipass: 7.0.4 1213 + dev: true 1214 + 1215 + /picocolors@1.0.0: 1216 + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} 1217 + dev: true 1218 + 1219 + /picomatch@2.3.1: 1220 + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 1221 + engines: {node: '>=8.6'} 1222 + dev: true 1223 + 1224 + /pify@2.3.0: 1225 + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} 1226 + engines: {node: '>=0.10.0'} 1227 + dev: true 1228 + 1229 + /pirates@4.0.6: 1230 + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} 1231 + engines: {node: '>= 6'} 1232 + dev: true 1233 + 1234 + /postcss-import@15.1.0(postcss@8.4.33): 1235 + resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} 1236 + engines: {node: '>=14.0.0'} 1237 + peerDependencies: 1238 + postcss: ^8.0.0 1239 + dependencies: 1240 + postcss: 8.4.33 1241 + postcss-value-parser: 4.2.0 1242 + read-cache: 1.0.0 1243 + resolve: 1.22.8 1244 + dev: true 1245 + 1246 + /postcss-js@4.0.1(postcss@8.4.33): 1247 + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} 1248 + engines: {node: ^12 || ^14 || >= 16} 1249 + peerDependencies: 1250 + postcss: ^8.4.21 1251 + dependencies: 1252 + camelcase-css: 2.0.1 1253 + postcss: 8.4.33 1254 + dev: true 1255 + 1256 + /postcss-load-config@4.0.2(postcss@8.4.33): 1257 + resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} 1258 + engines: {node: '>= 14'} 1259 + peerDependencies: 1260 + postcss: '>=8.0.9' 1261 + ts-node: '>=9.0.0' 1262 + peerDependenciesMeta: 1263 + postcss: 1264 + optional: true 1265 + ts-node: 1266 + optional: true 1267 + dependencies: 1268 + lilconfig: 3.0.0 1269 + postcss: 8.4.33 1270 + yaml: 2.3.4 1271 + dev: true 1272 + 1273 + /postcss-nested@6.0.1(postcss@8.4.33): 1274 + resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} 1275 + engines: {node: '>=12.0'} 1276 + peerDependencies: 1277 + postcss: ^8.2.14 1278 + dependencies: 1279 + postcss: 8.4.33 1280 + postcss-selector-parser: 6.0.15 1281 + dev: true 1282 + 1283 + /postcss-selector-parser@6.0.15: 1284 + resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==} 1285 + engines: {node: '>=4'} 1286 + dependencies: 1287 + cssesc: 3.0.0 1288 + util-deprecate: 1.0.2 1289 + dev: true 1290 + 1291 + /postcss-value-parser@4.2.0: 1292 + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} 1293 + dev: true 1294 + 1295 + /postcss@8.4.33: 1296 + resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==} 1297 + engines: {node: ^10 || ^12 || >=14} 1298 + dependencies: 1299 + nanoid: 3.3.7 1300 + picocolors: 1.0.0 1301 + source-map-js: 1.0.2 1302 + dev: true 1303 + 1304 + /queue-microtask@1.2.3: 1305 + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 1306 + dev: true 1307 + 1308 + /read-cache@1.0.0: 1309 + resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} 1310 + dependencies: 1311 + pify: 2.3.0 1312 + dev: true 1313 + 1314 + /readdirp@3.6.0: 1315 + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 1316 + engines: {node: '>=8.10.0'} 1317 + dependencies: 1318 + picomatch: 2.3.1 1319 + dev: true 1320 + 1321 + /resolve-from@4.0.0: 1322 + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} 1323 + engines: {node: '>=4'} 1324 + dev: true 1325 + 1326 + /resolve@1.22.8: 1327 + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} 1328 + hasBin: true 1329 + dependencies: 1330 + is-core-module: 2.13.1 1331 + path-parse: 1.0.7 1332 + supports-preserve-symlinks-flag: 1.0.0 1333 + dev: true 1334 + 1335 + /reusify@1.0.4: 1336 + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} 1337 + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 1338 + dev: true 1339 + 1340 + /rimraf@2.7.1: 1341 + resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} 1342 + hasBin: true 1343 + dependencies: 1344 + glob: 7.2.3 1345 + dev: true 1346 + 1347 + /rollup@4.9.5: 1348 + resolution: {integrity: sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==} 1349 + engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1350 + hasBin: true 1351 + dependencies: 1352 + '@types/estree': 1.0.5 1353 + optionalDependencies: 1354 + '@rollup/rollup-android-arm-eabi': 4.9.5 1355 + '@rollup/rollup-android-arm64': 4.9.5 1356 + '@rollup/rollup-darwin-arm64': 4.9.5 1357 + '@rollup/rollup-darwin-x64': 4.9.5 1358 + '@rollup/rollup-linux-arm-gnueabihf': 4.9.5 1359 + '@rollup/rollup-linux-arm64-gnu': 4.9.5 1360 + '@rollup/rollup-linux-arm64-musl': 4.9.5 1361 + '@rollup/rollup-linux-riscv64-gnu': 4.9.5 1362 + '@rollup/rollup-linux-x64-gnu': 4.9.5 1363 + '@rollup/rollup-linux-x64-musl': 4.9.5 1364 + '@rollup/rollup-win32-arm64-msvc': 4.9.5 1365 + '@rollup/rollup-win32-ia32-msvc': 4.9.5 1366 + '@rollup/rollup-win32-x64-msvc': 4.9.5 1367 + fsevents: 2.3.3 1368 + dev: true 1369 + 1370 + /run-parallel@1.2.0: 1371 + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} 1372 + dependencies: 1373 + queue-microtask: 1.2.3 1374 + dev: true 1375 + 1376 + /sade@1.8.1: 1377 + resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} 1378 + engines: {node: '>=6'} 1379 + dependencies: 1380 + mri: 1.2.0 1381 + dev: true 1382 + 1383 + /sander@0.5.1: 1384 + resolution: {integrity: sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==} 1385 + dependencies: 1386 + es6-promise: 3.3.1 1387 + graceful-fs: 4.2.11 1388 + mkdirp: 0.5.6 1389 + rimraf: 2.7.1 1390 + dev: true 1391 + 1392 + /set-cookie-parser@2.6.0: 1393 + resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} 1394 + dev: true 1395 + 1396 + /shebang-command@2.0.0: 1397 + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} 1398 + engines: {node: '>=8'} 1399 + dependencies: 1400 + shebang-regex: 3.0.0 1401 + dev: true 1402 + 1403 + /shebang-regex@3.0.0: 1404 + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 1405 + engines: {node: '>=8'} 1406 + dev: true 1407 + 1408 + /signal-exit@4.1.0: 1409 + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 1410 + engines: {node: '>=14'} 1411 + dev: true 1412 + 1413 + /sirv@2.0.4: 1414 + resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} 1415 + engines: {node: '>= 10'} 1416 + dependencies: 1417 + '@polka/url': 1.0.0-next.24 1418 + mrmime: 2.0.0 1419 + totalist: 3.0.1 1420 + dev: true 1421 + 1422 + /sorcery@0.11.0: 1423 + resolution: {integrity: sha512-J69LQ22xrQB1cIFJhPfgtLuI6BpWRiWu1Y3vSsIwK/eAScqJxd/+CJlUuHQRdX2C9NGFamq+KqNywGgaThwfHw==} 1424 + hasBin: true 1425 + dependencies: 1426 + '@jridgewell/sourcemap-codec': 1.4.15 1427 + buffer-crc32: 0.2.13 1428 + minimist: 1.2.8 1429 + sander: 0.5.1 1430 + dev: true 1431 + 1432 + /source-map-js@1.0.2: 1433 + resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} 1434 + engines: {node: '>=0.10.0'} 1435 + dev: true 1436 + 1437 + /string-width@4.2.3: 1438 + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} 1439 + engines: {node: '>=8'} 1440 + dependencies: 1441 + emoji-regex: 8.0.0 1442 + is-fullwidth-code-point: 3.0.0 1443 + strip-ansi: 6.0.1 1444 + dev: true 1445 + 1446 + /string-width@5.1.2: 1447 + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} 1448 + engines: {node: '>=12'} 1449 + dependencies: 1450 + eastasianwidth: 0.2.0 1451 + emoji-regex: 9.2.2 1452 + strip-ansi: 7.1.0 1453 + dev: true 1454 + 1455 + /strip-ansi@6.0.1: 1456 + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 1457 + engines: {node: '>=8'} 1458 + dependencies: 1459 + ansi-regex: 5.0.1 1460 + dev: true 1461 + 1462 + /strip-ansi@7.1.0: 1463 + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} 1464 + engines: {node: '>=12'} 1465 + dependencies: 1466 + ansi-regex: 6.0.1 1467 + dev: true 1468 + 1469 + /strip-indent@3.0.0: 1470 + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} 1471 + engines: {node: '>=8'} 1472 + dependencies: 1473 + min-indent: 1.0.1 1474 + dev: true 1475 + 1476 + /sucrase@3.35.0: 1477 + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} 1478 + engines: {node: '>=16 || 14 >=14.17'} 1479 + hasBin: true 1480 + dependencies: 1481 + '@jridgewell/gen-mapping': 0.3.3 1482 + commander: 4.1.1 1483 + glob: 10.3.10 1484 + lines-and-columns: 1.2.4 1485 + mz: 2.7.0 1486 + pirates: 4.0.6 1487 + ts-interface-checker: 0.1.13 1488 + dev: true 1489 + 1490 + /supports-preserve-symlinks-flag@1.0.0: 1491 + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 1492 + engines: {node: '>= 0.4'} 1493 + dev: true 1494 + 1495 + /svelte-check@3.6.3(postcss@8.4.33)(svelte@5.0.0-next.35): 1496 + resolution: {integrity: sha512-Q2nGnoysxUnB9KjnjpQLZwdjK62DHyW6nuH/gm2qteFnDk0lCehe/6z8TsIvYeKjC6luKaWxiNGyOcWiLLPSwA==} 1497 + hasBin: true 1498 + peerDependencies: 1499 + svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0 1500 + dependencies: 1501 + '@jridgewell/trace-mapping': 0.3.21 1502 + chokidar: 3.5.3 1503 + fast-glob: 3.3.2 1504 + import-fresh: 3.3.0 1505 + picocolors: 1.0.0 1506 + sade: 1.8.1 1507 + svelte: 5.0.0-next.35 1508 + svelte-preprocess: 5.1.3(postcss@8.4.33)(svelte@5.0.0-next.35)(typescript@5.3.3) 1509 + typescript: 5.3.3 1510 + transitivePeerDependencies: 1511 + - '@babel/core' 1512 + - coffeescript 1513 + - less 1514 + - postcss 1515 + - postcss-load-config 1516 + - pug 1517 + - sass 1518 + - stylus 1519 + - sugarss 1520 + dev: true 1521 + 1522 + /svelte-hmr@0.15.3(svelte@5.0.0-next.35): 1523 + resolution: {integrity: sha512-41snaPswvSf8TJUhlkoJBekRrABDXDMdpNpT2tfHIv4JuhgvHqLMhEPGtaQn0BmbNSTkuz2Ed20DF2eHw0SmBQ==} 1524 + engines: {node: ^12.20 || ^14.13.1 || >= 16} 1525 + peerDependencies: 1526 + svelte: ^3.19.0 || ^4.0.0 1527 + dependencies: 1528 + svelte: 5.0.0-next.35 1529 + dev: true 1530 + 1531 + /svelte-preprocess@5.1.3(postcss@8.4.33)(svelte@5.0.0-next.35)(typescript@5.3.3): 1532 + resolution: {integrity: sha512-xxAkmxGHT+J/GourS5mVJeOXZzne1FR5ljeOUAMXUkfEhkLEllRreXpbl3dIYJlcJRfL1LO1uIAPpBpBfiqGPw==} 1533 + engines: {node: '>= 16.0.0', pnpm: ^8.0.0} 1534 + requiresBuild: true 1535 + peerDependencies: 1536 + '@babel/core': ^7.10.2 1537 + coffeescript: ^2.5.1 1538 + less: ^3.11.3 || ^4.0.0 1539 + postcss: ^7 || ^8 1540 + postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 1541 + pug: ^3.0.0 1542 + sass: ^1.26.8 1543 + stylus: ^0.55.0 1544 + sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 1545 + svelte: ^3.23.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0 1546 + typescript: '>=3.9.5 || ^4.0.0 || ^5.0.0' 1547 + peerDependenciesMeta: 1548 + '@babel/core': 1549 + optional: true 1550 + coffeescript: 1551 + optional: true 1552 + less: 1553 + optional: true 1554 + postcss: 1555 + optional: true 1556 + postcss-load-config: 1557 + optional: true 1558 + pug: 1559 + optional: true 1560 + sass: 1561 + optional: true 1562 + stylus: 1563 + optional: true 1564 + sugarss: 1565 + optional: true 1566 + typescript: 1567 + optional: true 1568 + dependencies: 1569 + '@types/pug': 2.0.10 1570 + detect-indent: 6.1.0 1571 + magic-string: 0.30.5 1572 + postcss: 8.4.33 1573 + sorcery: 0.11.0 1574 + strip-indent: 3.0.0 1575 + svelte: 5.0.0-next.35 1576 + typescript: 5.3.3 1577 + dev: true 1578 + 1579 + /svelte@5.0.0-next.35: 1580 + resolution: {integrity: sha512-UjAHN7fuGZ+gSMtGCJyEMcESMVlYBd3dH2cwg2VlMkgpiYn6RQWyu3kPn5rqwOgW3zbILWicZP0eXyiJXBujPQ==} 1581 + engines: {node: '>=18'} 1582 + dependencies: 1583 + '@ampproject/remapping': 2.2.1 1584 + '@jridgewell/sourcemap-codec': 1.4.15 1585 + '@types/estree': 1.0.5 1586 + acorn: 8.11.3 1587 + acorn-typescript: 1.4.13(acorn@8.11.3) 1588 + aria-query: 5.3.0 1589 + axobject-query: 4.0.0 1590 + esm-env: 1.0.0 1591 + esrap: 1.2.1 1592 + is-reference: 3.0.2 1593 + locate-character: 3.0.0 1594 + magic-string: 0.30.5 1595 + zimmerframe: 1.1.0 1596 + dev: true 1597 + 1598 + /tailwindcss@3.4.1: 1599 + resolution: {integrity: sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==} 1600 + engines: {node: '>=14.0.0'} 1601 + hasBin: true 1602 + dependencies: 1603 + '@alloc/quick-lru': 5.2.0 1604 + arg: 5.0.2 1605 + chokidar: 3.5.3 1606 + didyoumean: 1.2.2 1607 + dlv: 1.1.3 1608 + fast-glob: 3.3.2 1609 + glob-parent: 6.0.2 1610 + is-glob: 4.0.3 1611 + jiti: 1.21.0 1612 + lilconfig: 2.1.0 1613 + micromatch: 4.0.5 1614 + normalize-path: 3.0.0 1615 + object-hash: 3.0.0 1616 + picocolors: 1.0.0 1617 + postcss: 8.4.33 1618 + postcss-import: 15.1.0(postcss@8.4.33) 1619 + postcss-js: 4.0.1(postcss@8.4.33) 1620 + postcss-load-config: 4.0.2(postcss@8.4.33) 1621 + postcss-nested: 6.0.1(postcss@8.4.33) 1622 + postcss-selector-parser: 6.0.15 1623 + resolve: 1.22.8 1624 + sucrase: 3.35.0 1625 + transitivePeerDependencies: 1626 + - ts-node 1627 + dev: true 1628 + 1629 + /thenify-all@1.6.0: 1630 + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} 1631 + engines: {node: '>=0.8'} 1632 + dependencies: 1633 + thenify: 3.3.1 1634 + dev: true 1635 + 1636 + /thenify@3.3.1: 1637 + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 1638 + dependencies: 1639 + any-promise: 1.3.0 1640 + dev: true 1641 + 1642 + /tiny-glob@0.2.9: 1643 + resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} 1644 + dependencies: 1645 + globalyzer: 0.1.0 1646 + globrex: 0.1.2 1647 + dev: true 1648 + 1649 + /to-regex-range@5.0.1: 1650 + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} 1651 + engines: {node: '>=8.0'} 1652 + dependencies: 1653 + is-number: 7.0.0 1654 + dev: true 1655 + 1656 + /totalist@3.0.1: 1657 + resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} 1658 + engines: {node: '>=6'} 1659 + dev: true 1660 + 1661 + /ts-interface-checker@0.1.13: 1662 + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} 1663 + dev: true 1664 + 1665 + /tslib@2.6.2: 1666 + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} 1667 + dev: true 1668 + 1669 + /typescript@5.3.3: 1670 + resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} 1671 + engines: {node: '>=14.17'} 1672 + hasBin: true 1673 + dev: true 1674 + 1675 + /update-browserslist-db@1.0.13(browserslist@4.22.2): 1676 + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} 1677 + hasBin: true 1678 + peerDependencies: 1679 + browserslist: '>= 4.21.0' 1680 + dependencies: 1681 + browserslist: 4.22.2 1682 + escalade: 3.1.1 1683 + picocolors: 1.0.0 1684 + dev: true 1685 + 1686 + /util-deprecate@1.0.2: 1687 + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 1688 + dev: true 1689 + 1690 + /vite@5.0.11: 1691 + resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==} 1692 + engines: {node: ^18.0.0 || >=20.0.0} 1693 + hasBin: true 1694 + peerDependencies: 1695 + '@types/node': ^18.0.0 || >=20.0.0 1696 + less: '*' 1697 + lightningcss: ^1.21.0 1698 + sass: '*' 1699 + stylus: '*' 1700 + sugarss: '*' 1701 + terser: ^5.4.0 1702 + peerDependenciesMeta: 1703 + '@types/node': 1704 + optional: true 1705 + less: 1706 + optional: true 1707 + lightningcss: 1708 + optional: true 1709 + sass: 1710 + optional: true 1711 + stylus: 1712 + optional: true 1713 + sugarss: 1714 + optional: true 1715 + terser: 1716 + optional: true 1717 + dependencies: 1718 + esbuild: 0.19.11 1719 + postcss: 8.4.33 1720 + rollup: 4.9.5 1721 + optionalDependencies: 1722 + fsevents: 2.3.3 1723 + dev: true 1724 + 1725 + /vitefu@0.2.5(vite@5.0.11): 1726 + resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} 1727 + peerDependencies: 1728 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 1729 + peerDependenciesMeta: 1730 + vite: 1731 + optional: true 1732 + dependencies: 1733 + vite: 5.0.11 1734 + dev: true 1735 + 1736 + /which@2.0.2: 1737 + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} 1738 + engines: {node: '>= 8'} 1739 + hasBin: true 1740 + dependencies: 1741 + isexe: 2.0.0 1742 + dev: true 1743 + 1744 + /wrap-ansi@7.0.0: 1745 + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} 1746 + engines: {node: '>=10'} 1747 + dependencies: 1748 + ansi-styles: 4.3.0 1749 + string-width: 4.2.3 1750 + strip-ansi: 6.0.1 1751 + dev: true 1752 + 1753 + /wrap-ansi@8.1.0: 1754 + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} 1755 + engines: {node: '>=12'} 1756 + dependencies: 1757 + ansi-styles: 6.2.1 1758 + string-width: 5.1.2 1759 + strip-ansi: 7.1.0 1760 + dev: true 1761 + 1762 + /wrappy@1.0.2: 1763 + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 1764 + dev: true 1765 + 1766 + /yaml@2.3.4: 1767 + resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} 1768 + engines: {node: '>= 14'} 1769 + dev: true 1770 + 1771 + /zimmerframe@1.1.0: 1772 + resolution: {integrity: sha512-+AmV37r9NPUy7KcuG0Fde9AAFSD88kN5pnqvD7Pkp5WLLK0jct7hAtIDXXFDCRk3l5Mc1r2Sth3gfP2ZLE+/Qw==} 1773 + dev: true
+6
postcss.config.js
··· 1 + export default { 2 + plugins: { 3 + tailwindcss: {}, 4 + autoprefixer: {}, 5 + }, 6 + }
+3
src/app.css
··· 1 + @tailwind base; 2 + @tailwind components; 3 + @tailwind utilities;
+13
src/app.d.ts
··· 1 + // See https://kit.svelte.dev/docs/types#app 2 + // for information about these interfaces 3 + declare global { 4 + namespace App { 5 + // interface Error {} 6 + // interface Locals {} 7 + // interface PageData {} 8 + // interface PageState {} 9 + // interface Platform {} 10 + } 11 + } 12 + 13 + export {};
+12
src/app.html
··· 1 + <!doctype html> 2 + <html lang="en"> 3 + <head> 4 + <meta charset="utf-8" /> 5 + <link rel="icon" href="%sveltekit.assets%/check-square-2.svg" /> 6 + <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 + %sveltekit.head% 8 + </head> 9 + <body data-sveltekit-preload-data="hover"> 10 + <div style="display: contents">%sveltekit.body%</div> 11 + </body> 12 + </html>
+1
src/lib/index.ts
··· 1 + // place files you want to import through the `$lib` alias in this folder.
+75
src/lib/stores.svelte.ts
··· 1 + // Browser + Local Storage 2 + const browser_exists = (typeof window !== "undefined") && (typeof (document) !== "undefined"); 3 + const storage = browser_exists ? localStorage : null; 4 + 5 + // Color Theme (from DaisyUI) 6 + const initial_theme : string = getInitialTheme(); 7 + 8 + function getInitialTheme() { 9 + const initial_local = storage?.getItem("local_theme"); 10 + if (initial_local) { 11 + console.log("getInitial", initial_local); 12 + return initial_local 13 + } 14 + return "default"; 15 + } 16 + 17 + function localTheme() { 18 + let theme : string = $state(initial_theme); 19 + 20 + function updateTheme(new_theme : string) { 21 + if (browser_exists) { 22 + theme = new_theme; 23 + storage?.setItem("local_theme", theme); 24 + } 25 + } 26 + 27 + return { 28 + get theme() { return theme; }, 29 + updateTheme 30 + } 31 + } 32 + 33 + export const color_theme = localTheme(); 34 + 35 + // Task + Todo List 36 + export type Task = { 37 + id: string; 38 + description: string; 39 + is_completed: boolean; 40 + } 41 + 42 + const initial_list : Task[] = getInitialList(); 43 + 44 + function getInitialList() { 45 + const initial_local = storage?.getItem("local_todo_list"); 46 + if (initial_local) { return JSON.parse(initial_local) as Task[]; } 47 + return []; 48 + } 49 + 50 + function localTodoList() { 51 + let tasks : Task[] = $state(initial_list); 52 + 53 + function addTask(new_task : Task) { 54 + tasks.push(new_task); 55 + } 56 + 57 + function removeTask(id : string) { 58 + tasks = tasks.filter((t) => t.id !== id); 59 + } 60 + 61 + function update() { 62 + if (browser_exists) { 63 + storage?.setItem("local_todo_list", JSON.stringify(tasks)); 64 + } 65 + } 66 + 67 + return { 68 + get tasks() { return tasks; }, 69 + addTask, 70 + removeTask, 71 + update 72 + } 73 + } 74 + 75 + export const todo_list = localTodoList();
+106
src/routes/+layout.svelte
··· 1 + <script lang="ts"> 2 + import "../app.css"; 3 + import { color_theme } from "$lib/stores.svelte"; 4 + 5 + const daisyui_themes = [ 6 + "light", 7 + "dark", 8 + "cupcake", 9 + "bumblebee", 10 + "emerald", 11 + "corporate", 12 + "synthwave", 13 + "retro", 14 + "cyberpunk", 15 + "valentine", 16 + "halloween", 17 + "garden", 18 + "forest", 19 + "aqua", 20 + "lofi", 21 + "pastel", 22 + "fantasy", 23 + "wireframe", 24 + "black", 25 + "luxury", 26 + "dracula", 27 + "cmyk", 28 + "autumn", 29 + "business", 30 + "acid", 31 + "lemonade", 32 + "night", 33 + "coffee", 34 + "winter", 35 + "dim", 36 + "nord", 37 + "sunset", 38 + ]; 39 + 40 + let theme_input = $state(color_theme.theme); 41 + $effect(() => color_theme.updateTheme(theme_input)); 42 + </script> 43 + 44 + <svelte:head> 45 + <title>easytodo.link - by @zeu_dev</title> 46 + </svelte:head> 47 + 48 + <main class="relative flex flex-col gap-8 w-full h-full min-w-screen min-h-screen p-8 items-center justify-center"> 49 + <slot /> 50 + 51 + <footer class="absolute inset-x-0 bottom-0 flex justify-between px-8 py-4 items-center"> 52 + <section class="flex gap-4 items-center"> 53 + <details class="dropdown dropdown-top"> 54 + <summary class="btn btn-primary"> 55 + <img 56 + src="/cog.svg" 57 + alt="Flex Solid 'Cog' by StreamlineHQ" 58 + class="w-6" 59 + /> 60 + </summary> 61 + <ul class="p-2 shadow menu dropdown-content z-[1] bg-base-100 rounded-box w-52"> 62 + <li> 63 + <details class="dropdown dropdown-top"> 64 + <summary>Color Theme</summary> 65 + <ul class="max-h-32 overflow-y-scroll p-2 shadow menu dropdown-content z-[1] bg-base-100 rounded-box w-52"> 66 + {#each daisyui_themes as theme} 67 + <li> 68 + <input 69 + type="radio" 70 + aria-label={theme} 71 + bind:group={theme_input} 72 + value={theme} 73 + class="theme-controller btn btn-sm btn-block btn-ghost justify-start" 74 + /> 75 + </li> 76 + {/each} 77 + </ul> 78 + </details> 79 + </li> 80 + </ul> 81 + </details> 82 + <p class="hidden lg:block">easytodo.link - local first todo list</p> 83 + </section> 84 + 85 + 86 + <section> 87 + <p> 88 + <a 89 + href="https://github.com/zeucapua/easytodo.link" 90 + target="_blank" 91 + class="link link-hover link-secondary" 92 + > 93 + {"Made with <3"} 94 + </a> 95 + by 96 + <a 97 + href="https://twitter.com/zeu_dev" 98 + target="_blank" 99 + class="link link-hover link-accent" 100 + > 101 + @zeu_dev 102 + </a> 103 + </p> 104 + </section> 105 + </footer> 106 + </main>
+64
src/routes/+page.svelte
··· 1 + <script lang="ts"> 2 + import { todo_list, type Task } from "$lib/stores.svelte"; 3 + 4 + let id = 0; 5 + let description = $state(""); 6 + 7 + function randomizeId() { 8 + let random_id = id; 9 + while (todo_list.tasks.find(t => t.id === `${random_id}`)) { 10 + random_id = Math.floor(Math.random() * 100); 11 + } 12 + id = random_id; 13 + } 14 + 15 + function addTask() { 16 + randomizeId(); 17 + todo_list.addTask({ 18 + id: `${id}`, 19 + description, 20 + is_completed: false 21 + }); 22 + description = ""; 23 + } 24 + 25 + $effect(() => todo_list.update()); 26 + </script> 27 + 28 + <ul class="flex flex-col gap-8 overflow-y-scroll h-full max-h-[48rem] p-2"> 29 + {#each todo_list.tasks as task : Task} 30 + <li class="group flex gap-4 items-center"> 31 + <input 32 + type="checkbox" 33 + bind:checked={task.is_completed} 34 + class="checkbox checkbox-lg" 35 + /> 36 + <input 37 + type="text" 38 + bind:value={task.description} 39 + class={`text-xl input input-lg w-full max-w-lg ${task.is_completed && "line-through"}`} 40 + /> 41 + <button 42 + onclick={() => todo_list.removeTask(task.id)} 43 + class="lg:invisible lg:group-hover:visible btn btn-error" 44 + > 45 + <img 46 + src="/block-2.svg" 47 + alt="Flex Solid 'Block 2' by StreamlineHQ" 48 + class="w-6" 49 + /> 50 + </button> 51 + </li> 52 + {/each} 53 + 54 + </ul> 55 + 56 + <form onsubmit={addTask} class="flex gap-4"> 57 + <input 58 + type="text" 59 + bind:value={description} 60 + class="text-xl input input-bordered input-lg w-full max-w-lg" 61 + /> 62 + <button class="btn btn-lg btn-primary">Add</button> 63 + </form> 64 +
+1
static/block-2.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><g id="block-2--remove-circle-garbage-trash-delete-cross-x"><path id="Union" fill="#ffffff" fill-rule="evenodd" d="M2 7c0 -1.225 0.242 -2.19 0.658 -2.927L5.586 7 2.658 9.927C2.242 9.19 2 8.225 2 7Zm2.073 4.342C4.81 11.758 5.775 12 7 12s2.19 -0.242 2.927 -0.658L7 8.414l-2.927 2.928ZM8.414 7l2.928 2.927C11.758 9.19 12 8.225 12 7s-0.242 -2.19 -0.658 -2.927L8.414 7Zm1.513 -4.342C9.19 2.242 8.225 2 7 2s-2.19 0.242 -2.927 0.658L7 5.586l2.927 -2.928ZM14 7c0 2.098 -0.592 3.88 -1.843 5.137l-0.01 0.01 -0.01 0.01C10.879 13.408 9.098 14 7 14c-2.104 0 -3.89 -0.595 -5.147 -1.853C0.595 10.89 0 9.104 0 7s0.595 -3.89 1.853 -5.147C3.11 0.595 4.896 0 7 0s3.89 0.595 5.147 1.853C13.405 3.11 14 4.896 14 7Z" clip-rule="evenodd" stroke-width="1"></path></g></svg>
+1
static/check-square-2.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><g id="check-square--check-form-validation-checkmark-success-add-addition-box-square-tick"><path id="Subtract" fill="#ffffff" fill-rule="evenodd" d="M3.657 0.475C4.731 0.355 5.852 0.25 7 0.25c1.148 0 2.269 0.105 3.343 0.225a3.632 3.632 0 0 1 3.194 3.203c0.115 1.069 0.213 2.182 0.213 3.322 0 1.14 -0.098 2.253 -0.213 3.322a3.632 3.632 0 0 1 -3.194 3.203c-1.074 0.12 -2.195 0.225 -3.343 0.225 -1.148 0 -2.269 -0.105 -3.343 -0.225a3.632 3.632 0 0 1 -3.194 -3.203C0.348 9.253 0.25 8.14 0.25 7c0 -1.14 0.098 -2.253 0.213 -3.322A3.632 3.632 0 0 1 3.657 0.475ZM9.92 4.963a0.625 0.625 0 0 0 -0.84 -0.926c-0.83 0.754 -1.455 1.431 -1.98 2.253 -0.384 0.599 -0.707 1.26 -1.023 2.062L4.949 7.19a0.625 0.625 0 0 0 -0.898 0.87L5.87 9.935a0.625 0.625 0 0 0 1.04 -0.23c0.42 -1.207 0.793 -2.04 1.242 -2.74 0.447 -0.698 0.986 -1.292 1.769 -2.002Z" clip-rule="evenodd" stroke-width="1"></path></g></svg>
+1
static/cog.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><g id="cog--work-loading-cog-gear-settings-machine"><path id="Subtract" fill="#ffffff" fill-rule="evenodd" d="M6.609 0.25h0.784a1.462 1.462 0 0 1 1.358 0.928l0.359 0.912 1.09 0.629 0.966 -0.147a1.462 1.462 0 0 1 1.484 0.715l0.391 0.676a1.46 1.46 0 0 1 -0.123 1.643l-0.61 0.763v1.262l0.606 0.763a1.464 1.464 0 0 1 0.123 1.643l-0.39 0.676a1.463 1.463 0 0 1 -1.484 0.715l-0.967 -0.147 -1.091 0.63 -0.357 0.91a1.462 1.462 0 0 1 -1.358 0.929h-0.783a1.462 1.462 0 0 1 -1.358 -0.929l-0.357 -0.91 -1.091 -0.63 -0.967 0.147a1.462 1.462 0 0 1 -1.484 -0.714l-0.39 -0.677a1.46 1.46 0 0 1 0.123 -1.643l0.61 -0.763V6.369l-0.61 -0.763a1.462 1.462 0 0 1 -0.124 -1.643l0.39 -0.676a1.462 1.462 0 0 1 1.485 -0.715l0.964 0.147 1.094 -0.634 0.359 -0.907A1.46 1.46 0 0 1 6.609 0.25ZM8.996 7c0 1.277 -0.719 1.996 -1.996 1.996 -1.277 0 -1.996 -0.719 -1.996 -1.996 0 -1.277 0.719 -1.996 1.996 -1.996 1.277 0 1.996 0.719 1.996 1.996Z" clip-rule="evenodd" stroke-width="1"></path></g></svg>
static/favicon.png

This is a binary file and will not be displayed.

+1
static/information-circle-1.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14"><g id="information-circle--information-frame-info-more-help-point-circle"><path id="Subtract" fill="#ffffff" fill-rule="evenodd" d="M7 0.185c1.682 0 3.402 0.488 4.628 1.512 1.382 1.154 2.08 3.011 2.176 4.856 0.097 1.845 -0.402 3.776 -1.538 5.11C11.022 13.124 8.98 13.815 7 13.815s-4.022 -0.69 -5.266 -2.152C0.598 10.329 0.099 8.398 0.196 6.553 0.293 4.708 0.99 2.85 2.372 1.697 3.598 0.673 5.318 0.185 7 0.185Zm0.257 2.906c0.345 0 0.625 0.28 0.625 0.625v0.323a0.625 0.625 0 1 1 -1.25 0v-0.323c0 -0.345 0.28 -0.625 0.625 -0.625Zm-1.51 2.284a0.625 0.625 0 0 0 0 1.25h0.496c0.207 0 0.375 0.168 0.375 0.375v2.106H5.76a0.625 0.625 0 1 0 0 1.25h2.978a0.625 0.625 0 0 0 0 -1.25h-0.871V7c0 -0.897 -0.728 -1.625 -1.625 -1.625h-0.497Z" clip-rule="evenodd" stroke-width="1"></path></g></svg>
+18
svelte.config.js
··· 1 + import adapter from '@sveltejs/adapter-auto'; 2 + import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; 3 + 4 + /** @type {import('@sveltejs/kit').Config} */ 5 + const config = { 6 + // Consult https://kit.svelte.dev/docs/integrations#preprocessors 7 + // for more information about preprocessors 8 + preprocess: vitePreprocess(), 9 + 10 + kit: { 11 + // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list. 12 + // If your environment is not supported or you settled on a specific environment, switch out the adapter. 13 + // See https://kit.svelte.dev/docs/adapters for more information about adapters. 14 + adapter: adapter() 15 + } 16 + }; 17 + 18 + export default config;
+11
tailwind.config.js
··· 1 + /** @type {import('tailwindcss').Config} */ 2 + export default { 3 + content: ['./src/**/*.{html,js,svelte,ts}'], 4 + theme: { 5 + extend: {} 6 + }, 7 + plugins: [require("daisyui")], 8 + daisyui: { 9 + themes: true 10 + } 11 + };
+18
tsconfig.json
··· 1 + { 2 + "extends": "./.svelte-kit/tsconfig.json", 3 + "compilerOptions": { 4 + "allowJs": true, 5 + "checkJs": true, 6 + "esModuleInterop": true, 7 + "forceConsistentCasingInFileNames": true, 8 + "resolveJsonModule": true, 9 + "skipLibCheck": true, 10 + "sourceMap": true, 11 + "strict": true, 12 + "moduleResolution": "bundler" 13 + } 14 + // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias 15 + // 16 + // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes 17 + // from the referenced tsconfig.json - TypeScript does not merge them in 18 + }
+6
vite.config.ts
··· 1 + import { sveltekit } from '@sveltejs/kit/vite'; 2 + import { defineConfig } from 'vite'; 3 + 4 + export default defineConfig({ 5 + plugins: [sveltekit()] 6 + });