Files
dependabot[bot] 6f842a8e48 build(deps-dev): bump webpack-cli from 6.0.1 to 7.0.3 in /javascript (#5033)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 6.0.1 to 7.0.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.1...webpack-cli@7.0.3)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-version: 7.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-04 22:12:08 +02:00

41 lines
1.0 KiB
JSON

{
"name": "shapjs",
"version": "0.35.0",
"description": "Web based visualizations of SHAP explanations.",
"main": "build/index.js",
"files": [
"build/index.js",
"visualizers"
],
"scripts": {
"test": "jest --verbose ./tests",
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"pub": "npm run build && npm publish"
},
"author": "Scott Lundberg",
"repository": "https://github.com/shap/shap",
"license": "MIT",
"dependencies": {
"d3": "^7",
"lodash": "^4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"babel-jest": "^30.0.2",
"babel-loader": "^10.0.0",
"jest": "^30.0.3",
"jest-environment-jsdom": "^30.0.2",
"react-test-renderer": "^19.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^7.0.3",
"webpack-dev-server": "^5.0.2"
}
}