From 7d80d3d2be3e0f8e36be66a08879b1f04a381e88 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 16 Feb 2025 14:45:55 +0100 Subject: Basic Elm application --- front/elm.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 front/elm.json (limited to 'front/elm.json') diff --git a/front/elm.json b/front/elm.json new file mode 100644 index 0000000..ce2a08d --- /dev/null +++ b/front/elm.json @@ -0,0 +1,24 @@ +{ + "type": "application", + "source-directories": [ + "src" + ], + "elm-version": "0.19.1", + "dependencies": { + "direct": { + "elm/browser": "1.0.2", + "elm/core": "1.0.5", + "elm/html": "1.0.0" + }, + "indirect": { + "elm/json": "1.1.3", + "elm/time": "1.0.0", + "elm/url": "1.0.0", + "elm/virtual-dom": "1.0.3" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +} -- cgit v1.2.3