2022-12-02 11:21:18 +01:00
|
|
|
{
|
|
|
|
"name": "@example/minimal",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-12-26 23:15:27 +01:00
|
|
|
"dev": "astro-i18n sync && astro dev",
|
2022-12-02 11:21:18 +01:00
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
2022-12-02 17:29:11 +01:00
|
|
|
"astro": "astro",
|
|
|
|
"i18n:install": "astro-i18n install",
|
|
|
|
"i18n:sync": "astro-i18n sync"
|
2022-12-02 11:21:18 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-12 15:47:35 +02:00
|
|
|
"@astrojs/image": "0.17.0",
|
|
|
|
"@astrojs/mdx": "^0.19.7",
|
2023-06-03 22:27:00 +02:00
|
|
|
"@astrojs/rss": "^2.4.3",
|
|
|
|
"@astrojs/sitemap": "^1.3.3",
|
2023-06-12 15:47:35 +02:00
|
|
|
"astro": "2.6.3",
|
2023-06-03 22:27:00 +02:00
|
|
|
"astro-i18n": "1.8.1"
|
2022-12-05 20:50:35 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.13",
|
2022-12-22 11:01:52 +01:00
|
|
|
"postcss": "^8.4.20"
|
2022-12-02 11:21:18 +01:00
|
|
|
}
|
|
|
|
}
|