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",
|
2025-09-28 16:23:32 -03:00
|
|
|
"msal": "^1.4.18",
|
2024-09-17 15:05:17 -03:00
|
|
|
"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",
|
2025-09-28 15:57:46 -03:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2024-09-17 15:05:17 -03:00
|
|
|
"rxjs": "7.8.1",
|
2025-09-28 16:07:59 -03:00
|
|
|
"sourcemap-codec": "^1.4.8",
|
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"
|
2025-09-28 10:57:11 -03:00
|
|
|
],
|
|
|
|
|
"overrides": {
|
|
|
|
|
"postcss": "8.4.31",
|
|
|
|
|
"webpack-dev-server": "5.2.2",
|
|
|
|
|
"inflight": "lru-cache",
|
|
|
|
|
"stable": "0.1.8",
|
|
|
|
|
"rimraf": "5.0.0",
|
|
|
|
|
"domexception": "4.0.0",
|
|
|
|
|
"q": "2.0.0",
|
|
|
|
|
"uuid": "10.0.0",
|
|
|
|
|
"workbox-cacheable-response": "7.0.0",
|
|
|
|
|
"workbox-background-sync": "7.0.0",
|
|
|
|
|
"workbox-google-analytics": "7.0.0",
|
|
|
|
|
"svgo": "3.0.0",
|
|
|
|
|
"core-js": "3.38.0",
|
|
|
|
|
"glob": "10.0.0"
|
|
|
|
|
}
|
2018-04-21 02:59:30 -03:00
|
|
|
}
|