2022-12-02 11:21:18 +01:00
|
|
|
{
|
2024-06-21 15:05:35 +02:00
|
|
|
"name": "@example/minimal",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro-i18n sync && astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
|
|
|
"i18n:install": "astro-i18n install",
|
|
|
|
"i18n:sync": "astro-i18n sync"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-27 08:55:12 +01:00
|
|
|
"@astrojs/mdx": "4.0.3",
|
|
|
|
"@astrojs/rss": "4.0.10",
|
|
|
|
"@astrojs/sitemap": "3.2.1",
|
|
|
|
"astro": "5.1.1",
|
|
|
|
"sharp": "^0.33.4"
|
2024-06-21 15:05:35 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-27 08:55:12 +01:00
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"postcss": "^8.4.38"
|
2024-06-21 15:05:35 +02:00
|
|
|
}
|
2022-12-02 11:21:18 +01:00
|
|
|
}
|