{ "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", "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-player": "^2.9.0", "react-powerbi": "0.9.1", "react-scripts": "^4.0.3", "react-super-seo": "^1.0.6", "react-transition-group": "^4.4.2", "rxjs": "^7.1.0", "url-join": "4.0.1" }, "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" ] }