-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelm.json
41 lines (41 loc) · 1.33 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
{
"type": "package",
"name": "the-sett/salix",
"summary": "A language for code generation.",
"license": "BSD-3-Clause",
"version": "4.0.3",
"exposed-modules": [
"Errors",
"L1",
"L2",
"L3",
"Naming",
"Checker",
"Query",
"SourcePos",
"Elm.Lang",
"Elm.FunDecl",
"Elm.Json.Coding"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"dillonkearns/elm-markdown": "3.0.0 <= v < 4.0.0",
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm-community/maybe-extra": "5.1.0 <= v < 6.0.0",
"mdgriffith/elm-markup": "3.0.1 <= v < 4.0.0",
"mgold/elm-nonempty-list": "4.1.0 <= v < 5.0.0",
"rtfeldman/elm-css": "16.1.1 <= v < 17.0.0",
"the-sett/ai-search": "5.0.0 <= v < 6.0.0",
"the-sett/elm-error-handling": "2.2.0 <= v < 3.0.0",
"the-sett/elm-pretty-printer": "2.2.3 <= v < 3.0.0",
"the-sett/elm-refine": "1.4.0 <= v < 2.0.0",
"the-sett/elm-string-case": "1.0.2 <= v < 2.0.0",
"the-sett/elm-syntax-dsl": "5.2.0 <= v < 6.0.0",
"the-sett/lazy-list": "1.1.1 <= v < 2.0.0"
},
"test-dependencies": {
"elm-explorations/test": "1.2.2 <= v < 2.0.0"
}
}