forked from supermacro/elm-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.json
37 lines (37 loc) · 1.04 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
{
"type": "package",
"name": "supermacro/elm-antd",
"summary": "elm-antd is an implementation of the Ant design system for Elm",
"license": "MIT",
"version": "4.3.0",
"exposed-modules": [
"Ant.Alert",
"Ant.Button",
"Ant.Checkbox",
"Ant.Css",
"Ant.Divider",
"Ant.Icons",
"Ant.Input",
"Ant.Layout",
"Ant.Menu",
"Ant.Space",
"Ant.Theme",
"Ant.Tooltip",
"Ant.Typography",
"Ant.Typography.Text",
"Ant.Typography.Paragraph"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/svg": "1.0.1 <= v < 2.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-hex": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
}