Skip to content

Commit

Permalink
Merge pull request #209 from realityking/dependencies
Browse files Browse the repository at this point in the history
Remove unnecessary dependencies
  • Loading branch information
th0r committed Sep 12, 2018
2 parents 4590ced + ae849d0 commit 18bc2b9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .babelrc
Expand Up @@ -3,11 +3,10 @@
{
"presets": [
["@babel/preset-env", {
"targets": {"node": 6}
"targets": {"node": "6.14.4"}
}]
],
"plugins": [
["@babel/plugin-proposal-class-properties", {"loose": true}],
"@babel/plugin-transform-runtime"
["@babel/plugin-proposal-class-properties", {"loose": true}]
]
}
18 changes: 13 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -33,8 +33,6 @@
"views"
],
"dependencies": {
"@babel/polyfill": "7.0.0",
"@babel/runtime": "7.0.0",
"acorn": "^5.7.3",
"bfj": "^6.1.1",
"chalk": "^2.4.1",
Expand All @@ -43,10 +41,8 @@
"express": "^4.16.3",
"filesize": "^3.6.1",
"gzip-size": "^5.0.0",
"lodash": "4.17.10",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"mobx": "5.1.0",
"mobx-preact": "3.0.0",
"opener": "^1.5.1",
"ws": "^6.0.0"
},
Expand All @@ -55,9 +51,11 @@
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-decorators": "7.0.0",
"@babel/plugin-transform-runtime": "7.0.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.0.0",
"babel-eslint": "9.0.0",
"babel-loader": "8.0.2",
"babel-plugin-lodash": "3.3.4",
Expand All @@ -74,6 +72,8 @@
"exports-loader": "0.7.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"mobx": "5.1.0",
"mobx-preact": "3.0.0",
"mocha": "5.2.0",
"nightmare": "3.0.1",
"postcss-icss-values": "2.0.1",
Expand Down

0 comments on commit 18bc2b9

Please sign in to comment.