785a63e0a8
* Updated lock-file to fix https://github.com/npm/cli/issues/4859. * Updated integration-tests to webpack 5 to fix https://github.com/webpack/webpack/issues/14532. * Added `mode` to webpack-integration-tests to avoid the warning `The 'mode' option has not been set...`. * Replaced outdated `grunt-bg-shell`-package to get rid of coffee-script warnings
22 lines
546 B
JSON
22 lines
546 B
JSON
{
|
|
"name": "webpack-babel-test",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@roundingwellos/babel-plugin-handlebars-inline-precompile": "^3.0.1",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"handlebars": "file:../../..",
|
|
"handlebars-loader": "^1.7.1",
|
|
"nyc": "^15.1.0",
|
|
"webpack": "^5.72.1",
|
|
"webpack-cli": "^4.9.2"
|
|
}
|
|
}
|