website-astro/package.json

31 lines
698 B
JSON
Raw Permalink Normal View History

2022-12-02 11:21:18 +01:00
{
2024-12-29 12:33:22 +01:00
"name": "nardude",
"type": "module",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2025-01-22 14:38:21 +01:00
"@astrojs/mdx": "4.0.7",
"@astrojs/rss": "4.0.11",
2025-01-29 10:44:24 +01:00
"@astrojs/sitemap": "^3.2.1",
2024-12-29 12:33:22 +01:00
"@astrojs/ts-plugin": "^1.10.4",
2025-01-22 14:38:21 +01:00
"@expressive-code/plugin-line-numbers": "^0.40.1",
"astro": "5.1.8",
"astro-expressive-code": "^0.40.1",
"rehype-external-links": "^3.0.0",
2024-12-29 12:33:22 +01:00
"sharp": "^0.33.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
2025-01-22 14:38:21 +01:00
"postcss": "^8.5.1",
2024-12-29 12:33:22 +01:00
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0"
}
2022-12-02 11:21:18 +01:00
}