botserver/packages/default.gbui/package.json
dependabot[bot] 2a016618ee
build(deps): bump loader-utils and react-scripts
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.1 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.


Updates `loader-utils` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

Updates `react-scripts` from 4.0.3 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-4.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: react-scripts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 16:15:31 +00:00

44 lines
1.1 KiB
JSON

{
"name": "default.gbui",
"version": "1.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.6.0",
"botframework-directlinejs": "0.14.1",
"botframework-webchat": "^4.13.0",
"deep-extend": "0.6.0",
"eslint": "7.11.0",
"fetch": "1.1.0",
"msal": "^1.4.11",
"powerbi-client": "2.18.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "6.1.0",
"react-modern-audio-player": "^1.2.2",
"react-player": "^2.9.0",
"react-powerbi": "0.9.1",
"react-scripts": "^5.0.1",
"react-super-seo": "^1.0.6",
"react-transition-group": "^4.4.2",
"rxjs": "^7.1.0",
"url-join": "4.0.1",
"webpack": "4.44.2"
},
"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"
]
}