website-astro/package.json

28 lines
566 B
JSON
Raw Normal View History

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": {
2022-12-05 20:50:35 +01:00
"@astrojs/image": "^0.12.0",
"@astrojs/mdx": "^0.12.0",
2022-12-02 11:21:18 +01:00
"@astrojs/rss": "^1.0.3",
2022-12-05 20:50:35 +01:00
"astro": "^1.6.12",
"astro-i18n": "^1.2.0",
"open-props": "^1.5.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19"
2022-12-02 11:21:18 +01:00
}
}