[READ-ONLY] Mirror of https://github.com/mrgnw/morganwill.com. morganwill.com
0

Configure Feed

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

move iconify-icon to dev dependency?

+3 -3
bun.lockb

This is a binary file and will not be displayed.

+3 -3
package.json
··· 13 13 "@sveltejs/adapter-static": "^3.0.0", 14 14 "@sveltejs/vite-plugin-svelte": "^3.0.0", 15 15 "autoprefixer": "^10.4.16", 16 + "iconify-icon": "^2.1.0", 17 + "mdsvex": "^0.11.0", 16 18 "postcss": "^8.4.32", 17 19 "postcss-load-config": "^5.0.2", 18 20 "svelte": "next", ··· 20 22 "svelte-check": "^3.6.1", 21 23 "svelte-preprocess": "next", 22 24 "tailwindcss": "^3.3.6", 23 - "vite": "^5.0.2", 24 - "mdsvex": "^0.11.0" 25 + "vite": "^5.0.2" 25 26 }, 26 27 "type": "module", 27 28 "dependencies": { 28 29 "@sveltejs/adapter-cloudflare": "^3.0.0", 29 30 "@sveltejs/kit": "^2.0.0", 30 31 "clsx": "^2.1.0", 31 - "iconify-icon": "^1.0.8", 32 32 "lucide-svelte": "^0.353.0", 33 33 "tailwind-merge": "^2.2.1", 34 34 "tailwind-variants": "^0.2.0"