-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathelm.json
118 lines (118 loc) · 3.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
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
107
108
109
110
111
112
113
114
115
116
117
118
{
"type": "package",
"name": "unison/ui-core",
"summary": "Core libraries and design system for the UIs of the Unison programming language",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": [
"UI.AppDocument",
"UI.AppHeader",
"UI.ExternalLinkIcon",
"UI.Color",
"UI.Sizing",
"UI.Sidebar",
"UI.ByAt",
"UI.MillerColumns",
"UI.Banner",
"UI.CopyField",
"UI.EmptyStateCard",
"UI.Toolbar",
"UI.TabList",
"UI.Button",
"UI.Modal",
"UI.Tooltip",
"UI.Placeholder",
"UI.Navigation",
"UI.Card",
"UI.FoldToggle",
"UI.Form.CheckboxField",
"UI.Form.TextField",
"UI.Form.RadioField",
"UI.PageLayout",
"UI.PageHeader",
"UI.PageContent",
"UI.PageTitle",
"UI.Avatar",
"UI.Click",
"UI.Icon",
"UI.KeyboardShortcut",
"UI.KeyboardShortcut.Key",
"UI.KeyboardShortcut.KeyboardEvent",
"UI.ActionMenu",
"UI.DateTime",
"UI.CopyrightYear",
"UI.CopyOnClick",
"UI.ErrorCard",
"UI.ProfileSnippet",
"UI.StatusBanner",
"UI.StatusMessage",
"UI.Steps",
"UI.Tag",
"UI.KpiTag",
"Code.Browser",
"Code.CodebaseApi",
"Code.CodebaseTree",
"Code.Config",
"Code.DefinitionDetailTooltip",
"Code.Finder",
"Code.FullyQualifiedName",
"Code.FullyQualifiedNameSet",
"Code.Version",
"Code.ProjectNameListing",
"Code.ProjectName",
"Code.ProjectSlug",
"Code.Hash",
"Code.HashQualified",
"Code.Hashvatar",
"Code.EmptyState",
"Code.Namespace",
"Code.Perspective",
"Code.ReadmeCard",
"Code.Syntax",
"Code.UrlParsers",
"Code.Workspace",
"Code.Branch",
"Code.BranchRef",
"Lib.Util",
"Lib.Paginated",
"Lib.OperatingSystem",
"Lib.Search",
"Lib.SearchResults",
"Lib.TreePath",
"Lib.Color.Harmony",
"Lib.UnicodeSort",
"Lib.HttpApi",
"Lib.ScrollEvent",
"Lib.ScrollTo"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"NoRedInk/elm-json-decode-pipeline": "1.0.1 <= v < 2.0.0",
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "1.0.0 <= v < 2.0.0",
"elm/core": "1.0.0 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/http": "2.0.0 <= v < 3.0.0",
"elm/json": "1.1.0 <= v < 2.0.0",
"elm/parser": "1.1.0 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.0 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"elm/url": "1.0.0 <= v < 2.0.0",
"elm-community/html-extra": "3.4.0 <= v < 4.0.0",
"elm-community/json-extra": "4.3.0 <= v < 5.0.0",
"elm-community/list-extra": "8.2.0 <= v < 9.0.0",
"elm-community/maybe-extra": "5.2.0 <= v < 6.0.0",
"elm-community/string-extra": "4.0.0 <= v < 5.0.0",
"krisajenkins/remotedata": "6.0.0 <= v < 7.0.0",
"mgold/elm-nonempty-list": "4.1.0 <= v < 5.0.0",
"noahzgordon/elm-color-extra": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-iso8601-date-strings": "1.1.4 <= v < 2.0.0",
"ryan-haskell/date-format": "1.0.0 <= v < 2.0.0",
"stoeffel/set-extra": "1.2.0 <= v < 2.0.0",
"wernerdegroot/listzipper": "4.0.0 <= v < 5.0.0"
},
"test-dependencies": {
"elm-explorations/test": "2.0.0 <= v < 3.0.0"
}
}