forked from Rust-related/RustPython
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.2 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "rustpython-wasm-example",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"rustpython_wasm": "0.1.0-pre-alpha.1"
|
|
},
|
|
"devDependencies": {
|
|
"raw-loader": "1.0.0",
|
|
"webpack": "5.94.0",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"dist": "webpack --mode production"
|
|
},
|
|
"license": "MIT"
|
|
}
|