Integrate elm App with Tauri. Can navigate into source directory.
This commit is contained in:
commit
94003989ef
50 changed files with 41456 additions and 0 deletions
42
src-elm/elm.json
Normal file
42
src-elm/elm.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"type": "application",
|
||||
"source-directories": [
|
||||
"src"
|
||||
],
|
||||
"elm-version": "0.19.1",
|
||||
"dependencies": {
|
||||
"direct": {
|
||||
"ChristophP/elm-mark": "2.0.4",
|
||||
"Gizra/elm-keyboard-event": "1.0.1",
|
||||
"NoRedInk/elm-json-decode-pipeline": "1.0.1",
|
||||
"SwiftsNamesake/proper-keyboard": "4.0.0",
|
||||
"basti1302/elm-human-readable-filesize": "1.2.0",
|
||||
"carwow/elm-slider": "11.1.6",
|
||||
"dasch/levenshtein": "1.0.3",
|
||||
"elm/browser": "1.0.2",
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.1",
|
||||
"elm/json": "1.1.4",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm-community/list-extra": "8.7.0",
|
||||
"elm-community/string-extra": "4.0.1",
|
||||
"elm-explorations/test": "2.2.0",
|
||||
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
|
||||
"z5h/jaro-winkler": "1.0.2"
|
||||
},
|
||||
"indirect": {
|
||||
"debois/elm-dom": "1.3.0",
|
||||
"elm/bytes": "1.0.8",
|
||||
"elm/parser": "1.1.0",
|
||||
"elm/random": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.5",
|
||||
"myrho/elm-round": "1.0.5"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
"direct": {},
|
||||
"indirect": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue