Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 30s
41 lines
1.2 KiB
JSON
41 lines
1.2 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",
|
|
"clean": "rimraf dist",
|
|
"upload": "node scripts/upload.js"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-fetch": "^4.0.0",
|
|
"@11ty/eleventy-img": "^6.0.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cssnano": "^6.0.3",
|
|
"dayjs": "^1.11.10",
|
|
"dotenv": "^16.4.5",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"jsdom": "^26.0.0",
|
|
"markdown-it": "^14.0.0",
|
|
"markdown-it-abbr": "^2.0.0",
|
|
"markdown-it-anchor": "^8.6.7",
|
|
"markdown-it-attrs": "^4.3.1",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"markdown-it-image-figures": "^2.1.1",
|
|
"markdown-it-prism": "^2.3.0",
|
|
"minify-xml": "^4.5.2",
|
|
"pluralize": "^8.0.0",
|
|
"postcss": "^8.5.3",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-import-ext-glob": "^2.1.1",
|
|
"upload-to-bunny": "^1.4.0"
|
|
}
|
|
}
|