-
Notifications
You must be signed in to change notification settings - Fork 8
/
paket.dependencies
39 lines (31 loc) · 912 Bytes
/
paket.dependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
source https://api.nuget.org/v3/index.json
storage: none
framework: netstandard2.0
nuget FSharp.Core >= 4.5.2
nuget Fable.Core >= 3.0.0
nuget Fable.React >= 5.2.1
// [ DOCS GROUP ]
group Docs
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
nuget FSharp.Core >= 4.5.2
nuget Fable.Core >= 3.0.0
nuget Fable.React >= 5.2.1
nuget Fable.Elmish.HMR >= 4.0.0
nuget Fable.Elmish.React >= 3.0.0
nuget Fable.Elmish.Browser >= 3.0.0
nuget Fable.Elmish.Debugger >= 3.0.0
// [ FAKE GROUP ]
group Build
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget Fake.DotNet.Cli
nuget Fake.IO.FileSystem
nuget Fake.Core.Target
nuget Fake.DotNet.Paket
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.Core.ReleaseNotes
nuget Fake.Api.GitHub
nuget Fake.JavaScript.Yarn
nuget Fake.Tools.Git