[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.0 kB 39 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 "prev": "vite build && vite preview", 10 "check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json", 11 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch" 12 }, 13 "devDependencies": { 14 "@iconify/json": "^2.2.271", 15 "@sveltejs/vite-plugin-svelte": "^4.0.0", 16 "autoprefixer": "^10.4.20", 17 "iconify-icon": "^2.1.0", 18 "mdsvex": "^0.11.2", 19 "postcss": "^8.4.49", 20 "postcss-load-config": "^5.1.0", 21 "svelte": "^5.1.15", 22 "svelte-adapter-bun": "^0.5.2", 23 "svelte-check": "^3.8.6", 24 "svelte-preprocess": "next", 25 "tailwindcss": "^3.4.14", 26 "vite": "^5.4.11" 27 }, 28 "type": "module", 29 "dependencies": { 30 "@sveltejs/adapter-cloudflare": "^4.7.4", 31 "@sveltejs/kit": "^2.8.0", 32 "clsx": "^2.1.1", 33 "lucide-svelte": "^0.353.0", 34 "qrcode": "^1.5.4", 35 "tailwind-merge": "^2.5.4", 36 "tailwind-variants": "^0.2.1", 37 "unplugin-icons": "^0.19.3" 38 } 39}