2022-05-31 18:36:19 +00:00
|
|
|
{
|
|
|
|
"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"
|
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",
|
2022-05-31 18:36:19 +00:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|