-
Notifications
You must be signed in to change notification settings - Fork 65
/
elm.json
95 lines (95 loc) · 3.5 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"type": "package",
"name": "finos/morphir-elm",
"summary": "Morphir Elm bindings",
"license": "Apache-2.0",
"version": "22.0.2",
"exposed-modules": [
"Morphir.SDK.Decimal",
"Morphir.SDK.Int",
"Morphir.SDK.String",
"Morphir.SDK.List",
"Morphir.SDK.LocalDate",
"Morphir.SDK.Number",
"Morphir.SDK.Rule",
"Morphir.SDK.Key",
"Morphir.SDK.StatefulApp",
"Morphir.SDK.Aggregate",
"Morphir.SDK.Dict",
"Morphir.SDK.ResultList",
"Morphir.SDK.LocalTime",
"Morphir.SDK.UUID",
"Morphir.SDK.Json.Encode",
"Morphir.SDK.Json.Decode",
"Morphir.IR.Name",
"Morphir.IR.NodeId",
"Morphir.IR.Decoration",
"Morphir.IR.Decoration.Codec",
"Morphir.IR.Path",
"Morphir.IR.QName",
"Morphir.IR.FQName",
"Morphir.IR.AccessControlled",
"Morphir.IR.Documented",
"Morphir.IR.Type",
"Morphir.IR.Value",
"Morphir.IR.Literal",
"Morphir.IR.Module",
"Morphir.IR.Package",
"Morphir.IR.Package.Codec",
"Morphir.IR.Distribution",
"Morphir.IR.Distribution.Codec",
"Morphir.IR.FormatVersion",
"Morphir.IR.FormatVersion.Codec",
"Morphir.Elm.Frontend",
"Morphir.Elm.Frontend.Codec",
"Morphir.Elm.IncrementalResolve",
"Morphir.Scala.Backend",
"Morphir.Scala.Backend.Codec",
"Morphir.File.FileMap",
"Morphir.File.FileMap.Codec",
"Morphir.File.SourceCode",
"Morphir.Scala.AST",
"Morphir.Scala.PrettyPrinter",
"Morphir.Value.Interpreter",
"Morphir.Value.Native",
"Morphir.Metadata",
"Morphir.Graph.Grapher",
"Morphir.Type.Cardinality"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"TSFoster/elm-uuid": "4.2.0 <= v < 5.0.0",
"chain-partners/elm-bignum": "1.0.1 <= v < 2.0.0",
"cmditch/elm-bigint": "1.0.1 <= v < 2.0.0",
"cuducos/elm-format-number": "8.1.4 <= v < 9.0.0",
"dillonkearns/elm-markdown": "7.0.0 <= v < 8.0.0",
"dosarf/elm-tree-view": "3.0.0 <= v < 4.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.4 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/parser": "1.1.0 <= v < 2.0.0",
"elm/random": "1.0.0 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm-community/graph": "6.0.0 <= v < 7.0.0",
"elm-community/list-extra": "8.2.4 <= v < 9.0.0",
"elm-community/maybe-extra": "5.0.0 <= v < 6.0.0",
"elm-community/random-extra": "3.2.0 <= v < 4.0.0",
"elm-explorations/markdown": "1.0.0 <= v < 2.0.0",
"elm-explorations/test": "2.0.1 <= v < 3.0.0",
"erlandsona/assoc-set": "1.1.0 <= v < 2.0.0",
"fabhof/elm-ui-datepicker": "5.0.0 <= v < 6.0.0",
"justinmimbs/date": "3.2.1 <= v < 4.0.0",
"lattyware/elm-fontawesome": "6.0.0 <= v < 7.0.0",
"matthewsj/elm-ordering": "2.0.0 <= v < 3.0.0",
"mdgriffith/elm-ui": "1.1.8 <= v < 2.0.0",
"pzp1997/assoc-list": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.4 <= v < 2.0.0",
"rundis/elm-bootstrap": "5.2.0 <= v < 6.0.0",
"stil4m/elm-syntax": "7.2.1 <= v < 8.0.0",
"waratuman/json-extra": "1.0.0 <= v < 1.0.3"
},
"test-dependencies": {}
}