[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.

morganwill.com / package.json
1.1 kB 38 lines
1{ 2 "name": "morg.info", 3 "version": "0.0.1", 4 "private": true, 5 "scripts": { 6 "dev": "vite dev --host", 7 "build": "vite build", 8 "preview": "vite preview", 9 "check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json", 10 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch" 11 }, 12 "devDependencies": { 13 "@iconify/json": "^2.2.256", 14 "@sveltejs/adapter-static": "^3.0.0", 15 "@sveltejs/vite-plugin-svelte": "^3.0.0", 16 "autoprefixer": "^10.4.16", 17 "iconify-icon": "^2.1.0", 18 "mdsvex": "^0.11.0", 19 "postcss": "^8.4.32", 20 "postcss-load-config": "^5.0.2", 21 "svelte": "next", 22 "svelte-adapter-bun": "^0.5.1", 23 "svelte-check": "^3.6.1", 24 "svelte-preprocess": "next", 25 "tailwindcss": "^3.3.6", 26 "vite": "^5.0.2" 27 }, 28 "type": "module", 29 "dependencies": { 30 "@sveltejs/adapter-cloudflare": "^3.0.0", 31 "@sveltejs/kit": "^2.0.0", 32 "clsx": "^2.1.0", 33 "lucide-svelte": "^0.353.0", 34 "tailwind-merge": "^2.2.1", 35 "tailwind-variants": "^0.2.0", 36 "unplugin-icons": "^0.19.3" 37 } 38}