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-01-21 17:21:09 +00:00
|
|
|
"@11ty/eleventy": "^v2.0.0-beta.1",
|
2023-01-20 15:34:12 +00:00
|
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
2023-05-19 11:56:16 +00:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
|
2023-05-19 12:36:10 +00:00
|
|
|
"@11tyrocks/eleventy-plugin-sass-lightningcss": "^1.0.3",
|
2023-05-19 12:12:14 +00:00
|
|
|
"@sardine/eleventy-plugin-external-links": "^1.4.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",
|
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
"markdown-it-anchor": "^8.6.7"
|
2022-05-31 18:36:19 +00:00
|
|
|
}
|
|
|
|
}
|