37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "wonderfulfrog.com",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/wonderfulfrog/wonderfulfrog.com",
|
|
"author": "Devin Haska",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
|
|
"start": "npx @11ty/eleventy --serve --quiet",
|
|
"build": "npx @11ty/eleventy"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-fetch": "^4.0.0",
|
|
"@11ty/eleventy-img": "^5.0.0",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.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",
|
|
"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-image-figures": "^2.1.1",
|
|
"markdown-it-prism": "^2.3.0",
|
|
"pluralize": "^8.0.0",
|
|
"postcss": "^8.4.33",
|
|
"postcss-import": "^16.0.0",
|
|
"postcss-import-ext-glob": "^2.1.1"
|
|
}
|
|
}
|