elm.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "type": "application",
  3. "source-directories": [
  4. "src"
  5. ],
  6. "elm-version": "0.19.1",
  7. "dependencies": {
  8. "direct": {
  9. "NoRedInk/elm-json-decode-pipeline": "1.0.1",
  10. "elm/browser": "1.0.2",
  11. "elm/core": "1.0.5",
  12. "elm/html": "1.0.0",
  13. "elm/json": "1.1.3",
  14. "elm-community/list-extra": "8.7.0",
  15. "myrho/elm-round": "1.0.5",
  16. "terezka/elm-charts": "4.0.0"
  17. },
  18. "indirect": {
  19. "K-Adam/elm-dom": "1.0.0",
  20. "danhandrea/elm-time-extra": "1.1.0",
  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/virtual-dom": "1.0.2",
  26. "justinmimbs/date": "4.1.0",
  27. "justinmimbs/time-extra": "1.2.0",
  28. "ryan-haskell/date-format": "1.0.0",
  29. "terezka/intervals": "2.0.2"
  30. }
  31. },
  32. "test-dependencies": {
  33. "direct": {},
  34. "indirect": {}
  35. }
  36. }