|
1 | 1 | { |
2 | | - "type": "application", |
3 | | - "source-directories": [ |
4 | | - "src", |
5 | | - "../src" |
6 | | - ], |
7 | | - "elm-version": "0.19.1", |
8 | | - "dependencies": { |
9 | | - "direct": { |
10 | | - "dillonkearns/elm-cli-options-parser": "5.0.1", |
11 | | - "dillonkearns/elm-pages": "12.2.1", |
12 | | - "elm/bytes": "1.0.8", |
13 | | - "elm/core": "1.0.5", |
14 | | - "elm/json": "1.1.4", |
15 | | - "elm/parser": "1.1.0", |
16 | | - "elm/regex": "1.0.0", |
17 | | - "elm/url": "1.0.0", |
18 | | - "elmcraft/core-extra": "2.3.0", |
19 | | - "json-tools/json-schema": "1.0.2", |
20 | | - "json-tools/json-value": "1.0.1", |
21 | | - "mdgriffith/elm-codegen": "6.0.3", |
22 | | - "miniBill/elm-fast-dict": "1.2.6", |
23 | | - "miniBill/elm-parser-error-extra": "1.0.1", |
24 | | - "miniBill/elm-yaml": "1.0.0", |
25 | | - "pithub/elm-parser-bug-workaround": "1.0.0", |
26 | | - "robinheghan/murmur3": "1.0.0", |
27 | | - "the-sett/elm-pretty-printer": "3.3.1", |
28 | | - "wolfadex/elm-ansi": "3.0.1", |
29 | | - "wolfadex/elm-open-api": "2.0.0" |
30 | | - }, |
31 | | - "indirect": { |
32 | | - "BrianHicks/elm-string-graphemes": "1.0.4", |
33 | | - "Chadtech/elm-bool-extra": "2.4.2", |
34 | | - "MaybeJustJames/yaml": "2.1.7", |
35 | | - "NoRedInk/elm-json-decode-pipeline": "1.0.1", |
36 | | - "avh4/elm-color": "1.0.0", |
37 | | - "danyx23/elm-mimetype": "4.0.1", |
38 | | - "dillonkearns/elm-bcp47-language-tag": "2.0.0", |
39 | | - "dillonkearns/elm-date-or-date-time": "2.0.0", |
40 | | - "dillonkearns/elm-form": "3.1.0", |
41 | | - "dillonkearns/elm-ts-json": "2.1.3", |
42 | | - "dividat/elm-semver": "2.0.0", |
43 | | - "elm/browser": "1.0.2", |
44 | | - "elm/file": "1.0.5", |
45 | | - "elm/html": "1.0.1", |
46 | | - "elm/http": "2.0.0", |
47 | | - "elm/random": "1.0.0", |
48 | | - "elm/time": "1.0.0", |
49 | | - "elm/virtual-dom": "1.0.5", |
50 | | - "elm-community/dict-extra": "2.4.0", |
51 | | - "elm-community/json-extra": "4.3.0", |
52 | | - "elm-community/list-extra": "8.7.0", |
53 | | - "elm-explorations/test": "2.2.1", |
54 | | - "fredcy/elm-parseint": "2.0.1", |
55 | | - "jluckyiv/elm-utc-date-strings": "1.0.0", |
56 | | - "justinmimbs/date": "4.1.0", |
57 | | - "miniBill/elm-codec": "2.3.1", |
58 | | - "miniBill/elm-unicode": "1.1.2", |
59 | | - "noahzgordon/elm-color-extra": "1.0.2", |
60 | | - "pithub/elm-parser-extra": "1.0.0", |
61 | | - "robinheghan/fnv1a": "1.0.0", |
62 | | - "rtfeldman/elm-css": "18.0.0", |
63 | | - "rtfeldman/elm-hex": "1.0.0", |
64 | | - "rtfeldman/elm-iso8601-date-strings": "1.1.4", |
65 | | - "stil4m/elm-syntax": "7.3.9", |
66 | | - "stil4m/structured-writer": "1.0.3", |
67 | | - "the-sett/elm-syntax-dsl": "6.0.5", |
68 | | - "zwilias/elm-utf-tools": "2.0.1" |
69 | | - } |
| 2 | + "type": "application", |
| 3 | + "source-directories": ["src", "../src"], |
| 4 | + "elm-version": "0.19.1", |
| 5 | + "dependencies": { |
| 6 | + "direct": { |
| 7 | + "dillonkearns/elm-cli-options-parser": "5.0.1", |
| 8 | + "dillonkearns/elm-pages": "12.2.1", |
| 9 | + "elm/bytes": "1.0.8", |
| 10 | + "elm/core": "1.0.5", |
| 11 | + "elm/json": "1.1.4", |
| 12 | + "elm/parser": "1.1.0", |
| 13 | + "elm/regex": "1.0.0", |
| 14 | + "elm/url": "1.0.0", |
| 15 | + "elmcraft/core-extra": "2.3.0", |
| 16 | + "json-tools/json-schema": "1.0.2", |
| 17 | + "json-tools/json-value": "1.0.1", |
| 18 | + "mdgriffith/elm-codegen": "6.0.3", |
| 19 | + "miniBill/elm-fast-dict": "1.2.6", |
| 20 | + "miniBill/elm-parser-error-extra": "1.0.1", |
| 21 | + "miniBill/elm-yaml": "1.0.0", |
| 22 | + "pithub/elm-parser-bug-workaround": "1.0.0", |
| 23 | + "robinheghan/murmur3": "1.0.0", |
| 24 | + "the-sett/elm-pretty-printer": "3.3.1", |
| 25 | + "wolfadex/elm-ansi": "3.0.1", |
| 26 | + "wolfadex/elm-open-api": "2.0.0" |
70 | 27 | }, |
71 | | - "test-dependencies": { |
72 | | - "direct": {}, |
73 | | - "indirect": {} |
| 28 | + "indirect": { |
| 29 | + "BrianHicks/elm-string-graphemes": "1.0.4", |
| 30 | + "Chadtech/elm-bool-extra": "2.4.2", |
| 31 | + "MaybeJustJames/yaml": "2.1.7", |
| 32 | + "NoRedInk/elm-json-decode-pipeline": "1.0.1", |
| 33 | + "avh4/elm-color": "1.0.0", |
| 34 | + "danyx23/elm-mimetype": "4.0.1", |
| 35 | + "dillonkearns/elm-bcp47-language-tag": "2.0.0", |
| 36 | + "dillonkearns/elm-date-or-date-time": "2.0.0", |
| 37 | + "dillonkearns/elm-form": "3.1.0", |
| 38 | + "dillonkearns/elm-ts-json": "2.1.3", |
| 39 | + "dividat/elm-semver": "2.0.0", |
| 40 | + "elm/browser": "1.0.2", |
| 41 | + "elm/file": "1.0.5", |
| 42 | + "elm/html": "1.0.1", |
| 43 | + "elm/http": "2.0.0", |
| 44 | + "elm/random": "1.0.0", |
| 45 | + "elm/time": "1.0.0", |
| 46 | + "elm/virtual-dom": "1.0.5", |
| 47 | + "elm-community/dict-extra": "2.4.0", |
| 48 | + "elm-community/json-extra": "4.3.0", |
| 49 | + "elm-community/list-extra": "8.7.0", |
| 50 | + "elm-explorations/test": "2.2.1", |
| 51 | + "fredcy/elm-parseint": "2.0.1", |
| 52 | + "jluckyiv/elm-utc-date-strings": "1.0.0", |
| 53 | + "justinmimbs/date": "4.1.0", |
| 54 | + "miniBill/elm-codec": "2.3.1", |
| 55 | + "miniBill/elm-unicode": "1.1.2", |
| 56 | + "noahzgordon/elm-color-extra": "1.0.2", |
| 57 | + "pithub/elm-parser-extra": "1.0.0", |
| 58 | + "robinheghan/fnv1a": "1.0.0", |
| 59 | + "rtfeldman/elm-css": "18.0.0", |
| 60 | + "rtfeldman/elm-hex": "1.0.0", |
| 61 | + "rtfeldman/elm-iso8601-date-strings": "1.1.4", |
| 62 | + "stil4m/elm-syntax": "7.3.9", |
| 63 | + "stil4m/structured-writer": "1.0.3", |
| 64 | + "the-sett/elm-syntax-dsl": "6.0.5", |
| 65 | + "zwilias/elm-utf-tools": "2.0.1" |
74 | 66 | } |
| 67 | + }, |
| 68 | + "test-dependencies": { |
| 69 | + "direct": {}, |
| 70 | + "indirect": {} |
| 71 | + } |
75 | 72 | } |
0 commit comments