2022-12-02 11:21:18 +01:00
|
|
|
{
|
|
|
|
"name": "@example/minimal",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"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": {
|
|
|
|
"@astrojs/image": "^0.11.2",
|
|
|
|
"@astrojs/mdx": "^0.11.5",
|
|
|
|
"@astrojs/rss": "^1.0.3",
|
|
|
|
"astro": "^1.6.0",
|
2022-12-02 17:29:11 +01:00
|
|
|
"astro-i18n": "^1.1.7",
|
2022-12-02 11:21:18 +01:00
|
|
|
"open-props": "^1.4.24"
|
|
|
|
}
|
|
|
|
}
|