all repos

onasty @ 7dc6a9689bae42247cc787cb0c89bc60942077b6

a one-time notes service

onasty/web/elm.json (view raw)

Smirnov Olexandr Smirnov Olexandr
ss2316544@gmail.com
web: show note (#147)..., 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
            "jweir/elm-iso8601": "7.0.1",
19
            "simonh1000/elm-jwt": "7.1.1"
20
        },
21
        "indirect": {
22
            "danfishgold/base64-bytes": "1.1.0",
23
            "elm/bytes": "1.0.8",
24
            "elm/file": "1.0.5",
25
            "elm/regex": "1.0.0",
26
            "elm/virtual-dom": "1.0.3"
27
        }
28
    },
29
    "test-dependencies": {
30
        "direct": {
31
            "elm-explorations/test": "2.2.0"
32
        },
33
        "indirect": {
34
            "elm/random": "1.0.0"
35
        }
36
    }
37
}