packages/gatsby-theme-newrelic .eslintrc.js .gitignore .prettierrc.js CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE README.md THIRD_PARTY_NOTICES.md cla.md jest-preprocess.js jest.config.js lerna.json loadershim.js package.json setup-test-env.js third_pa...
packages release: v0.5.2 Feb 23, 2023 previews doc: update README.md May 17, 2022 types refactor(gatsby-theme-pitayan): utils to single files Apr 4, 2022 .editorconfig Applying gatsby starter Jul 8, 2021 .eslintrc.json style(gatsby-theme-pitayan): prettify code ...
exports = { plugins: [ { resolve: `gatsby-theme-code-notes`, options: { basePath: '/', contentPath: '/content/notes', gitRepoContentPath: 'https://github.com/mrmartineau/gatsby-theme-code-notes/tree/master/example/code-notes/', showDescriptionInSidebar: true, showThemeInfo: false, logo...
We're also working on adding Gatsby Theme support which @biscarch is leading. — kylemathews # Q: Is Gatsby ready to be used with dynamic Apps and an equivalent alternative to CRA by now? For example, a couple of months ago it was not possible yet to use Apollo Client (as in post-...
Migrating all your CSS could be painful or you’re relying on third-party packages that require you to use CommonJS. You can work around this issue for Sass, Less, Stylus & regular CSS modules using respective plugins. If you’re using regular CSS modules, please install gatsby-plugin-postc...
This manifest is how npm knows which packages to install for your project. + +1. **`README.md`**: A text file containing useful reference information about your project. + +## 🎓 Learning Gatsby + +Looking for more guidance? Full documentation for Gatsby lives [on the website](https...
{ + "partytown": "bin/partytown.cjs" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", + "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9Hal...
The plugin does not rely on any third party packages (except React), however the core global-styles modules have been split out to a separate package to keep it flexible and lean.Installnpm install --save gatsby-plugin-global-styles @nfront/global-styles...