-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
43 lines (39 loc) · 1.03 KB
/
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
40
41
42
43
version 6.2.1
// [ FAKE GROUP ]
group Build
source https://api.nuget.org/v3/index.json
nuget Fake.DotNet.Cli
nuget Fake.IO.FileSystem
nuget Fake.Core.Target
nuget Fake.Core.ReleaseNotes
nuget Fake.JavaScript.Npm
nuget Fake.Tools.Git
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Cli
nuget Fake.DotNet.MSBuild
nuget Fake.DotNet.Paket
nuget Fake.IO.FileSystem
nuget FSharp.Json
nuget NuGet.Packaging
nuget FSharp.Data //
group Core
source https://api.nuget.org/v3/index.json
nuget Fable.Browser.Dom
nuget Fable.Core
nuget Fable.React
nuget Feliz
group Test
source https://api.nuget.org/v3/index.json
nuget Fable.Browser.Dom
nuget Fable.Core
nuget Fable.Jester
nuget Fable.React
nuget Fable.ReactTestingLibrary
nuget Fable.Mocha
nuget Feliz
group Examples
source https://api.nuget.org/v3/index.json
nuget Fable.Browser.Dom
nuget Fable.Core
nuget Fable.React
nuget Feliz