mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "@example/blog",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^0.10.3",
|
|
"@astrojs/rss": "^1.0.0",
|
|
"@astrojs/sitemap": "^1.0.0",
|
|
"astro": "^1.1.2"
|
|
}
|
|
}
|