24 lines
796 B
JSON
24 lines
796 B
JSON
{
|
|
"name": "maia.crimew.gay",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "rm -rf www && ELEVENTY_ENV=prod eleventy",
|
|
"serve": "rm -rf www && ELEVENTY_ENV=dev eleventy --serve",
|
|
"update": "git pull && npm i && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^v2.0.1",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@sardine/eleventy-plugin-external-links": "^1.4.0",
|
|
"eleventy-plugin-footnotes": "^0.11.0",
|
|
"eleventy-plugin-related": "^1.0.6",
|
|
"eleventy-plugin-time-to-read": "^1.3.0",
|
|
"markdown-it": "^13.0.2",
|
|
"markdown-it-anchor": "^8.6.7",
|
|
"reveal.js": "^5.0.1",
|
|
"sass": "^1.69.5"
|
|
}
|
|
}
|