2023-09-09 22:30:53 -04:00
|
|
|
{
|
2026-06-29 10:48:32 -04:00
|
|
|
"name": "prad.nu",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "7.2.0",
|
|
|
|
|
"private": false,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postinstall": "npm rebuild sharp --force",
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"postbuild": "pagefind --site dist",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"check": "astro check && biome check",
|
|
|
|
|
"lint": "biome check --write",
|
|
|
|
|
"format": "prettier -w . --cache"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@astrojs/markdown-remark": "^7.1.2",
|
|
|
|
|
"@astrojs/mdx": "5.0.6",
|
|
|
|
|
"@astrojs/rss": "4.0.18",
|
|
|
|
|
"@astrojs/sitemap": "3.7.2",
|
|
|
|
|
"@pagefind/component-ui": "^1.5.2",
|
|
|
|
|
"@tailwindcss/vite": "4.3.0",
|
|
|
|
|
"astro": "6.3.3",
|
|
|
|
|
"astro-expressive-code": "^0.42.0",
|
|
|
|
|
"astro-icon": "^1.1.5",
|
|
|
|
|
"astro-robots-txt": "^1.0.0",
|
|
|
|
|
"astro-webmanifest": "^1.0.0",
|
|
|
|
|
"cssnano": "^8.0.1",
|
|
|
|
|
"hastscript": "^9.0.0",
|
|
|
|
|
"mdast-util-directive": "^3.0.0",
|
|
|
|
|
"mdast-util-to-markdown": "^2.1.2",
|
|
|
|
|
"mdast-util-to-string": "^4.0.0",
|
|
|
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
|
|
|
"rehype-external-links": "^3.0.0",
|
|
|
|
|
"rehype-unwrap-images": "^1.0.0",
|
|
|
|
|
"remark-directive": "^4.0.0",
|
|
|
|
|
"satori": "0.26.0",
|
|
|
|
|
"sharp": "^0.34.5",
|
|
|
|
|
"tailwindcss": "^4.3.0",
|
|
|
|
|
"unified": "^11.0.5",
|
|
|
|
|
"unist-util-visit": "^5.1.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@astrojs/check": "^0.9.9",
|
|
|
|
|
"@biomejs/biome": "^2.4.15",
|
|
|
|
|
"@iconify-json/mdi": "^1.2.2",
|
|
|
|
|
"@pagefind/default-ui": "^1.5.2",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
|
|
|
"@types/hast": "^3.0.4",
|
|
|
|
|
"@types/mdast": "^4.0.4",
|
|
|
|
|
"@types/node": "^25.8.0",
|
|
|
|
|
"autoprefixer": "^10.5.0",
|
|
|
|
|
"pagefind": "^1.5.2",
|
|
|
|
|
"prettier": "^3.8.3",
|
|
|
|
|
"prettier-plugin-astro": "0.14.1",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
|
|
|
"reading-time": "^1.5.0",
|
|
|
|
|
"typescript": "^6.0.3"
|
|
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"sharp": "^0.34.5"
|
|
|
|
|
}
|
2023-09-09 22:30:53 -04:00
|
|
|
}
|