42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "spfx-office-ui-fabric-people-picker",
|
|
"version": "1.0.2",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"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"
|
|
}
|
|
}
|