41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "arnes.space",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build:eleventy": "eleventy --input=src/",
|
|
"build:sass": "mkdir -p _site/assets/ && sassc src/assets/style.scss | postcss --no-map --use autoprefixer > _site/assets/style.css",
|
|
"build": "scripts/build.sh",
|
|
"watch:eleventy": "eleventy --serve --input=src/",
|
|
"watch:sass": "ls src/**/*.{scss,sass} 2>/dev/null | entr pnpm build:sass",
|
|
"watch": "scripts/build.sh watch",
|
|
"start": "scripts/build.sh watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.0",
|
|
"@thi.ng/hiccup": "3.6.22",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^2.3.0",
|
|
"seedrandom": "^3.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy-plugin-rss": "^1.1.2",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
|
"@junwatu/markdown-it-lazy-loading": "1.0.0-beta.4",
|
|
"@remy/webmention": "^1.4.5",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"autoprefixer": "^10.4.12",
|
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-abbr": "^1.0.4",
|
|
"markdown-it-anchor": "^8.6.5",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"postcss": "^8.4.17",
|
|
"postcss-cli": "^10.0.0"
|
|
}
|
|
}
|