nelle-observer/frontend/package.json

26 lines
705 B
JSON
Raw Permalink Normal View History

2024-08-02 22:27:39 -06:00
{
2024-08-02 22:29:32 -06:00
"name": "nelle.observer",
2024-08-02 22:27:39 -06:00
"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",
2024-08-03 10:37:51 -06:00
"@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7",
2024-08-02 22:56:02 -06:00
"astro": "^4.13.1",
"astro-compressor": "^0.4.1",
2024-08-11 01:53:46 -06:00
"astro-font": "^0.0.81"
2024-08-02 22:52:22 -06:00
},
2024-09-11 05:36:12 -06:00
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
2024-08-02 22:29:32 -06:00
}