Franck Cornu 9a333aebff react-real-time - Replaced the '@microsoft/sp-client-preview ' package with '@microsoft/sp-webpart-base' (#69)
* Replaced Microsoft Flow with Azure Logic Apps

* Update README.md

* Replaced the '@microsoft/sp-client-preview ' package with '@microsoft/sp-webpart-base' for the BaseClientSideWebPart definition according to the SPFx Drop 5 release notes (https://github.com/sharepoint/sp-dev-docs/wiki/Release-Notes-Drop-5)
2016-11-22 11:31:11 +02:00

36 lines
899 B
JSON

{
"name": "spfx-socket-io",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"author": {
"name": "Franck Cornu @FranckCornu (http://thecollaborationcorner.com)"
},
"dependencies": {
"@microsoft/sp-client-base": "~0.4.0",
"@microsoft/sp-webpart-base": "^0.1.0",
"@types/pluralize": "0.0.27",
"@types/socket.io-client": "^1.4.27",
"office-ui-fabric-react": "0.36.0",
"pluralize": "^3.0.0",
"react": "0.14.8",
"react-addons-update": "^15.3.2",
"react-dom": "0.14.8",
"socket.io-client": "^1.5.0",
"sp-pnp-js": "^1.0.5"
},
"devDependencies": {
"@microsoft/sp-build-web": "~0.7.0",
"@microsoft/sp-module-interfaces": "~0.4.0",
"@microsoft/sp-webpart-workbench": "~0.5.0",
"gulp": "~3.9.1"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp nuke",
"test": "gulp test"
}
}