-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.json
106 lines (106 loc) · 3.81 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
96
97
98
99
100
101
102
103
104
105
106
{
"type": "package",
"name": "EngageSoftware/elm-engage-common",
"summary": "Engage's common UI framework components",
"license": "Apache-2.0",
"version": "8.2.9",
"exposed-modules": [
"Engage.ListData",
"Engage.ListItem",
"Engage.SelectDict",
"Engage.Bool",
"Engage.Currency",
"Engage.Mode",
"Engage.String",
"Engage.Color",
"Engage.Namespace",
"Engage.RemoteData",
"Engage.Theme",
"Engage.ThemeHelper",
"Engage.Validation",
"Engage.RemoteValidation",
"Engage.CssHelpers",
"Engage.Decode",
"Engage.Scroll",
"Engage.UI.Input",
"Engage.UI.Button",
"Engage.UI.Loading",
"Engage.UI.Message",
"Engage.UI.MessageType",
"Engage.UI.Wizard",
"Engage.UI.Svg",
"Engage.UI.Table",
"Engage.UI.Error",
"Engage.UI.Dialog",
"Engage.UI.Card",
"Engage.UI.Info",
"Engage.UI.FormControl",
"Engage.UI.Attribute",
"Engage.UI.Dropdown",
"Engage.UI.PictureUpload",
"Engage.Form.HideOrShow",
"Engage.Form.Company",
"Engage.Form.Company.Types",
"Engage.Form.Company.Json",
"Engage.Form.MembershipTypeList",
"Engage.Form.Address",
"Engage.Form.Account",
"Engage.Form.FormAction",
"Engage.Form.Profile",
"Engage.Form.Contact",
"Engage.Form.Field",
"Engage.Form.Gender",
"Engage.Form.Password",
"Engage.Entity.Address",
"Engage.Entity.Account",
"Engage.Entity.Participant",
"Engage.Entity.Contact",
"Engage.Entity.Gender",
"Engage.CreditCard.Ports",
"Engage.Entity.PhoneNumber",
"Engage.Styles.Class",
"Engage.Html.Extra",
"Engage.Custom.Types",
"Engage.Custom.Field.Json",
"Engage.Custom.Form",
"Engage.Custom.Form.Json",
"Engage.Custom.Update",
"Engage.Pattern.CardCollector",
"Engage.Svg.CssHelpers"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"EngageSoftware/elm-dnn-http": "2.0.0 <= v < 3.0.0",
"EngageSoftware/elm-dnn-localization": "1.0.2 <= v < 2.0.0",
"EngageSoftware/elm-mustache": "1.0.0 <= v < 2.0.0",
"NoRedInk/elm-json-decode-pipeline": "1.0.0 <= v < 2.0.0",
"NoRedInk/elm-sortable-table": "1.0.0 <= v < 2.0.0",
"SiriusStarr/elm-password-strength": "1.0.1 <= v < 2.0.0",
"WhileTruu/elm-smooth-scroll": "1.0.1 <= v < 2.0.0",
"abadi199/elm-input-extra": "5.2.3 <= v < 6.0.0",
"abadi199/intl-phone-input": "2.0.1 <= v < 3.0.0",
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= 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/dict-extra": "2.4.0 <= v < 3.0.0",
"elm-community/easing-functions": "2.0.0 <= v < 3.0.0",
"elm-community/html-extra": "3.4.0 <= v < 4.0.0",
"elm-community/maybe-extra": "5.2.0 <= v < 6.0.0",
"elm-community/string-extra": "4.0.1 <= v < 5.0.0",
"elm-explorations/markdown": "1.0.0 <= v < 2.0.0",
"fapian/elm-html-aria": "1.4.0 <= v < 2.0.0",
"ggb/numeral-elm": "1.4.3 <= v < 2.0.0",
"justinmimbs/date": "3.2.0 <= v < 4.0.0",
"krisajenkins/remotedata": "6.0.1 <= v < 7.0.0",
"miyamoen/select-list": "4.1.0 <= v < 5.0.0",
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
"rtfeldman/elm-css": "16.1.0 <= v < 17.0.0",
"rtfeldman/elm-validate": "4.0.1 <= v < 5.0.0"
},
"test-dependencies": {}
}