2018-04-21 02:59:30 -03:00
|
|
|
{
|
|
|
|
"name": "default.gbui",
|
2020-01-27 16:19:09 -03:00
|
|
|
"version": "0.0.13",
|
2018-09-24 22:03:09 -03:00
|
|
|
"private": false,
|
2018-11-30 11:55:44 -02:00
|
|
|
"repository": "https://github.com/pragmatismo-io/BotServer",
|
|
|
|
"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": {
|
2019-12-30 14:18:13 -03:00
|
|
|
"ajv": "^6.10.2",
|
|
|
|
"botframework-directlinejs": "0.11.6",
|
|
|
|
"botframework-webchat": "^4.7.1",
|
2018-12-12 20:40:33 -02:00
|
|
|
"deep-extend": "0.6.0",
|
|
|
|
"fetch": "1.1.0",
|
2020-01-27 16:19:09 -03:00
|
|
|
"fingerprintjs2": "^2.1.0",
|
2019-12-30 14:18:13 -03:00
|
|
|
"msal": "^1.2.0",
|
|
|
|
"powerbi-client": "2.10.2",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
"react-helmet": "5.2.1",
|
|
|
|
"react-player": "^1.14.2",
|
|
|
|
"react-powerbi": "0.5.2",
|
|
|
|
"react-scripts": "^3.3.0",
|
|
|
|
"react-transition-group": "^4.3.0",
|
|
|
|
"rxjs": "^6.5.4",
|
|
|
|
"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
|
|
|
}
|