nicco.io/package.json

35 lines
924 B
JSON
Raw Normal View History

2024-11-22 00:42:48 +01: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 09:19:24 +01:00
"devDependencies": {
2024-11-22 00:42:48 +01:00
"@astrojs/check": "^0.9.4",
2025-02-18 21:15:01 +01:00
"@astrojs/markdown-remark": "^6.1.0",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
2024-11-22 00:42:48 +01:00
"@astrojs/sitemap": "^3.2.1",
2025-02-18 21:15:01 +01:00
"@astrojs/svelte": "^7.0.4",
"@fontsource-variable/jost": "^5.1.2",
"@fontsource-variable/playfair-display": "^5.1.1",
"@iconify-json/ion": "^1.2.2",
"astro": "^5.3.0",
"fuse.js": "^7.1.0",
2024-11-22 00:42:48 +01:00
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
2024-11-29 17:58:26 +01:00
"rehype-autolink-headings": "^7.1.0",
"remark-toc": "^9.0.0",
2025-02-18 21:15:01 +01:00
"sass": "^1.85.0",
2024-11-22 00:42:48 +01:00
"sharp": "^0.33.5",
2025-02-18 21:15:01 +01:00
"svelte": "^5.20.2",
"typescript": "^5.7.3",
"unplugin-icons": "^22.1.0"
2024-11-22 00:42:48 +01:00
},
2024-12-03 23:52:38 +01:00
"packageManager": "pnpm@9.14.4"
2024-11-22 00:42:48 +01:00
}