-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugins.json
50 lines (50 loc) · 1.37 KB
/
plugins.json
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
44
45
46
47
48
49
50
[
{
"module": "sourcebit-sample-plugin",
"description": "A sample source plugin with mock data",
"author": "Stackbit",
"type": "source"
},
{
"module": "sourcebit-source-contentful",
"description": "A Contentful source plugin for Sourcebit",
"author": "Stackbit",
"type": "source"
},
{
"module": "sourcebit-source-sanity",
"description": "A Sanity.io source plugin for Sourcebit",
"author": "Stackbit",
"type": "source"
},
{
"module": "@kentico/sourcebit-source-kontent",
"description": "A Kontent source plugin for Sourcebit",
"author": "Kentico",
"type": "source"
},
{
"module": "sourcebit-target-jekyll",
"description": "A Sourcebit plugin for Jekyll",
"author": "Stackbit",
"type": "target"
},
{
"module": "sourcebit-transform-assets",
"description": "Downloads remote assets",
"author": "Stackbit",
"type": "transform"
},
{
"module": "sourcebit-target-hugo",
"description": "A Sourcebit plugin for Hugo",
"author": "Stackbit",
"type": "target"
},
{
"module": "sourcebit-target-next",
"description": "A Sourcebit plugin for Next.js",
"author": "Stackbit",
"type": "target"
}
]