Files
blog/package.json
2022-09-11 03:04:15 -04:00

37 lines
1.0 KiB
JSON

{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"lint:eslint": "eslint . --ext .js,.ts,.astro",
"subfont": "subfont -ir --no-fallbacks --silent --root dist",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/image": "^0.7.0",
"@astrojs/partytown": "^1.0.0",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@fontsource/inter": "^4.5.12",
"@tailwindcss/typography": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"astro": "^1.2.1",
"astro-icon": "^0.7.3",
"eslint": "^8.23.0",
"eslint-plugin-astro": "^0.19.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"limax": "^v2.1.0",
"reading-time": "^1.5.0",
"subfont": "^6.9.0"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
}