2021-04-20 11:29:33 -04:00
|
|
|
{
|
|
|
|
"name": "teams-membership-updater",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-07-13 13:25:35 -04:00
|
|
|
"@microsoft/sp-core-library": "1.12.1",
|
|
|
|
"@microsoft/sp-http": "1.12.1",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.12.1",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.12.1",
|
|
|
|
"@microsoft/sp-property-pane": "1.12.1",
|
|
|
|
"@microsoft/sp-webpart-base": "1.12.1",
|
2021-09-21 12:39:49 -04:00
|
|
|
"@pnp/spfx-controls-react": "^3.3.0",
|
2021-07-13 13:25:35 -04:00
|
|
|
"@pnp/spfx-property-controls": "^3.2.0",
|
2021-09-21 12:39:49 -04:00
|
|
|
"office-ui-fabric-react": "^7.176.1",
|
2021-07-13 13:25:35 -04:00
|
|
|
"react": "16.9.0",
|
|
|
|
"react-dom": "16.9.0",
|
2021-09-21 12:39:49 -04:00
|
|
|
"react-papaparse": "^3.17.2"
|
2021-04-20 11:29:33 -04:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.8.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-13 13:25:35 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
|
|
|
|
"@microsoft/sp-build-web": "1.12.1",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.12.1",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.12.1",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
2021-09-21 12:39:49 -04:00
|
|
|
"@types/react": "^17.0.22",
|
2021-07-13 13:25:35 -04:00
|
|
|
"@types/react-dom": "^17.0.8",
|
|
|
|
"@types/webpack-env": "^1.16.2",
|
2021-04-20 11:29:33 -04:00
|
|
|
"ajv": "~5.2.2",
|
2021-07-13 13:25:35 -04:00
|
|
|
"gulp": "~4.0.2"
|
2021-04-20 11:29:33 -04:00
|
|
|
}
|
|
|
|
}
|