seax/frontend/elm.json
Evangelos Lamprou b69ee0d7de Add fun emoji icons
- TODO: Replace in the feature with website favicon
2023-10-23 18:46:49 +02:00

73 lines
2.6 KiB
JSON

{
"type": "application",
"source-directories": [
"src",
"../../airlock/src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"Evelios/elm-hash": "1.0.0",
"TSFoster/elm-bytes-extra": "1.3.0",
"avh4/elm-color": "1.0.0",
"cmditch/elm-bigint": "2.0.1",
"elm/browser": "1.0.2",
"elm/bytes": "1.0.8",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/svg": "1.0.1",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm-community/list-extra": "8.7.0",
"elm-community/maybe-extra": "5.3.0",
"elm-community/string-extra": "4.0.1",
"figbus/elm-urbit-api": "4.0.1",
"hecrj/html-parser": "2.4.0",
"ianmackenzie/elm-1d-parameter": "1.0.1",
"ianmackenzie/elm-3d-camera": "3.1.0",
"ianmackenzie/elm-3d-scene": "1.0.1",
"ianmackenzie/elm-geometry": "3.11.0",
"ianmackenzie/elm-triangular-mesh": "1.1.0",
"ianmackenzie/elm-units": "2.10.0",
"jasonliang-dev/elm-heroicons": "2.0.0",
"jxxcarlson/hex": "4.0.0",
"marcosh/elm-html-to-unicode": "1.0.4",
"mdgriffith/elm-animator": "1.1.1",
"mdgriffith/elm-ui": "1.1.8",
"rtfeldman/elm-css": "18.0.0",
"rtfeldman/elm-hex": "1.0.0",
"toastal/either": "3.6.3",
"zwilias/elm-html-string": "2.0.2"
},
"indirect": {
"AdrianRibao/elm-derberos-date": "1.2.3",
"NoRedInk/elm-string-conversions": "1.0.1",
"bitsoflogic/elm-radixint": "2.0.0",
"bonzaico/murmur3": "1.0.0",
"chain-partners/elm-bignum": "1.0.1",
"elm/file": "1.0.5",
"elm/parser": "1.1.0",
"elm/random": "1.0.0",
"elm/regex": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-explorations/linear-algebra": "1.0.3",
"elm-explorations/webgl": "1.1.3",
"ianmackenzie/elm-float-extra": "1.1.0",
"ianmackenzie/elm-geometry-linear-algebra-interop": "2.0.2",
"ianmackenzie/elm-interval": "3.1.0",
"ianmackenzie/elm-units-interval": "3.2.0",
"ktonon/elm-word": "2.1.2",
"myrho/elm-round": "1.0.5",
"robinheghan/murmur3": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {
"chelovek0v/bbase64": "1.0.1"
}
}
}