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
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"name": "webpack-test",
|
|
"description": "Various tests with Handlebars and multiple webpack versions",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "file:../../..",
|
|
"handlebars-loader": "^1.7.1",
|
|
"webpack": "^5.72.1",
|
|
"webpack-cli": "^4.9.2"
|
|
}
|
|
}
|