2024-11-21 23:42:48 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"astro": "astro",
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
"dev": "astro dev",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"start": "astro dev"
|
|
|
|
},
|
2024-11-26 08:19:24 +00:00
|
|
|
"devDependencies": {
|
2024-11-21 23:42:48 +00:00
|
|
|
"@astrojs/check": "^0.9.4",
|
2024-12-03 22:52:38 +00:00
|
|
|
"@astrojs/markdown-remark": "^6.0.0",
|
|
|
|
"@astrojs/mdx": "^4.0.1",
|
2024-11-21 23:42:48 +00:00
|
|
|
"@astrojs/rss": "^4.0.9",
|
|
|
|
"@astrojs/sitemap": "^3.2.1",
|
2024-12-03 22:52:38 +00:00
|
|
|
"@astrojs/svelte": "^7.0.1",
|
2024-11-21 23:42:48 +00:00
|
|
|
"@fontsource-variable/jost": "^5.1.1",
|
|
|
|
"@fontsource-variable/playfair-display": "^5.1.0",
|
2024-11-29 16:58:26 +00:00
|
|
|
"@iconify-json/ion": "^1.2.1",
|
2024-12-19 15:14:09 +00:00
|
|
|
"astro": "^5.0.8",
|
2024-12-02 09:45:22 +00:00
|
|
|
"fuse.js": "^7.0.0",
|
2024-11-21 23:42:48 +00:00
|
|
|
"mdast-util-to-string": "^4.0.0",
|
|
|
|
"reading-time": "^1.5.0",
|
2024-11-29 16:58:26 +00:00
|
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
|
|
"remark-toc": "^9.0.0",
|
2024-12-03 22:52:38 +00:00
|
|
|
"sass": "^1.81.1",
|
2024-11-21 23:42:48 +00:00
|
|
|
"sharp": "^0.33.5",
|
2024-12-03 22:52:38 +00:00
|
|
|
"svelte": "^5.5.2",
|
|
|
|
"typescript": "^5.7.2",
|
|
|
|
"unplugin-icons": "^0.21.0"
|
2024-11-21 23:42:48 +00:00
|
|
|
},
|
2024-12-03 22:52:38 +00:00
|
|
|
"packageManager": "pnpm@9.14.4"
|
2024-11-21 23:42:48 +00:00
|
|
|
}
|