2023-05-03 01:18:17 +00:00
|
|
|
{
|
|
|
|
"name": "eleventy-mainroad",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "npx @11ty/eleventy --serve",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2023-05-03 02:14:30 +00:00
|
|
|
"@11ty/eleventy": "github:11ty/eleventy",
|
|
|
|
"@11ty/eleventy-plugin-webc": "^0.11.0",
|
|
|
|
"html-minifier": "^4.0.0"
|
2023-05-03 01:18:17 +00:00
|
|
|
}
|
|
|
|
}
|