2017-06-12 12:15:57 +02:00
|
|
|
{
|
|
|
|
"name": "spfx-office-ui-fabric-people-picker",
|
2017-10-25 18:33:37 +02:00
|
|
|
"version": "1.0.2",
|
2017-06-12 12:15:57 +02:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
2019-04-08 09:41:56 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"react": "16.7.0",
|
|
|
|
"react-dom": "16.7.0",
|
|
|
|
"@types/react": "16.4.2",
|
|
|
|
"@types/react-dom": "16.0.5",
|
|
|
|
"@microsoft/sp-core-library": "1.8.0",
|
|
|
|
"@microsoft/sp-property-pane": "1.8.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.8.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.8.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.8.0",
|
|
|
|
"office-ui-fabric-react": "5.132.0",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"@types/es6-promise": "0.0.33"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.4.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/sp-build-web": "1.8.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.8.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.8.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.8.0",
|
|
|
|
"@microsoft/rush-stack-compiler-2.7": "0.4.0",
|
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
|
|
|
"ajv": "~5.2.2"
|
2017-06-12 12:15:57 +02:00
|
|
|
}
|
|
|
|
}
|