erick.is/package.json

15 lines
366 B
JSON
Raw Normal View History

2021-01-05 15:09:26 -05:00
{
"private": true,
"scripts": {
"start": "eleventy --serve",
2021-01-05 15:09:26 -05:00
"build": "NODE_ENV=production eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@mightyplow/eleventy-plugin-cache-buster": "^1.1.3",
2021-01-05 15:09:26 -05:00
"@tailwindcss/typography": "^0.3.1",
"eleventy-plugin-tailwindcss": "^0.3.0"
}
}