all repos

onasty @ ef386ed

a one-time notes service

onasty/web/elm.json (view raw)

Olexandr Smirnov Olexandr Smirnov
ss2316544@gmail.com
web: pretty time (#157)..., 11 months ago
1
{
2
    "type": "application",
3
    "source-directories": [
4
        "src",
5
        ".elm-land/src"
6
    ],
7
    "elm-version": "0.19.1",
8
    "dependencies": {
9
        "direct": {
10
            "elm/browser": "1.0.2",
11
            "elm/core": "1.0.5",
12
            "elm/html": "1.0.0",
13
            "elm/http": "2.0.0",
14
            "elm/json": "1.1.3",
15
            "elm/svg": "1.0.1",
16
            "elm/time": "1.0.0",
17
            "elm/url": "1.0.0",
18
            "rtfeldman/elm-iso8601-date-strings": "1.1.4",
19
            "ryan-haskell/date-format": "1.0.0",
20
            "simonh1000/elm-jwt": "7.1.1"
21
        },
22
        "indirect": {
23
            "danfishgold/base64-bytes": "1.1.0",
24
            "elm/bytes": "1.0.8",
25
            "elm/file": "1.0.5",
26
            "elm/parser": "1.1.0",
27
            "elm/virtual-dom": "1.0.3"
28
        }
29
    },
30
    "test-dependencies": {
31
        "direct": {
32
            "elm-explorations/test": "2.2.0"
33
        },
34
        "indirect": {
35
            "elm/random": "1.0.0"
36
        }
37
    }
38
}