2018-04-21 02:59:30 -03:00
|
|
|
{
|
|
|
|
"name": "default.gbui",
|
2023-02-26 18:15:22 -03:00
|
|
|
"version": "3.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": {
|
2022-11-21 13:51:07 -03:00
|
|
|
"@midudev/react-static-content": "1.0.4",
|
2024-09-17 15:05:17 -03:00
|
|
|
"ajv": "8.17.1",
|
|
|
|
"botframework-directlinejs": "0.15.5",
|
|
|
|
"botframework-webchat": "4.18.0",
|
2018-12-12 20:40:33 -02:00
|
|
|
"deep-extend": "0.6.0",
|
2024-09-17 15:05:17 -03:00
|
|
|
"eslint": "9.10.0",
|
2018-12-12 20:40:33 -02:00
|
|
|
"fetch": "1.1.0",
|
2024-09-17 15:05:17 -03:00
|
|
|
"msal": "1.4.18",
|
|
|
|
"powerbi-client": "2.23.1",
|
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2021-06-13 11:51:07 -03:00
|
|
|
"react-helmet": "6.1.0",
|
2024-09-17 15:05:17 -03:00
|
|
|
"react-player": "2.16.0",
|
2022-11-21 13:51:07 -03:00
|
|
|
"react-scripts": "5.0.1",
|
2024-09-17 15:05:17 -03:00
|
|
|
"react-super-seo": "1.1.9",
|
2022-11-21 13:51:07 -03:00
|
|
|
"react-transition-group": "4.4.5",
|
2024-09-17 15:05:17 -03:00
|
|
|
"rxjs": "7.8.1",
|
2022-11-19 23:34:58 -03:00
|
|
|
"url-join": "5.0.0",
|
2024-09-17 15:05:17 -03:00
|
|
|
"webpack": "5.94.0"
|
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
|
|
|
}
|