25 lines
705 B
JSON
25 lines
705 B
JSON
{
|
|
"name": "nelle.observer",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.1",
|
|
"@astrojs/mdx": "^3.1.3",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"astro": "^4.13.1",
|
|
"astro-compressor": "^0.4.1",
|
|
"astro-font": "^0.0.81"
|
|
},
|
|
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|