43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "user-group-info",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.11.0",
|
|
"@microsoft/sp-lodash-subset": "1.11.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
|
|
"@microsoft/sp-property-pane": "1.11.0",
|
|
"@microsoft/sp-webpart-base": "1.11.0",
|
|
"@pnp/graph": "^2.0.8",
|
|
"@pnp/sp": "^2.0.8",
|
|
"@pnp/spfx-controls-react": "^1.19.0",
|
|
"office-ui-fabric-react": "6.214.0",
|
|
"react": "16.8.5",
|
|
"react-dom": "16.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "16.8.8",
|
|
"@types/react-dom": "16.8.3",
|
|
"@microsoft/sp-build-web": "1.11.0",
|
|
"@microsoft/sp-tslint-rules": "1.11.0",
|
|
"@microsoft/sp-module-interfaces": "1.11.0",
|
|
"@microsoft/sp-webpart-workbench": "1.11.0",
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2",
|
|
"@types/webpack-env": "1.13.1",
|
|
"@types/es6-promise": "0.0.33"
|
|
}
|
|
}
|