13 lines
306 B
JSON
13 lines
306 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",
|
|
"@tailwindcss/typography": "^0.3.1",
|
|
"eleventy-plugin-tailwindcss": "^0.3.0"
|
|
}
|
|
}
|