forked from nyancrimew/maia.crimew.gay
17 lines
534 B
JSON
17 lines
534 B
JSON
{
|
|
"name": "maia.crimew.gay",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "rm -rf www && eleventy",
|
|
"serve": "rm -rf www && eleventy --serve",
|
|
"update": "git pull && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^v2.0.0-beta.1",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
|
|
"@sardine/eleventy-plugin-external-links": "^1.4.0",
|
|
"eleventy-plugin-time-to-read": "^1.3.0"
|
|
}
|
|
}
|