wasm-bindgen/package.json
dependabot[bot] 11b58f0c03
Bump webpack from 4.12.0 to 4.15.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.12.0 to 4.15.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.12.0...v4.15.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-07-06 22:23:31 +00:00

21 lines
494 B
JSON

{
"license": "MIT",
"scripts": {
"run-webpack": "webpack",
"run-webpack-dev-server": "webpack-dev-server",
"run-geckodriver": "geckodriver"
},
"devDependencies": {
"@types/node": "^10.5.2",
"eslint": "^5.0.1",
"geckodriver": "^1.11.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"ts-loader": "^4.4.2",
"typescript": "^2.7.2",
"webpack": "^4.15.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.4",
"babel-eslint": "^8.2.5"
}
}