From a5fd056018375cd2a31946af8d2c0c56574fd0c5 Mon Sep 17 00:00:00 2001 From: hugur Date: Tue, 17 Aug 2021 17:12:29 +0200 Subject: [PATCH] move all devDependencies to dependencies, to try npm theme install --- gatsby-theme-w3f/gatsby-config.js | 7 ++++++- yarn.lock | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/gatsby-theme-w3f/gatsby-config.js b/gatsby-theme-w3f/gatsby-config.js index a6811f8..35263a2 100644 --- a/gatsby-theme-w3f/gatsby-config.js +++ b/gatsby-theme-w3f/gatsby-config.js @@ -26,7 +26,12 @@ module.exports = ({ }, /* use sass instead of css */ { - resolve: 'gatsby-plugin-sass', + resolve: `gatsby-plugin-sass`, + options: { + sassOptions: { + includePaths: ['src/styles/scss'], + } + }, }, /* Progressive Web App + Offline functionality diff --git a/yarn.lock b/yarn.lock index bfb3b9a..af0ebb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2351,6 +2351,30 @@ "@typescript-eslint/types" "4.29.1" eslint-visitor-keys "^2.0.0" +"@w3f/gatsby-theme-w3f@^0.0.1": + version "0.0.1" + resolved "https://registry.yarnpkg.com/@w3f/gatsby-theme-w3f/-/gatsby-theme-w3f-0.0.1.tgz#ee89db797eb5703b3eb8eb8c907f1dc061a0dc3d" + integrity sha512-0vOwNVW9zgHNoPGZraTfb562MTKYhAF/MRLveBqbL5HTFgvA1Zbw6+FDPOjpTRWfqmzAsYrE5OcM76VTD0Lw+g== + dependencies: + gatsby-plugin-image "^1.2.0" + gatsby-plugin-manifest "^3.2.0" + gatsby-plugin-netlify-cms "^5.8.0" + gatsby-plugin-offline "^4.2.0" + gatsby-plugin-react-helmet "^4.2.0" + gatsby-plugin-react-i18next "^1.1.1" + gatsby-plugin-react-svg "^3.0.1" + gatsby-plugin-sharp "^3.10.2" + gatsby-remark-images "^5.7.0" + gatsby-remark-relative-images "^2.0.2" + gatsby-source-filesystem "^3.2.0" + gatsby-transformer-remark "^3.1.0" + gatsby-transformer-sharp "^3.2.0" + i18next "^20.2.4" + netlify-cms-app "^2.15.20" + prop-types "^15.7.2" + react-helmet "^6.1.0" + react-i18next "^11.8.15" + "@webassemblyjs/ast@1.11.1": version "1.11.1" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"