Skip to content

Commit

Permalink
move babel and bundle analyzer to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-fxpig committed May 26, 2020
1 parent be3ec90 commit 13a8892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "^16.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"argparse": "^1.0.10",
"awesomplete": "^1.1.2",
"babel-eslint": "^10.0.1",
Expand Down Expand Up @@ -121,14 +123,13 @@
"webpack": "^4.30.0",
"webpack-chunk-hash": "^0.6.0",
"webpack-cli": "^3.1.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.24.3",
"whatwg-fetch": "^0.10.1",
"yaml-front-matter": "^4.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"eslint": "^5.14.1",
Expand All @@ -146,6 +147,5 @@
"puppeteer": "^2.1.1",
"quoted-printable": "^1.0.1",
"start-server-and-test": "^1.11.0",
"webpack-bundle-analyzer": "^3.3.2"
}
}

0 comments on commit 13a8892

Please sign in to comment.