2016-10-10 19:52:23 -04:00
|
|
|
{
|
|
|
|
"name": "sp-bot-chat-webpart",
|
2019-02-09 05:05:04 -05:00
|
|
|
"version": "0.0.2",
|
2016-10-10 19:52:23 -04:00
|
|
|
"private": true,
|
2020-04-15 05:49:00 -04:00
|
|
|
"main": "lib/index.js",
|
2016-10-10 19:52:23 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2019-02-09 05:05:04 -05:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
2016-10-10 19:52:23 -04:00
|
|
|
"dependencies": {
|
2020-04-15 05:49:00 -04:00
|
|
|
"@microsoft/sp-core-library": "1.10.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.10.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.10.0",
|
|
|
|
"@microsoft/sp-property-pane": "1.10.0",
|
2019-02-09 05:05:04 -05:00
|
|
|
"@types/es6-promise": "0.0.33",
|
2020-04-15 05:49:00 -04:00
|
|
|
"@types/react": "16.8.8",
|
|
|
|
"@types/react-dom": "16.8.3",
|
|
|
|
"office-ui-fabric-react": "6.189.2",
|
2019-02-09 05:05:04 -05:00
|
|
|
"@types/webpack-env": "1.13.1",
|
2019-09-04 03:31:28 -04:00
|
|
|
"botframework-directlinejs": "^0.11.4",
|
2022-12-22 20:57:12 -05:00
|
|
|
"botframework-webchat": "^4.15.6",
|
2020-04-15 05:49:00 -04:00
|
|
|
"react": "16.8.5",
|
|
|
|
"react-dom": "16.8.5",
|
2016-10-28 08:46:57 -04:00
|
|
|
"swagger-client": "^2.1.23"
|
2016-10-10 19:52:23 -04:00
|
|
|
},
|
2020-04-15 05:49:00 -04:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.8.8"
|
|
|
|
},
|
2016-10-10 19:52:23 -04:00
|
|
|
"devDependencies": {
|
2020-04-15 05:49:00 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
2023-01-12 08:48:22 -05:00
|
|
|
"@microsoft/sp-build-web": "1.16.1",
|
2020-04-15 05:49:00 -04:00
|
|
|
"@microsoft/sp-module-interfaces": "1.10.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.10.0",
|
2023-01-12 08:48:22 -05:00
|
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
2019-02-09 05:05:04 -05:00
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
2020-04-15 05:49:00 -04:00
|
|
|
"ajv": "~5.2.2",
|
|
|
|
"gulp": "~3.9.1"
|
2016-10-10 19:52:23 -04:00
|
|
|
}
|
|
|
|
}
|