-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm.json
46 lines (46 loc) · 1.28 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
{
"type": "package",
"name": "orus-io/elm-orus-ui",
"summary": "A Material Design based UI Toolkit.",
"license": "MIT",
"version": "1.0.1",
"exposed-modules": [
"OUI",
"OUI.Badge",
"OUI.Button",
"OUI.Checkbox",
"OUI.Dialog",
"OUI.Divider",
"OUI.Element.Modal",
"OUI.Icon",
"OUI.Image",
"OUI.Material",
"OUI.Material.Color",
"OUI.Material.Theme",
"OUI.Menu",
"OUI.MenuButton",
"OUI.Navigation",
"OUI.Progress",
"OUI.Slider",
"OUI.Switch",
"OUI.RadioButton",
"OUI.Tabs",
"OUI.Text",
"OUI.TextField",
"OUI.Utils.ARIA"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"dillonkearns/elm-markdown": "7.0.1 <= v < 8.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",
"mdgriffith/elm-ui": "1.1.8 <= v < 2.0.0",
"noahzgordon/elm-color-extra": "1.0.2 <= v < 2.0.0",
"orus-io/elm-spa": "3.0.0 <= v < 4.0.0"
},
"test-dependencies": {}
}