2016-09-08 16:26:22 -04:00
|
|
|
{
|
|
|
|
"name": "search-wp-spfx",
|
2017-01-18 05:42:37 -05:00
|
|
|
"version": "0.1.0",
|
2016-09-08 16:26:22 -04:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-01-18 05:42:37 -05:00
|
|
|
"@microsoft/sp-client-base": "~0.7.0",
|
|
|
|
"@microsoft/sp-client-preview": "~0.9.0",
|
|
|
|
"@microsoft/sp-core-library": "~0.1.2",
|
|
|
|
"@microsoft/sp-webpart-base": "~0.4.0",
|
|
|
|
"@types/react": "0.14.46",
|
|
|
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
|
|
"@types/react-addons-test-utils": "0.14.15",
|
|
|
|
"@types/react-addons-update": "0.14.14",
|
|
|
|
"@types/react-dom": "0.14.18",
|
|
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
|
|
"flux": "^3.1.2",
|
2016-09-08 16:26:22 -04:00
|
|
|
"moment": "^2.14.1",
|
2017-01-18 05:42:37 -05:00
|
|
|
"office-ui-fabric-react": "0.69.0",
|
2016-09-08 16:26:22 -04:00
|
|
|
"react": "0.14.8",
|
|
|
|
"react-dom": "0.14.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-18 05:42:37 -05:00
|
|
|
"@microsoft/sp-build-web": "~0.9.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "~0.7.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "~0.8.0",
|
|
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
|
|
"@types/flux": "^3.0.0",
|
|
|
|
"@types/mocha": ">=2.2.33 <2.6.0",
|
2016-09-08 16:26:22 -04:00
|
|
|
"expose-loader": "^0.7.1",
|
|
|
|
"gulp": "~3.9.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
2017-01-18 05:42:37 -05:00
|
|
|
"clean": "gulp clean",
|
2016-09-08 16:26:22 -04:00
|
|
|
"test": "gulp test"
|
|
|
|
}
|
2016-10-19 15:12:39 -04:00
|
|
|
}
|