website-and-documentation/devbox.json

13 lines
245 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": [
"hugo@0.125.4",
2024-11-07 09:37:33 +01:00
"dart-sass@1.75.0",
"go@latest"
],
"shell": {
"init_hook": [],
"scripts": {}
}
}