github.com/simpleiot/simpleiot@v0.18.3/frontend/elm.json (about) 1 { 2 "type": "application", 3 "source-directories": [ 4 "src", 5 ".elm-spa/defaults", 6 ".elm-spa/generated" 7 ], 8 "elm-version": "0.19.1", 9 "dependencies": { 10 "direct": { 11 "NoRedInk/elm-json-decode-pipeline": "1.0.1", 12 "avh4/elm-color": "1.0.0", 13 "chelovek0v/bbase64": "1.0.1", 14 "cuducos/elm-format-number": "9.0.1", 15 "elm/browser": "1.0.2", 16 "elm/core": "1.0.5", 17 "elm/file": "1.0.5", 18 "elm/html": "1.0.0", 19 "elm/http": "2.0.0", 20 "elm/json": "1.1.3", 21 "elm/parser": "1.1.0", 22 "elm/svg": "1.0.1", 23 "elm/time": "1.0.0", 24 "elm/url": "1.0.0", 25 "elm-community/json-extra": "4.3.0", 26 "elm-community/list-extra": "8.7.0", 27 "feathericons/elm-feather": "1.5.0", 28 "justinmimbs/date": "4.1.0", 29 "justinmimbs/time-extra": "1.2.0", 30 "jxxcarlson/elm-typed-time": "1.2.0", 31 "mdgriffith/elm-ui": "1.1.8", 32 "myrho/elm-round": "1.0.5", 33 "rtfeldman/elm-iso8601-date-strings": "1.1.4", 34 "ryan-haskell/elm-spa": "1.0.0", 35 "zwilias/elm-rosetree": "1.5.0" 36 }, 37 "indirect": { 38 "elm/bytes": "1.0.8", 39 "elm/regex": "1.0.0", 40 "elm/virtual-dom": "1.0.3", 41 "elm-community/maybe-extra": "5.3.0" 42 } 43 }, 44 "test-dependencies": { 45 "direct": { 46 "elm-explorations/test": "2.2.0" 47 }, 48 "indirect": { 49 "elm/random": "1.0.0" 50 } 51 } 52 }