Open okotaro opened 4 years ago
名前 | 説明 | gatsby-starter-blog | gatsby-stater-blog-mdx |
---|---|---|---|
gatsby | ← | ✓ | ✓ |
gatsby-image | Gatsbyで画像を扱うやつ。画像読み込みの最適化とかしてくれるらしい。 | ✓ | ✓ |
gatsby-plugin-feed | Gatsbyサイト用のRSSフィードを作るやつ | ✓ | ✓ |
gatsby-plugin-google-analytics | GatsbyでGoogle Analytics使うやつ | ✓ | ✓ |
gatsby-plugin-manifest | Web app manifest。PWAの一部。スマホのホーム画面に追加するときの設定 | ✓ | ✓ |
gatsby-plugin-mdx | Gatsbyでmdx使うやつ | ✓ | |
gatsby-plugin-offline | 劣悪なネットワーク環境下でもうまく動くようにするやつ | ✓ | ✓ |
gatsby-plugin-react-helmet | React helmetを使う。記事のheadタグを管理するやつ | ✓ | ✓ |
gatsby-plugin-sharp | Sharpを使う。Sharp:画像処理をするNode.jsのモジュール | ✓ | ✓ |
gatsby-plugin-typography | Typography.jsを使うやつ。デザインテンプレート。 | ✓ | ✓ |
gatsby-remark-copy-linked-files | Markdownとリンクしているファイルをpublicに/からコピーするやつ | ✓ | ✓ |
gatsby-remark-images | Markdown中の画像をうまいことしてくれるやつ。 | ✓ | ✓ |
gatsby-remark-prismjs | GatsbyでPrism使うやつ | ✓ | |
gatsby-remark-responsive-iframe | Markdownからレスポンシブデザインをつくってくれるやつ | ✓ | ✓ |
gatsby-remark-smartypants | 英語の約物をうまうことしてくれるやつ | ✓ | ✓ |
gatsby-source-filesystem | データ扱うやつ? | ✓ | ✓ |
gatsby-transformer-remark | Remarkjsを使うやつ。Markdownをパースする | ✓ | ✓ |
gatsby-transformer-sharp | Sharpの画像出力と、GraphQLの画像入力をつなぐやつ? | ✓ | ✓ |
@mdx-js/mdx | MDXを使えるようにする? | ✓ | |
@mdx-js/react | ReactをMDX上で使うやつ | ✓ | |
@mdx-js/tag | MarkdownシンタックスとHTML要素をマッピングする | ✓ | |
mdx-utils | ? | ✓ | |
prismjs | シンタックスハイライトするやつ。 | ✓ | |
prism-react-renderer | PrismjsのReact限定版 | ✓ | |
react | ← | ✓ | ✓ |
react-dom | DOM:JavascriptでHDMI要素を操作するやつ | ✓ | ✓ |
react-helmet | ← | ✓ | ✓ |
react-live | Reactのソースコードブロックとライブプレビューを表示する | ✓ | |
react-typography | ← | ✓ | ✓ |
typeface-merriweather | merriweatherフォント | ✓ | ✓ |
typeface-montserrat | Montserratフォント | ✓ | ✓ |
typography | ← | ✓ | ✓ |
typography-theme-wordpress-2016 | ← | ✓ | ✓ |
eslint | JavaScriptのlinter | ✓ | |
eslint-plugin-react | ESLintでReactをlintingするルール | ✓ | |
prettier | コードフォーマッタ | ✓ | ✓ |
https://github.com/gatsbyjs/gatsby/pull/15251