Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
feat: add webpack deps
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Mar 30, 2020
1 parent b046393 commit 7bfff58
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
84 changes: 84 additions & 0 deletions package/package-lock.json

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

2 changes: 2 additions & 0 deletions package/package.json
Expand Up @@ -49,6 +49,7 @@
"babel-jest": "^25.1.0",
"babel-loader": "~8.0.6",
"babel-plugin-transform-define": "~2.0.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.20.1",
Expand All @@ -73,6 +74,7 @@
"webpack": "~4.42.0",
"webpack-cli": "~3.3.11",
"webpack-dev-server": "~3.10.3",
"webpack-merge": "^4.2.2",
"whatwg-fetch": "^3.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 7bfff58

Please sign in to comment.