|
8 | 8 | "elm-version": "0.19.1", |
9 | 9 | "dependencies": { |
10 | 10 | "direct": { |
| 11 | + "dillonkearns/elm-cli-options-parser": "5.0.1", |
| 12 | + "dillonkearns/elm-pages": "12.1.2", |
11 | 13 | "elm/core": "1.0.5", |
12 | 14 | "elm/json": "1.1.4", |
13 | 15 | "elm/random": "1.0.0", |
|
16 | 18 | "the-sett/elm-pretty-printer": "3.3.1" |
17 | 19 | }, |
18 | 20 | "indirect": { |
| 21 | + "Chadtech/elm-bool-extra": "2.4.2", |
| 22 | + "MaybeJustJames/yaml": "2.1.7", |
| 23 | + "avh4/elm-color": "1.0.0", |
| 24 | + "danyx23/elm-mimetype": "4.0.1", |
| 25 | + "dillonkearns/elm-bcp47-language-tag": "2.0.0", |
| 26 | + "dillonkearns/elm-date-or-date-time": "2.0.0", |
| 27 | + "dillonkearns/elm-form": "3.1.0", |
| 28 | + "dillonkearns/elm-ts-json": "2.1.2", |
| 29 | + "elm/browser": "1.0.2", |
| 30 | + "elm/bytes": "1.0.8", |
| 31 | + "elm/file": "1.0.5", |
| 32 | + "elm/html": "1.0.1", |
| 33 | + "elm/http": "2.0.0", |
19 | 34 | "elm/parser": "1.1.0", |
| 35 | + "elm/regex": "1.0.0", |
20 | 36 | "elm/time": "1.0.0", |
21 | | - "stil4m/structured-writer": "1.0.3" |
| 37 | + "elm/url": "1.0.0", |
| 38 | + "elm/virtual-dom": "1.0.5", |
| 39 | + "elm-community/dict-extra": "2.4.0", |
| 40 | + "elm-community/list-extra": "8.7.0", |
| 41 | + "elm-explorations/test": "2.2.1", |
| 42 | + "elmcraft/core-extra": "2.3.0", |
| 43 | + "fredcy/elm-parseint": "2.0.1", |
| 44 | + "jluckyiv/elm-utc-date-strings": "1.0.0", |
| 45 | + "justinmimbs/date": "4.1.0", |
| 46 | + "mdgriffith/elm-codegen": "6.0.2", |
| 47 | + "miniBill/elm-codec": "2.3.0", |
| 48 | + "miniBill/elm-unicode": "1.1.1", |
| 49 | + "noahzgordon/elm-color-extra": "1.0.2", |
| 50 | + "pithub/elm-parser-bug-workaround": "1.0.0", |
| 51 | + "pithub/elm-parser-extra": "1.0.0", |
| 52 | + "robinheghan/fnv1a": "1.0.0", |
| 53 | + "robinheghan/murmur3": "1.0.0", |
| 54 | + "rtfeldman/elm-css": "18.0.0", |
| 55 | + "rtfeldman/elm-iso8601-date-strings": "1.1.4", |
| 56 | + "stil4m/structured-writer": "1.0.3", |
| 57 | + "the-sett/elm-syntax-dsl": "6.0.5", |
| 58 | + "wolfadex/elm-ansi": "3.0.1" |
22 | 59 | } |
23 | 60 | }, |
24 | 61 | "test-dependencies": { |
|
0 commit comments