-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathelm.codegen.json
More file actions
26 lines (26 loc) · 789 Bytes
/
Copy pathelm.codegen.json
File metadata and controls
26 lines (26 loc) · 789 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
{
"elm-codegen-version": "0.6.3",
"codegen-helpers": {
"packages": {
"elm/bytes": "1.0.8",
"elm/core": "1.0.5",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm-community/json-extra": "4.3.0",
"elm/url": "1.0.0",
"dillonkearns/elm-pages": "12.1.0",
"justinmimbs/time-extra": "1.2.0",
"justinmimbs/date": "4.1.0",
"elm/time": "1.0.0",
"elm/parser": "1.1.0",
"wolfadex/elm-rfc3339": "2.0.0",
"danfishgold/base64-bytes": "1.1.0",
"cachix/elm-uuid": "2.0.0",
"elm/regex": "1.0.0",
"eike/json-decode-complete": "1.1.0"
},
"local": [
"helpers"
]
}
}