onasty/web/elm.json (view raw)
Smirnov Oleksandr
Smirnov Oleksandr
ss2316544@gmail.com web: create note page (#144)..., 11 months ago
ss2316544@gmail.com web: create note page (#144)..., 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 | "jweir/elm-iso8601": "7.0.1", |
| 18 | "simonh1000/elm-jwt": "7.1.1" |
| 19 | }, |
| 20 | "indirect": { |
| 21 | "danfishgold/base64-bytes": "1.1.0", |
| 22 | "elm/bytes": "1.0.8", |
| 23 | "elm/file": "1.0.5", |
| 24 | "elm/regex": "1.0.0", |
| 25 | "elm/virtual-dom": "1.0.3" |
| 26 | } |
| 27 | }, |
| 28 | "test-dependencies": { |
| 29 | "direct": { |
| 30 | "elm-explorations/test": "2.2.0" |
| 31 | }, |
| 32 | "indirect": { |
| 33 | "elm/random": "1.0.0" |
| 34 | } |
| 35 | } |
| 36 | } |