2021-01-05 15:09:26 -05:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-04-13 08:54:03 -04:00
|
|
|
"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",
|
2021-01-07 01:28:33 -05:00
|
|
|
"@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"
|
|
|
|
}
|
|
|
|
}
|