From 6523575f6e3b593d321420803efb17c584c8f2de Mon Sep 17 00:00:00 2001 From: nileshgulia1 Date: Thu, 29 Jul 2021 13:53:09 +0530 Subject: [PATCH] add packages --- package.json | 10 ++++++++++ src/plugins/index.js | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9d545e5..601271b 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,16 @@ "url": "git@github.com:eea/volto-forests-theme.git" }, "dependencies": { + "@eeacms/volto-plotlycharts": "*", + "@eeacms/volto-addons-forest": "0.1.1", + "raven-js": "3.27.2", + "react-highlight-words": "^0.16.0", + "react-image-gallery": "1.0.8", + "react-lazy-load-image-component": "^1.5.0", + "react-stickynode": "^2.1.1", + "react-toastify": "^5.3.2", + "volto-slate": "2.8.3", + "webpack-bundle-analyzer": "^3.6.0" }, "devDependencies": { "@cypress/code-coverage": "^3.9.5", diff --git a/src/plugins/index.js b/src/plugins/index.js index 0af503a..ad97875 100644 --- a/src/plugins/index.js +++ b/src/plugins/index.js @@ -1,10 +1,10 @@ // const BundleAnalyzerPlugin = require('webpack-bundle-analyzer'); module.exports = function myRazzlePlugin(config, env, webpack, options) { - const { target, dev } = env; + const { dev } = env; - const stats = `bundle-stats-${target}`.json; - const report = `bundle-stats-${target}`.html; + //const stats = `bundle-stats-${target}`.json; + // report = `bundle-stats-${target}`.html; const webpackConfig = !dev ? {