Files
lifeEngine/package.json
dependabot[bot] 0c363d731d Bump braces and webpack-cli
Removes [braces](https://github.com/micromatch/braces). It's no longer used after updating ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Removes `braces`

Updates `webpack-cli` from 3.3.12 to 5.1.4
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@5.1.4)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 03:46:07 +00:00

34 lines
925 B
JSON

{
"name": "EvolutionSimulatorV2",
"version": "1.0.0",
"description": "Version 2 of the evolution simulator",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"build-dev": "webpack --mode=development",
"build-watch": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2/issues"
},
"homepage": "https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2#readme",
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"glob-parent": "^6.0.2",
"jquery": "^3.6.1",
"npm": "^10.2.1",
"watchpack": "^2.4.0"
}
}