File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
packages/create-gatsby/src/questions Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "gatsby-source-contentful" : {
33 "message" : " Contentful" ,
4- "dependencies " : [
4+ "plugins " : [
55 " gatsby-plugin-image" ,
6- " gatsby-plugin-sharp"
6+ " gatsby-plugin-sharp" ,
7+ " gatsby-transformer-sharp"
78 ]
89 },
910 "gatsby-source-datocms" : {
1011 "message" : " DatoCMS" ,
11- "dependences" : [
12- " gatsby-plugin-image"
12+ "plugins" : [
13+ " gatsby-plugin-image" ,
14+ " gatsby-plugin-sharp" ,
15+ " gatsby-transformer-sharp"
1316 ]
1417 },
1518 "gatsby-plugin-netlify-cms" : {
2023 },
2124 "gatsby-source-sanity" : {
2225 "message" : " Sanity" ,
23- "dependencies" : [
24- " gatsby-plugin-image"
26+ "plugins" : [
27+ " gatsby-plugin-image" ,
28+ " gatsby-plugin-sharp" ,
29+ " gatsby-transformer-sharp"
2530 ]
2631 },
2732 "gatsby-source-shopify" : {
2833 "message" : " Shopify" ,
29- "dependencies" : [
30- " gatsby-plugin-image"
34+ "plugins" : [
35+ " gatsby-plugin-image" ,
36+ " gatsby-plugin-sharp" ,
37+ " gatsby-transformer-sharp"
3138 ]
3239 },
3340 "gatsby-source-wordpress" : {
3441 "message" : " WordPress" ,
35- "dependencies " : [
42+ "plugins " : [
3643 " gatsby-plugin-image" ,
3744 " gatsby-plugin-sharp" ,
3845 " gatsby-transformer-sharp"
You can’t perform that action at this time.
0 commit comments