-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.json
35 lines (35 loc) · 1.05 KB
/
elm.json
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
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"Janiczek/elm-bidict": "3.1.0",
"Janiczek/transform": "1.1.1",
"elm/core": "1.0.5",
"elm-community/list-extra": "8.7.0",
"elm-community/maybe-extra": "5.3.0",
"elm-community/result-extra": "2.4.0",
"fredcy/elm-parseint": "2.0.1",
"kraklin/elm-debug-parser": "2.0.0",
"rtfeldman/console-print": "1.0.1",
"turboMaCk/any-dict": "2.6.0",
"wernerdegroot/listzipper": "4.0.0",
"zwilias/elm-rosetree": "1.5.0"
},
"indirect": {
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm-community/dict-extra": "2.4.0",
"erlandsona/assoc-set": "1.1.2",
"pzp1997/assoc-list": "1.0.0",
"skyqrose/assoc-list-extra": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}