elm.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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/parser": "1.1.0",
  15. "elm/svg": "1.0.1",
  16. "elm-community/list-extra": "8.7.0",
  17. "myrho/elm-round": "1.0.5",
  18. "terezka/elm-charts": "4.0.0"
  19. },
  20. "indirect": {
  21. "K-Adam/elm-dom": "1.0.0",
  22. "danhandrea/elm-time-extra": "1.1.0",
  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. "elm-explorations/test": "2.2.0"
  35. },
  36. "indirect": {
  37. "elm/bytes": "1.0.8",
  38. "elm/random": "1.0.0"
  39. }
  40. }
  41. }