maia.crimew.gay/package.json

18 lines
534 B
JSON
Raw Normal View History

{
"name": "maia.crimew.gay",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf www && eleventy",
2022-05-31 19:30:08 +00:00
"serve": "rm -rf www && eleventy --serve",
"update": "git pull && npm run build"
},
"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:12:14 +00:00
"@sardine/eleventy-plugin-external-links": "^1.4.0",
2023-05-19 11:56:16 +00:00
"eleventy-plugin-time-to-read": "^1.3.0"
}
}