mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-21 23:56:26 +00:00
26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"astro": "astro",
|
|
"build": "astro check && astro build",
|
|
"dev": "astro dev",
|
|
"preview": "astro preview",
|
|
"start": "astro dev"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/mdx": "^3.1.9",
|
|
"@astrojs/rss": "^4.0.9",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@fontsource-variable/jost": "^5.1.1",
|
|
"@fontsource-variable/playfair-display": "^5.1.0",
|
|
"astro": "^4.16.13",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"reading-time": "^1.5.0",
|
|
"sharp": "^0.33.5",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"packageManager": "pnpm@9.12.3"
|
|
}
|