2016-10-10 19:52:23 -04:00
|
|
|
{
|
|
|
|
"name": "sp-bot-chat-webpart",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-10-28 08:46:57 -04:00
|
|
|
"@microsoft/sp-client-base": "~0.4.0",
|
|
|
|
"@microsoft/sp-client-preview": "~0.5.0",
|
2016-10-10 19:52:23 -04:00
|
|
|
"office-ui-fabric-react": "0.36.0",
|
|
|
|
"react": "0.14.8",
|
2016-10-28 08:46:57 -04:00
|
|
|
"react-dom": "0.14.8",
|
|
|
|
"swagger-client": "^2.1.23"
|
2016-10-10 19:52:23 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-10-28 08:46:57 -04:00
|
|
|
"@microsoft/sp-build-web": "~0.7.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "~0.4.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "~0.5.0",
|
2016-10-10 19:52:23 -04:00
|
|
|
"gulp": "~3.9.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp nuke",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|