astro/examples/with-content/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
346 B
JSON
Raw Normal View History

2022-10-24 15:40:36 +00:00
{
"name": "@example/with-content",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.5.2"
},
"devDependencies": {
"zod": "^3.17.3"
}
}