-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathdevbox.json
More file actions
35 lines (35 loc) · 776 Bytes
/
devbox.json
File metadata and controls
35 lines (35 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
"packages": [
"solc-select@1.0.4",
"go-ethereum@1.13.5",
"foundry@1.0.0",
"git@latest",
"go@1.24.0",
"goreleaser@latest",
"postgresql@15",
"python@latest",
"curl@latest",
"nodejs@18.20.4",
"pnpm@latest",
"yarn@1.22.19",
"pre-commit@3.6.0",
"go-mockery@latest",
"gotools@latest",
"gopls@latest",
"delve@latest",
"gh@latest",
"jq@latest",
"dasel@latest",
"typos@latest",
"awscli2@latest",
"devspace@latest",
"kubectl@latest",
"kubernetes-helm@3.15.2",
"k9s@latest",
"actionlint@1.6.26",
"golangci-lint@1.64.5",
"just@1.39.0",
"shellcheck@0.10.0"
]
}