Files
blog/package.json
2022-06-25 05:53:08 -04:00

17 lines
333 B
JSON

{
"name": "@onwidget/astrowind",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^0.2.1",
"@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.53"
}
}