mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
".",
|
|
"../benchmark-utilities",
|
|
"./repo/src"
|
|
],
|
|
"elm-version": "0.19.1",
|
|
"dependencies": {
|
|
"direct": {
|
|
"BrianHicks/elm-trend": "2.1.3",
|
|
"elm/browser": "1.0.2",
|
|
"elm/core": "1.0.5",
|
|
"elm/html": "1.0.0",
|
|
"elm/http": "2.0.0",
|
|
"elm/json": "1.1.3",
|
|
"elm-explorations/benchmark": "1.0.2",
|
|
"ianmackenzie/elm-geometry": "3.9.0",
|
|
"ianmackenzie/elm-triangular-mesh": "1.1.0",
|
|
"ianmackenzie/elm-units": "2.9.0"
|
|
},
|
|
"indirect": {
|
|
"elm/bytes": "1.0.8",
|
|
"elm/file": "1.0.5",
|
|
"elm/random": "1.0.0",
|
|
"elm/regex": "1.0.0",
|
|
"elm/time": "1.0.0",
|
|
"elm/url": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2",
|
|
"ianmackenzie/elm-1d-parameter": "1.0.1",
|
|
"ianmackenzie/elm-float-extra": "1.1.0",
|
|
"ianmackenzie/elm-interval": "2.0.0",
|
|
"ianmackenzie/elm-units-interval": "2.3.0",
|
|
"mdgriffith/style-elements": "5.0.2",
|
|
"robinheghan/murmur3": "1.0.0"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {},
|
|
"indirect": {}
|
|
}
|
|
}
|