/ frontend-elm / elm.json
elm.json
1 { 2 "type": "application", 3 "source-directories": [ 4 "src" 5 ], 6 "elm-version": "0.19.1", 7 "dependencies": { 8 "direct": { 9 "elm/browser": "1.0.2", 10 "elm/core": "1.0.5", 11 "elm/html": "1.0.0", 12 "elm/http": "2.0.0", 13 "elm/json": "1.1.3", 14 "mdgriffith/elm-ui": "1.1.8" 15 }, 16 "indirect": { 17 "elm/bytes": "1.0.8", 18 "elm/file": "1.0.5", 19 "elm/time": "1.0.0", 20 "elm/url": "1.0.0", 21 "elm/virtual-dom": "1.0.3" 22 } 23 }, 24 "test-dependencies": { 25 "direct": {}, 26 "indirect": {} 27 } 28 }