{ "name": "eleventy-excellent", "version": "1.4.6", "description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.", "author": "Lene Saile", "license": "ISC", "main": ".eleventy.js", "engines": { "node": ">=16.x.x" }, "scripts": { "clean": "rimraf dist", "dev:11ty": "eleventy --serve --watch", "build:11ty": "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": "^2.0.0", "@11ty/eleventy-fetch": "^4.0.0", "@11ty/eleventy-img": "^3.0.0", "@11ty/eleventy-plugin-inclusive-language": "^1.0.3", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0", "tailwindcss": "^3.0.23" }, "devDependencies": { "@netlify/plugin-a11y": "^1.0.0-beta.1", "@toycode/markdown-it-class": "^1.2.4", "autoprefixer": "^10.4.13", "clean-css": "^5.3.1", "cssnano": "^5.1.7", "dayjs": "^1.11.5", "dotenv": "^16.0.3", "esbuild": "^0.17.0", "html-minifier-terser": "^7.1.0", "lodash": "^4.17.21", "luxon": "^3.3.0", "markdown-it": "^13.0.1", "markdown-it-abbr": "^1.0.4", "markdown-it-anchor": "^8.6.5", "markdown-it-emoji": "^2.0.2", "markdown-it-footnote": "^3.0.3", "markdown-it-link-attributes": "^4.0.1", "markdown-it-mark": "^3.0.1", "markdown-it-prism": "^2.3.0", "netlify-plugin-cache": "^1.0.3", "npm-run-all": "^4.1.5", "postcss": "^8.4.8", "postcss-cli": "^10.0.0", "postcss-import": "^15.0.0", "postcss-import-ext-glob": "^2.0.1", "postcss-js": "^4.0.0", "rimraf": "^4.0.5", "sanitize-html": "^2.7.2", "slugify": "^1.6.5" } }