71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "eleventy-excellent",
|
|
"version": "3.5.4",
|
|
"description": "Eleventy starter built around the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
|
|
"author": "Lene Saile",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20.x.x"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist src/_includes/css src/_includes/scripts",
|
|
"favicons": "node ./src/_config/setup/generate-favicons.js",
|
|
"screenshots": "node ./src/_config/setup/generate-screenshots.js",
|
|
"dev:clean": "rimraf src/assets/og-images",
|
|
"dev:11ty": "cross-env ELEVENTY_ENV=development eleventy --serve --watch",
|
|
"build:11ty": "cross-env ELEVENTY_ENV=production eleventy",
|
|
"start": "run-p dev:*",
|
|
"build": "run-s clean build:*"
|
|
},
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/madrilene/eleventy-excellent.git"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-fetch": "^4.0.0",
|
|
"@11ty/eleventy-img": "^5.0.0",
|
|
"@11ty/eleventy-plugin-rss": "^2.0.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@11ty/eleventy-plugin-webc": "^0.11.2",
|
|
"@11ty/is-land": "^4.0.0",
|
|
"lite-youtube-embed": "^0.3.2",
|
|
"tailwindcss": "^3.0.23"
|
|
},
|
|
"devDependencies": {
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
"autoprefixer": "^10.4.13",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^7.0.1",
|
|
"dayjs": "^1.11.5",
|
|
"dotenv": "^16.0.3",
|
|
"esbuild": "^0.24.0",
|
|
"html-minifier-terser": "^7.1.0",
|
|
"js-yaml": "^4.1.0",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-abbr": "^2.0.0",
|
|
"markdown-it-anchor": "^9.0.1",
|
|
"markdown-it-eleventy-img": "^0.10.2",
|
|
"markdown-it-emoji": "^3.0.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"markdown-it-mark": "^4.0.0",
|
|
"markdown-it-prism": "^2.3.0",
|
|
"netlify-plugin-cache": "^1.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.8",
|
|
"postcss-cli": "^11.0.0",
|
|
"postcss-import": "^16.0.0",
|
|
"postcss-import-ext-glob": "^2.0.1",
|
|
"postcss-js": "^4.0.0",
|
|
"prettier-plugin-jinja-template": "^2.0.0",
|
|
"rimraf": "^6.0.1",
|
|
"sanitize-html": "^2.7.2",
|
|
"sharp": "^0.33.4",
|
|
"sharp-ico": "^0.1.5",
|
|
"slugify": "^1.6.5",
|
|
"svgo": "^3.2.0"
|
|
}
|
|
}
|