my website, hosted on wisp.place
at main 21 lines 558 B view raw
1{ 2 "name": "", 3 "version": "0.0.1", 4 "dependencies": { 5 "@astrojs/rss": "^4.0.15", 6 "@astrojs/sitemap": "^3.7.0", 7 "@fontsource-variable/geist": "^5.2.8", 8 "@fontsource-variable/geist-mono": "^5.2.7", 9 "@fontsource-variable/source-serif-4": "^5.2.9", 10 "@fontsource/damion": "^5.2.7", 11 "@tailwindcss/typography": "^0.5.19", 12 "@tailwindcss/vite": "^4.1.18", 13 "astro": "^5.16.15", 14 "markdown-it": "^14.1.0", 15 "prettier": "^3.8.1", 16 "prettier-plugin-astro": "^0.14.1", 17 "sanitize-html": "^2.17.0", 18 "tailwindcss": "^4.1.18" 19 }, 20 "type": "module" 21}