Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 7d45613

Browse files
authored
Merge pull request #150 from diegonvs/cutting
Remove unecessary dependencies
2 parents dd8bb11 + 8fdf428 commit 7d45613

File tree

9 files changed

+2
-263
lines changed

9 files changed

+2
-263
lines changed

gatsby-config.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const clay = require('clay-css');
22
const path = require('path');
33

44
module.exports = {
5-
pathPrefix: '/gatsby-boilerplate',
5+
// pathPrefix: '/gatsby-boilerplate',
66
plugins: [
77
'gatsby-plugin-meta-redirect',
88
{
@@ -34,9 +34,6 @@ module.exports = {
3434
{
3535
resolve: path.resolve(__dirname, './plugins/gatsby-remark-code-label-extractor'),
3636
},
37-
{
38-
resolve: path.resolve(__dirname, './plugins/gatsby-remark-foreach-icons'),
39-
},
4037
{
4138
resolve: 'gatsby-remark-prismjs',
4239
pluginOptions: {
@@ -46,9 +43,6 @@ module.exports = {
4643
{
4744
resolve: path.resolve(__dirname, './plugins/gatsby-remark-use-clipboard'),
4845
},
49-
{
50-
resolve: path.resolve(__dirname, './plugins/gatsby-remark-api-table'),
51-
},
5246
],
5347
},
5448
},

gatsby/onCreateWebpackConfig.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ module.exports = ({actions, stage}) => {
99
{
1010
test: [
1111
path.resolve(__dirname, '../node_modules/wowjs'),
12-
path.resolve(__dirname, '../node_modules/metal-clipboard'),
13-
path.resolve(__dirname, '../node_modules/wedeploy')
12+
path.resolve(__dirname, '../node_modules/metal-clipboard')
1413
],
1514
loader: 'null-loader',
1615
},

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
"clay-component": "2.13.0",
3636
"clay-css": "2.13.0",
3737
"clay-tooltip": "2.13.0",
38-
"countries-list": "2.4.2",
39-
"documentation": "9.3.1",
4038
"gatsby": "2.0.104",
4139
"gatsby-mdx": "0.1.4",
4240
"gatsby-plugin-google-analytics": "2.0.12",
@@ -50,7 +48,6 @@
5048
"gatsby-remark-prismjs": "3.2.3",
5149
"gatsby-source-filesystem": "2.0.18",
5250
"gatsby-transformer-remark": "2.2.2",
53-
"languages": "0.1.3",
5451
"metal-clipboard": "2.0.1",
5552
"metal-tabs": "2.3.1",
5653
"netlify-identity-widget": "1.5.2",
@@ -60,8 +57,6 @@
6057
"react": "16.8.6",
6158
"react-dom": "16.8.6",
6259
"react-helmet": "5.2.0",
63-
"react-live": "2.0.1",
64-
"wedeploy": "4.5.1",
6560
"wowjs": "1.1.3"
6661
},
6762
"devDependencies": {

plugins/gatsby-remark-api-table/evaluators.js

-53
This file was deleted.

plugins/gatsby-remark-api-table/index.js

-59
This file was deleted.

plugins/gatsby-remark-api-table/package.json

-4
This file was deleted.

plugins/gatsby-remark-api-table/visit.js

-34
This file was deleted.

plugins/gatsby-remark-foreach-icons/index.js

-95
This file was deleted.

plugins/gatsby-remark-foreach-icons/package.json

-4
This file was deleted.

0 commit comments

Comments
 (0)