botserver/packages/default.gbui/package.json
dependabot[bot] cc2bc65692
build(deps): bump webpack in /packages/default.gbui
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-24 00:34:22 +00:00

42 lines
1.1 KiB
JSON

{
"name": "default.gbui",
"version": "3.0.0",
"private": false,
"repository": "https://github.com/GeneralBots/BotServer",
"description": "Default web interface for General Bots open-core",
"license": "AGPL-3.0",
"homepage": ".",
"dependencies": {
"@midudev/react-static-content": "1.0.4",
"ajv": "8.11.2",
"botframework-directlinejs": "0.15.1",
"botframework-webchat": "4.15.6",
"deep-extend": "0.6.0",
"eslint": "8.28.0",
"fetch": "1.1.0",
"msal": "1.4.17",
"powerbi-client": "2.22.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-player": "2.11.0",
"react-scripts": "5.0.1",
"react-super-seo": "1.0.7",
"react-transition-group": "4.4.5",
"rxjs": "7.5.7",
"url-join": "5.0.0",
"webpack": "5.76.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}