13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"build": "NODE_ENV=production eleventy"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.11.1",
|
|
"@tailwindcss/typography": "^0.3.1",
|
|
"eleventy-plugin-tailwindcss": "^0.3.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|