-
Notifications
You must be signed in to change notification settings - Fork 39
/
elm-package.json
100 lines (95 loc) · 2.44 KB
/
elm-package.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
{
"version": "1.2.2",
"summary": "UI Library in ELM",
"repository": "https://github.com/gdotdesign/elm-ui.git",
"license": "BSD-2-Clause",
"source-directories": [
"source",
"spec"
],
"native-modules": true,
"exposed-modules": [
"Ext.Color",
"Ext.Date",
"Ext.Number",
"Html.Events.Extra",
"Html.Events.Options",
"Ui.Helpers.Drag",
"Ui.Helpers.Dropdown",
"Ui.Helpers.Emitter",
"Ui.Helpers.Env",
"Ui.Helpers.Intendable",
"Ui.Helpers.PeriodicUpdate",
"Ui.Helpers.Picker",
"Ui.Helpers.Ripple",
"Ui.Native.FileManager",
"Ui.Native.Scrolls",
"Ui.Native.Uid",
"Ui.Styles.Theme",
"Ui.Styles",
"Ui.Breadcrumbs",
"Ui.Button",
"Ui.ButtonGroup",
"Ui.Calendar",
"Ui.Checkbox",
"Ui.Chooser",
"Ui.ColorPicker",
"Ui.ColorPanel",
"Ui.ColorFields",
"Ui.Container",
"Ui.DatePicker",
"Ui.DropdownMenu",
"Ui.Fab",
"Ui.FileInput",
"Ui.Header",
"Ui.IconButton",
"Ui.Icons",
"Ui.Image",
"Ui.InplaceInput",
"Ui.Input",
"Ui.Layout",
"Ui.Link",
"Ui.Loader",
"Ui.Modal",
"Ui.NotificationCenter",
"Ui.NumberPad",
"Ui.NumberRange",
"Ui.Pager",
"Ui.Ratings",
"Ui.ScrolledPanel",
"Ui.SearchInput",
"Ui.Slider",
"Ui.Tabs",
"Ui.Tagger",
"Ui.Textarea",
"Ui.Time",
"Ui"
],
"dependencies": {
"eskimoblood/elm-color-extra": "5.0.0 <= v < 6.0.0",
"elm-community/maybe-extra": "4.0.0 <= v < 5.0.0",
"elm-community/list-extra": "5.0.1 <= v < 6.0.0",
"coreytrampe/elm-vendor": "2.0.3 <= v < 3.0.0",
"rluiten/elm-date-extra": "8.5.1 <= v < 9.0.0",
"elm-lang/virtual-dom": "2.0.4 <= v < 3.0.0",
"gdotdesign/elm-spec": "1.1.1 <= v <= 2.0.0",
"fredcy/elm-parseint": "2.0.0 <= v < 2.0.1",
"gdotdesign/elm-dom": "1.0.0 <= v < 2.0.0",
"ggb/numeral-elm": "1.4.0 <= v < 2.0.0",
"elm-lang/window": "1.0.1 <= v < 2.0.0",
"elm-lang/mouse": "1.0.1 <= v < 2.0.0",
"elm-lang/lazy": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 4.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/dom": "1.1.1 <= v < 2.0.0",
"elm-lang/svg": "2.0.0 <= v < 3.0.0"
},
"dependency-sources": {
"mdgriffith/style-elements": {
"url": "https://github.com/gdotdesign/style-elements.git",
"ref": "23153a4fecb43fdf8c880bd390b1cdf012b3af14"
}
},
"elm-version": "0.18.0 <= v < 0.19.0"
}