2022-12-02 10:21:18 +00:00
|
|
|
{
|
|
|
|
"name": "@example/minimal",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-12-26 22:15:27 +00:00
|
|
|
"dev": "astro-i18n sync && astro dev",
|
2022-12-02 10:21:18 +00:00
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
2022-12-02 16:29:11 +00:00
|
|
|
"astro": "astro",
|
|
|
|
"i18n:install": "astro-i18n install",
|
|
|
|
"i18n:sync": "astro-i18n sync"
|
2022-12-02 10:21:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-21 11:15:24 +00:00
|
|
|
"@astrojs/mdx": "^1.1.0",
|
|
|
|
"@astrojs/rss": "^3.0.0",
|
|
|
|
"@astrojs/sitemap": "^3.0.0",
|
|
|
|
"astro": "3.1.1",
|
|
|
|
"astro-i18n": "1.8.1",
|
|
|
|
"sharp": "^0.32.6"
|
2022-12-05 19:50:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.13",
|
2022-12-22 10:01:52 +00:00
|
|
|
"postcss": "^8.4.20"
|
2022-12-02 10:21:18 +00:00
|
|
|
}
|
|
|
|
}
|