my website, hosted on wisp.place
at dfec5d549b413aed74685f0e2ec4c04ee280c4e2 21 lines 433 B view raw
1{ 2 "name": "", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "build": "astro build", 8 "preview": "astro preview", 9 "astro": "astro" 10 }, 11 "dependencies": { 12 "@astrojs/rss": "^4.0.12", 13 "@astrojs/sitemap": "^3.6.0", 14 "@intergrav/slight.css": "^3.0.2", 15 "astro": "^5.14.1", 16 "markdown-it": "^14.1.0", 17 "prettier": "^3.6.2", 18 "prettier-plugin-astro": "^0.14.1", 19 "sanitize-html": "^2.17.0" 20 } 21}