2018-04-21 02:59:30 -03:00
|
|
|
{
|
|
|
|
"name": "default.gbui",
|
2018-09-24 22:03:09 -03:00
|
|
|
"version": "0.0.12",
|
|
|
|
"private": false,
|
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": {
|
2018-11-02 14:19:41 -03:00
|
|
|
"ajv": "^6.5.4",
|
|
|
|
"botframework-directlinejs": "^0.10.0",
|
2018-11-02 22:41:55 -03:00
|
|
|
"botframework-webchat": "0.14.3-master.72bfef9",
|
2018-05-29 05:27:52 -03:00
|
|
|
"deep-extend": "^0.6.0",
|
|
|
|
"fetch": "^1.1.0",
|
2018-11-02 14:19:41 -03:00
|
|
|
"msal": "^0.2.3",
|
|
|
|
"powerbi-client": "^2.6.5",
|
|
|
|
"react": "^16.6.0",
|
|
|
|
"react-dom": "^16.6.0",
|
2018-04-21 02:59:30 -03:00
|
|
|
"react-helmet": "^5.2.0",
|
2018-11-02 14:19:41 -03:00
|
|
|
"react-player": "^1.6.6",
|
|
|
|
"react-powerbi": "^0.3.1",
|
|
|
|
"react-scripts": "^2.1.1",
|
|
|
|
"react-transition-group": "^2.5.0",
|
2018-11-02 18:04:41 -03:00
|
|
|
"rxjs": "^5.5.12",
|
2018-04-21 02:59:30 -03:00
|
|
|
"url-join": "^4.0.0"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|