forked from bluedogtraining/bdt-elm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm.json
56 lines (56 loc) · 1.7 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
{
"type": "package",
"name": "bluedogtraining/bdt-elm",
"summary": "Elm modules commonly used at BDT",
"license": "BSD-3-Clause",
"version": "19.0.0",
"exposed-modules": [
"Resettable",
"Form.Label",
"Form.Input",
"Form.IntInput",
"Form.FloatInput",
"Form.Select",
"Form.MultiSelect",
"Form.SearchSelect",
"Form.DatePicker",
"Form.TextArea",
"Toasters",
"Grid",
"Grid.Size",
"Card",
"Modal",
"Button",
"Toggle",
"Css.Bdt",
"Html.Styled.Bdt",
"List.Bdt",
"List.Nonempty.Bdt",
"Set.Any.Bdt",
"Time.Bdt",
"StringFormatting",
"FeatherIcons"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"NoRedInk/elm-json-decode-pipeline": "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": "1.0.0 <= v < 2.0.0",
"elm/json": "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/virtual-dom": "1.0.0 <= v < 2.0.0",
"elm-community/json-extra": "4.0.0 <= v < 5.0.0",
"elm-community/list-extra": "8.0.0 <= v < 9.0.0",
"elm-community/string-extra": "3.0.0 <= v < 4.0.0",
"isaacseymour/deprecated-time": "1.0.0 <= v < 2.0.0",
"mgold/elm-nonempty-list": "4.0.0 <= v < 5.0.0",
"rtfeldman/elm-css": "15.1.0 <= v < 16.0.0",
"turboMaCk/any-set": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.0.0 <= v < 2.0.0"
}
}