Mirror of
0
fork

Configure Feed

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

at main 52 lines 1.6 kB view raw
1{ 2 "name": "blog", 3 "version": "0.2.0", 4 "homepage": "https://blog.trueberryless.org", 5 "bugs": { 6 "url": "https://github.com/trueberryless-org/blog/issues" 7 }, 8 "repository": { 9 "type": "git", 10 "url": "https://github.com/trueberryless-org/blog.git" 11 }, 12 "license": "MIT", 13 "author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)", 14 "type": "module", 15 "scripts": { 16 "astro": "astro", 17 "build": "astro build", 18 "dev": "astro dev", 19 "preview": "astro preview", 20 "start": "astro dev" 21 }, 22 "dependencies": { 23 "@astrojs/check": "^0.9.8", 24 "@astrojs/markdown-remark": "7.0.0", 25 "@astrojs/starlight": "^0.38.1", 26 "@expressive-code/plugin-collapsible-sections": "^0.41.7", 27 "@expressive-code/plugin-line-numbers": "^0.41.7", 28 "@fontsource-variable/atkinson-hyperlegible-next": "^5.2.6", 29 "@fontsource-variable/jetbrains-mono": "^5.2.8", 30 "@lucide/astro": "^0.577.0", 31 "astro": "^6.0.5", 32 "dotenv": "^17.3.1", 33 "hastscript": "^9.0.1", 34 "rehype-autolink-headings": "^7.1.0", 35 "sharp": "^0.34.5", 36 "starlight-blog": "^0.26.1", 37 "starlight-cooler-credit": "^0.6.0", 38 "starlight-giscus": "^0.9.1", 39 "starlight-image-zoom": "^0.14.1", 40 "starlight-links-validator": "^0.20.1", 41 "starlight-theme-rapide": "^0.5.2", 42 "typescript": "^5.9.3", 43 "unist-util-visit": "^5.1.0" 44 }, 45 "devDependencies": { 46 "@trivago/prettier-plugin-sort-imports": "6.0.2", 47 "prettier": "3.8.3", 48 "prettier-plugin-astro": "0.14.1", 49 "vite": "^8.0.0" 50 }, 51 "packageManager": "pnpm@10.10.0" 52}