2022-05-31 18:36:19 +00:00
|
|
|
{
|
|
|
|
"name": "maia.crimew.gay",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2023-06-08 16:09:18 +00:00
|
|
|
"build": "rm -rf www && ELEVENTY_ENV=prod eleventy",
|
|
|
|
"serve": "rm -rf www && ELEVENTY_ENV=dev eleventy --serve",
|
2023-05-19 14:42:19 +00:00
|
|
|
"update": "git pull && npm i && npm run build"
|
2022-05-31 18:36:19 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-27 20:42:45 +00:00
|
|
|
"@11ty/eleventy": "^v2.0.1",
|
2023-01-20 15:34:12 +00:00
|
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
2023-10-27 20:42:45 +00:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
2023-05-19 12:12:14 +00:00
|
|
|
"@sardine/eleventy-plugin-external-links": "^1.4.0",
|
2024-03-11 19:30:24 +00:00
|
|
|
"eleventy-plugin-footnotes": "^0.11.0",
|
2023-05-19 14:21:09 +00:00
|
|
|
"eleventy-plugin-related": "^1.0.6",
|
2023-07-24 13:38:03 +00:00
|
|
|
"eleventy-plugin-time-to-read": "^1.3.0",
|
2023-10-27 20:42:45 +00:00
|
|
|
"markdown-it": "^13.0.2",
|
2023-11-06 14:36:02 +00:00
|
|
|
"markdown-it-anchor": "^8.6.7",
|
|
|
|
"reveal.js": "^5.0.1",
|
|
|
|
"sass": "^1.69.5"
|
2022-05-31 18:36:19 +00:00
|
|
|
}
|
|
|
|
}
|