30 lines
712 B
JSON
30 lines
712 B
JSON
{
|
|
"name": "react-mobx-spfx-webpart",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.4.0",
|
|
"@microsoft/sp-client-preview": "~0.5.0",
|
|
"@microsoft/sp-webpart-base": "^0.1.0",
|
|
"mobx": "^2.7.0-beta",
|
|
"mobx-react": "^3.5.8",
|
|
"office-ui-fabric-react": "0.36.0",
|
|
"react": "0.14.8",
|
|
"react-dom": "0.14.8"
|
|
},
|
|
"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"
|
|
}
|
|
}
|