{ "name": "wonderfulfrog.com", "version": "1.0.0", "main": "index.js", "repository": "https://github.com/wonderfulfrog/wonderfulfrog.com", "author": "Devin Haska", "license": "MIT", "scripts": { "debug": "DEBUG=Eleventy* eleventy --serve --watch", "dev": "eleventy --serve --watch --quiet", "lint": "eslint src/ config/", "build": "eleventy" }, "devDependencies": { "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-fetch": "^4.0.0", "@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-plugin-rss": "^1.2.0", "@netlify/functions": "^2.6.0", "autoprefixer": "^10.4.17", "cheerio": "^1.0.0-rc.12", "cssnano": "^6.0.3", "dayjs": "^1.11.10", "dotenv": "^16.4.5", "eleventy-plugin-no-robots": "^1.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "html-minifier-terser": "^7.2.0", "markdown-it": "^14.0.0", "markdown-it-abbr": "^2.0.0", "markdown-it-anchor": "^8.6.7", "markdown-it-footnote": "^4.0.0", "markdown-it-prism": "^2.3.0", "netlify-plugin-cache": "^1.0.3", "pluralize": "^8.0.0", "postcss": "^8.4.33", "postcss-import": "^16.0.0", "postcss-import-ext-glob": "^2.1.1", "prettier": "3.2.4" } }