23fb02fe7e
Bumps [webpack](https://github.com/webpack/webpack) from 5.71.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "game-of-life-web",
|
|
"version": "0.1.0",
|
|
"description": "Rust wasm-based game-of-life",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack serve --config webpack.config.js --progress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sarsoo/game-of-life.git"
|
|
},
|
|
"keywords": [
|
|
"webassembly",
|
|
"wasm",
|
|
"rust",
|
|
"webpack"
|
|
],
|
|
"author": "sarsoo",
|
|
"bugs": {
|
|
"url": "https://github.com/Sarsoo/game-of-life/issues"
|
|
},
|
|
"homepage": "https://github.com/Sarsoo/game-of-life#readme",
|
|
"dependencies": {
|
|
"gameoflife": "file:../pkg"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^9.0.0",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^4.7.4"
|
|
}
|
|
}
|