erick.is/package.json
Erick Ruiz de Chavez 68d71d4ea3
Prod release (#20)
* Update workflows

* Add contact form

* Fix tailwind paths

* Add images folder

* Add cache buster

* Add feed categories

* Fix images
2021-01-07 01:28:33 -05:00

14 lines
364 B
JSON

{
"private": true,
"scripts": {
"dev": "eleventy --serve",
"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",
"@tailwindcss/typography": "^0.3.1",
"eleventy-plugin-tailwindcss": "^0.3.0"
}
}