Sauvegarde avant changement

pull/1/head
Jean-Christophe Jameux 3 years ago
parent 588a009002
commit 7cfe50acfe
  1. 9
      elm.json
  2. 937
      src/GenerateurH5P.elm

@ -7,10 +7,13 @@
"dependencies": { "dependencies": {
"direct": { "direct": {
"TSFoster/elm-uuid": "4.2.0", "TSFoster/elm-uuid": "4.2.0",
"agu-z/elm-zip": "3.0.1",
"alexkorban/json-to-elm": "1.1.0", "alexkorban/json-to-elm": "1.1.0",
"avh4/elm-color": "1.0.0", "avh4/elm-color": "1.0.0",
"ccapndave/elm-update-extra": "4.0.0",
"dmy/elm-pratt-parser": "2.0.0", "dmy/elm-pratt-parser": "2.0.0",
"elm/browser": "1.0.2", "elm/browser": "1.0.2",
"elm/bytes": "1.0.8",
"elm/core": "1.0.5", "elm/core": "1.0.5",
"elm/file": "1.0.5", "elm/file": "1.0.5",
"elm/html": "1.0.0", "elm/html": "1.0.0",
@ -18,6 +21,7 @@
"elm/parser": "1.1.0", "elm/parser": "1.1.0",
"elm/random": "1.0.0", "elm/random": "1.0.0",
"elm/svg": "1.0.1", "elm/svg": "1.0.1",
"elm/time": "1.0.0",
"elm/url": "1.0.0", "elm/url": "1.0.0",
"elm-community/random-extra": "3.2.0", "elm-community/random-extra": "3.2.0",
"jxxcarlson/meenylatex": "14.1.1", "jxxcarlson/meenylatex": "14.1.1",
@ -34,10 +38,8 @@
"TSFoster/elm-sha1": "2.1.1", "TSFoster/elm-sha1": "2.1.1",
"andre-dietrich/parser-combinators": "3.2.0", "andre-dietrich/parser-combinators": "3.2.0",
"danfishgold/base64-bytes": "1.1.0", "danfishgold/base64-bytes": "1.1.0",
"elm/bytes": "1.0.8",
"elm/http": "2.0.0", "elm/http": "2.0.0",
"elm/regex": "1.0.0", "elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2", "elm/virtual-dom": "1.0.2",
"elm-community/dict-extra": "2.4.0", "elm-community/dict-extra": "2.4.0",
"elm-community/list-extra": "8.5.1", "elm-community/list-extra": "8.5.1",
@ -45,8 +47,11 @@
"elm-community/result-extra": "2.4.0", "elm-community/result-extra": "2.4.0",
"elm-community/string-extra": "4.0.1", "elm-community/string-extra": "4.0.1",
"erlandsona/assoc-set": "1.1.0", "erlandsona/assoc-set": "1.1.0",
"folkertdev/elm-flate": "2.0.5",
"fredcy/elm-parseint": "2.0.1", "fredcy/elm-parseint": "2.0.1",
"hrldcpr/elm-cons": "3.1.0", "hrldcpr/elm-cons": "3.1.0",
"justinmimbs/date": "4.0.1",
"justinmimbs/time-extra": "1.1.1",
"miniBill/elm-unicode": "1.0.2", "miniBill/elm-unicode": "1.0.2",
"pablohirafuji/elm-syntax-highlight": "3.4.1", "pablohirafuji/elm-syntax-highlight": "3.4.1",
"pilatch/flip": "1.0.0", "pilatch/flip": "1.0.0",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save