-
Notifications
You must be signed in to change notification settings - Fork 5
/
elm.json
48 lines (48 loc) · 1.51 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
{
"type": "package",
"name": "QiTASC/hatchinq",
"summary": "An experimental library for UI elements. Not for production use.",
"license": "Apache-2.0",
"version": "29.0.0",
"exposed-modules": [
"Hatchinq.Examples",
"Hatchinq.AppBar",
"Hatchinq.Attribute",
"Hatchinq.Button",
"Hatchinq.Card",
"Hatchinq.Checkbox",
"Hatchinq.Chip",
"Hatchinq.Color",
"Hatchinq.DataTable",
"Hatchinq.Divider",
"Hatchinq.DropDown",
"Hatchinq.IconButton",
"Hatchinq.List",
"Hatchinq.Menu",
"Hatchinq.Paginator",
"Hatchinq.ProgressIndicator",
"Hatchinq.RadioButton",
"Hatchinq.RoundImage",
"Hatchinq.SidePanel",
"Hatchinq.Snackbar",
"Hatchinq.TabBar",
"Hatchinq.TextField",
"Hatchinq.Theme",
"Hatchinq.Tree"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"NoRedInk/elm-json-decode-pipeline": "1.0.0 <= v < 2.0.0",
"andrewMacmurray/elm-delay": "3.0.0 <= v < 4.0.0",
"avh4/elm-color": "1.0.0 <= v < 2.0.0",
"elm/browser": "1.0.2 <= v < 2.0.0",
"elm/core": "1.0.4 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/random": "1.0.0 <= v < 2.0.0",
"elm/time": "1.0.0 <= v < 2.0.0",
"mdgriffith/elm-ui": "1.1.5 <= v < 2.0.0",
"rtfeldman/elm-css": "16.1.0 <= v < 17.0.0"
},
"test-dependencies": {}
}