website-astro/package.json
2025-06-19 17:39:38 +02:00

30 lines
698 B
JSON
Executable file

{
"name": "nardude",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/ts-plugin": "^1.10.4",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"astro": "5.9.4",
"astro-expressive-code": "^0.41.2",
"rehype-external-links": "^3.0.0",
"sharp": "^0.34.2"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0"
}
}