Files
blog/package.json

20 lines
504 B
JSON

{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.0.8",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && subfont -ir --no-fallbacks --root dist",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/image": "^0.3.3",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.0",
"subfont": "^6.9.0"
}
}