34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"name": "www-ssg",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "pnpm run logos && eleventy --config eleventy.config.js",
|
|
"serve": "pnpm run logos && eleventy --serve",
|
|
"logos": "cd node_modules/canvas && pnpm run install && cd ../../ && node scripts/logo.js && node scripts/favicons.js",
|
|
"docker:build": "pnpm run build && docker build -t ${DOCKER_REGISTRY}/garrettmills/www-ssg .",
|
|
"docker:run": "pnpm run docker:build && docker run --rm -p 8080:80 ${DOCKER_REGISTRY}/garrettmills/www-ssg",
|
|
"docker:sh": "pnpm run docker:build && docker run --rm -it -p 8080:80 ${DOCKER_REGISTRY}/garrettmills/www-ssg sh",
|
|
"docker:push": "docker push ${DOCKER_REGISTRY}/garrettmills/www-ssg"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.6.5",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-img": "^6.0.1",
|
|
"@11ty/eleventy-plugin-pug": "^1.0.0",
|
|
"@11ty/eleventy-plugin-rss": "^2.0.3",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"canvas": "^3.1.0",
|
|
"eleventy-plugin-broken-links": "^2.2.1",
|
|
"favicons": "^7.2.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"node-fetch": "^3.3.2",
|
|
"opml": "^0.5.7"
|
|
},
|
|
"type": "module"
|
|
}
|