generated from sofia/eleventy-base
24 lines
707 B
JSON
24 lines
707 B
JSON
{
|
|
"name": "eleventy-base",
|
|
"version": "1.0.0",
|
|
"description": "A template for creating 11ty websites.",
|
|
"main": "index.js",
|
|
"author": "Sofía Aritz",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"eleventy-plugin-time-to-read": "^1.3.0",
|
|
"luxon": "^3.4.4",
|
|
"markdown-it": "^13.0.2",
|
|
"markdown-it-anchor": "^8.6.7"
|
|
},
|
|
"scripts": {
|
|
"build": "npx @11ty/eleventy",
|
|
"serve": "npx @11ty/eleventy --serve",
|
|
"tree": "tree --gitignore",
|
|
"fresh-build": "rm -rf _site/ && yarn build",
|
|
"deploy": "cd .scripts/ && ./deploy.sh"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
|
|
}
|