elm.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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/http": "2.0.0",
  14. "elm/json": "1.1.3",
  15. "elm/parser": "1.1.0",
  16. "elm/svg": "1.0.1",
  17. "elm-community/list-extra": "8.7.0",
  18. "myrho/elm-round": "1.0.5",
  19. "terezka/elm-charts": "4.0.0"
  20. },
  21. "indirect": {
  22. "K-Adam/elm-dom": "1.0.0",
  23. "danhandrea/elm-time-extra": "1.1.0",
  24. "elm/bytes": "1.0.8",
  25. "elm/file": "1.0.5",
  26. "elm/time": "1.0.0",
  27. "elm/url": "1.0.0",
  28. "elm/virtual-dom": "1.0.2",
  29. "justinmimbs/date": "4.1.0",
  30. "justinmimbs/time-extra": "1.2.0",
  31. "ryan-haskell/date-format": "1.0.0",
  32. "terezka/intervals": "2.0.2"
  33. }
  34. },
  35. "test-dependencies": {
  36. "direct": {
  37. "elm-explorations/test": "2.2.0"
  38. },
  39. "indirect": {
  40. "elm/random": "1.0.0"
  41. }
  42. }
  43. }