This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
elm.json
59 lines (59 loc) · 1.59 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
{
"type": "package",
"name": "PaackEng/paack-ui",
"summary": "Paack's Design System applied over Elm UI",
"license": "BSD-3-Clause",
"version": "7.23.0",
"exposed-modules": [
"UI.Alert",
"UI.Analytics",
"UI.Badge",
"UI.Button",
"UI.Checkbox",
"UI.ContentPlaceholder",
"UI.DatePicker",
"UI.Dialog",
"UI.Document",
"UI.Dropdown",
"UI.Effects",
"UI.Filter",
"UI.Icon",
"UI.Link",
"UI.LoadingView",
"UI.Menu",
"UI.Paginator",
"UI.Palette",
"UI.Radio",
"UI.RenderConfig",
"UI.Size",
"UI.Switch",
"UI.Tables.Common",
"UI.Tables.Stateful",
"UI.Tables.Stateless",
"UI.Tabs",
"UI.Text",
"UI.TextField",
"UI.Tile",
"UI.Utils.Action",
"UI.Utils.ARIA",
"UI.Utils.DateInput",
"UI.Utils.Element",
"UI.Utils.Focus",
"UI.Utils.TypeNumbers"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"PaackEng/elm-ui-dropdown": "3.1.1 <= v < 4.0.0",
"PanagiotisGeorgiadis/elm-datetime": "1.3.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/svg": "1.0.1 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"mdgriffith/elm-ui": "1.1.8 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
}