2018-04-21 02:59:30 -03:00
|
|
|
{
|
|
|
|
"name": "default.gbui",
|
2020-02-26 15:20:47 -03:00
|
|
|
"version": "1.0.0",
|
2018-09-24 22:03:09 -03:00
|
|
|
"private": false,
|
2020-02-26 15:20:47 -03:00
|
|
|
"repository": "https://github.com/GeneralBots/BotServer",
|
2018-11-30 11:55:44 -02:00
|
|
|
"description": "Default web interface for General Bots open-core",
|
2018-09-27 11:35:35 -03:00
|
|
|
"license": "AGPL-3.0",
|
2018-10-06 21:25:37 -03:00
|
|
|
"homepage": ".",
|
2018-04-21 02:59:30 -03:00
|
|
|
"dependencies": {
|
2021-01-20 18:23:42 -03:00
|
|
|
"@midudev/react-static-content": "^1.0.4",
|
2021-06-13 11:51:07 -03:00
|
|
|
"ajv": "^8.6.0",
|
|
|
|
"botframework-directlinejs": "0.14.1",
|
|
|
|
"botframework-webchat": "^4.13.0",
|
2018-12-12 20:40:33 -02:00
|
|
|
"deep-extend": "0.6.0",
|
|
|
|
"fetch": "1.1.0",
|
2021-06-13 11:51:07 -03:00
|
|
|
"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",
|
2019-12-30 14:18:13 -03:00
|
|
|
"url-join": "4.0.1"
|
2018-04-21 02:59:30 -03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
2018-11-02 14:19:41 -03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-04-21 02:59:30 -03:00
|
|
|
}
|