37 lines
879 B
JSON
37 lines
879 B
JSON
{
|
|
"name": "default.gbui",
|
|
"version": "0.0.12",
|
|
"private": false,
|
|
"license": "AGPL-3.0",
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"ajv": "^6.5.4",
|
|
"botframework-directlinejs": "^0.10.0",
|
|
"botframework-webchat": "4.1.0",
|
|
"deep-extend": "^0.6.0",
|
|
"fetch": "^1.1.0",
|
|
"msal": "^0.2.3",
|
|
"powerbi-client": "^2.6.5",
|
|
"react": "^16.6.0",
|
|
"react-dom": "^16.6.0",
|
|
"react-helmet": "^5.2.0",
|
|
"react-player": "^1.6.6",
|
|
"react-powerbi": "^0.3.1",
|
|
"react-scripts": "^2.1.1",
|
|
"react-transition-group": "^2.5.0",
|
|
"rxjs": "^6.3.3",
|
|
"url-join": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|