onasty/web/elm.json (view raw)
Olexandr Smirnov
Olexandr Smirnov
ss2316544@gmail.com web: general refactor (#158)..., 11 months ago
ss2316544@gmail.com web: general refactor (#158)..., 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/time": "1.0.0", |
| 16 | "elm/url": "1.0.0", |
| 17 | "rtfeldman/elm-iso8601-date-strings": "1.1.4", |
| 18 | "ryan-haskell/date-format": "1.0.0", |
| 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/parser": "1.1.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 | } |