Some checks failed
GBCI / build (push) Has been cancelled
72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"name": "default.gbui",
|
|
"version": "3.0.0",
|
|
"private": false,
|
|
"repository": "https://github.com/GeneralBots/BotServer",
|
|
"description": "Default web interface for General Bots open-core",
|
|
"license": "AGPL-3.0",
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"@midudev/react-static-content": "1.0.4",
|
|
"ajv": "8.17.1",
|
|
"botframework-directlinejs": "0.15.5",
|
|
"botframework-webchat": "4.18.0",
|
|
"deep-extend": "0.6.0",
|
|
"eslint": "9.10.0",
|
|
"fetch": "1.1.0",
|
|
"msal": "@azure/msal-browser",
|
|
"powerbi-client": "2.23.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-helmet": "6.1.0",
|
|
"react-player": "2.16.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-super-seo": "1.1.9",
|
|
"react-transition-group": "4.4.5",
|
|
"rxjs": "7.8.1",
|
|
"url-join": "5.0.0",
|
|
"webpack": "5.94.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"
|
|
],
|
|
"overrides": {
|
|
"@babel/runtime": "7.26.10",
|
|
"postcss": "8.4.31",
|
|
"webpack-dev-server": "5.2.2",
|
|
"@babel/plugin-proposal-private-methods": "@babel/plugin-transform-private-methods",
|
|
"@babel/plugin-proposal-numeric-separator": "@babel/plugin-transform-numeric-separator",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "@babel/plugin-transform-nullish-coalescing-operator",
|
|
"@babel/plugin-proposal-class-properties": "@babel/plugin-transform-class-properties",
|
|
"@babel/plugin-proposal-optional-chaining": "@babel/plugin-transform-optional-chaining",
|
|
"@babel/plugin-proposal-private-property-in-object": "@babel/plugin-transform-private-property-in-object",
|
|
"@humanwhocodes/config-array": "@eslint/config-array",
|
|
"@humanwhocodes/object-schema": "@eslint/object-schema",
|
|
"rollup-plugin-terser": "@rollup/plugin-terser",
|
|
"redux-devtools-extension": "@redux-devtools/extension",
|
|
"sourcemap-codec": "@jridgewell/sourcemap-codec",
|
|
"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",
|
|
"msal": "@azure/msal-browser",
|
|
"eslint": "9.10.0",
|
|
"core-js": "3.38.0",
|
|
"glob": "10.0.0"
|
|
}
|
|
}
|