Code source du site TeacherCorner.lamdera.app, contenant une suite d'outils permettant d'automatiser la production de documents pédagogiques.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
TeacherCorner/elm.json

58 lines
2.0 KiB

{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"alexkorban/json-to-elm": "1.1.0",
"avh4/elm-color": "1.0.0",
"dmy/elm-pratt-parser": "2.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/file": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/random": "1.0.0",
"elm/svg": "1.0.1",
"elm/url": "1.0.0",
"elm-community/random-extra": "3.2.0",
"jxxcarlson/meenylatex": "14.1.1",
"lynn/elm-arithmetic": "3.0.0",
"mdgriffith/elm-ui": "1.1.8",
"noahzgordon/elm-color-extra": "1.0.2",
"stil4m/elm-syntax": "7.2.8"
},
"indirect": {
"Garados007/elm-svg-parser": "1.0.0",
"Janiczek/elm-bidict": "2.0.1",
"andre-dietrich/parser-combinators": "3.2.0",
"elm/bytes": "1.0.8",
"elm/http": "2.0.0",
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2",
"elm-community/dict-extra": "2.4.0",
"elm-community/list-extra": "8.5.1",
"elm-community/maybe-extra": "5.2.1",
"elm-community/result-extra": "2.4.0",
"elm-community/string-extra": "4.0.1",
"erlandsona/assoc-set": "1.1.0",
"fredcy/elm-parseint": "2.0.1",
"hrldcpr/elm-cons": "3.1.0",
"miniBill/elm-unicode": "1.0.2",
"pablohirafuji/elm-syntax-highlight": "3.4.1",
"pilatch/flip": "1.0.0",
"pzp1997/assoc-list": "1.0.0",
"rtfeldman/elm-hex": "1.0.0",
"skyqrose/assoc-list-extra": "1.0.0",
"stil4m/structured-writer": "1.0.3"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}