27 lines
562 B
JSON
27 lines
562 B
JSON
{
|
|
"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": {
|
|
"@astrojs/image": "^0.16.7",
|
|
"@astrojs/mdx": "^0.19.1",
|
|
"@astrojs/sitemap": "^1.3.0",
|
|
"astro": "2.4.3",
|
|
"astro-i18n": "^1.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.20"
|
|
}
|
|
}
|