This commit is contained in:
benjaminramey
2019-11-02 15:42:12 -05:00
commit 6f79cdf456
29 changed files with 8717 additions and 0 deletions

35
paket.dependencies Normal file
View File

@@ -0,0 +1,35 @@
group Server
source https://api.nuget.org/v3/index.json
framework: netcoreapp2.2
storage: none
nuget FSharp.Core
nuget Saturn
nuget Thoth.Json.Giraffe
group Client
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget Fable.Core ~> 3
nuget Fable.Elmish ~> 3
nuget Fable.Elmish.Debugger ~> 3
nuget Fable.Elmish.HMR ~> 4
nuget Fable.Elmish.React ~> 3
nuget Thoth.Fetch ~> 1
nuget Fable.React ~> 5
nuget Fulma ~> 2
nuget Fable.FontAwesome.Free ~> 2
group Build
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget FSharp.Core
nuget Fake.Core.ReleaseNotes
nuget Fake.Core.Target
nuget Fake.DotNet.Cli
nuget Fake.IO.FileSystem