Files
blog/package.json
prototypa fe9141415a move astro-analytics to devDependencies for now
For now we will prioritize SSG, later when everything is quite stable, we will review the possibility of making the template that works in SSR.
2022-08-28 18:46:12 -04:00

25 lines
692 B
JSON

{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && subfont -ir --no-fallbacks --silent --root dist",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/image": "^0.3.3",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@julian_cataldo/astro-analytics": "^0.11.5",
"@tailwindcss/typography": "^0.5.4",
"astro": "^1.0.0",
"astro-icon": "^0.7.3",
"reading-time": "^1.5.0",
"subfont": "^6.9.0"
}
}