2021-02-16 18:39:54 -05:00
|
|
|
{
|
|
|
|
"name": "staff-directory",
|
2021-04-21 22:43:28 -04:00
|
|
|
"version": "1.0.2",
|
2021-02-16 18:39:54 -05:00
|
|
|
"private": true,
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"preversion": "node ./tools/pre-version.js",
|
|
|
|
"postversion": "gulp dist",
|
|
|
|
"test": "./node_modules/.bin/jest --config ./config/jest.config.json",
|
|
|
|
"test:watch": "./node_modules/.bin/jest --config ./config/jest.config.json --watchAll"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-16 12:31:07 -04:00
|
|
|
"@microsoft/sp-core-library": "1.14.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.14.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.14.0",
|
|
|
|
"@microsoft/sp-property-pane": "1.14.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.14.0",
|
2021-02-16 18:39:54 -05:00
|
|
|
"@pnp/pnpjs": "^2.0.6",
|
2022-06-16 12:31:07 -04:00
|
|
|
"@pnp/spfx-controls-react": "3.8.0",
|
2021-02-16 18:39:54 -05:00
|
|
|
"@pnp/spfx-property-controls": "1.19.0",
|
|
|
|
"@types/jquery": "^3.5.0",
|
|
|
|
"jquery": "^3.5.1",
|
2022-06-16 12:31:07 -04:00
|
|
|
"office-ui-fabric-react": "7.174.1",
|
|
|
|
"react": "16.13.1",
|
|
|
|
"react-dom": "16.13.1"
|
2021-02-16 18:39:54 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/microsoft-graph-types": "^1.12.0",
|
2022-06-16 12:31:07 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
|
|
|
|
"@microsoft/sp-build-web": "1.14.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.14.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.14.0",
|
|
|
|
"@types/react": "16.9.51",
|
|
|
|
"@types/react-dom": "16.9.8",
|
2021-02-16 18:39:54 -05:00
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"@voitanos/jest-preset-spfx-react16": "^1.3.2",
|
|
|
|
"ajv": "~5.2.2",
|
2022-06-16 12:31:07 -04:00
|
|
|
"gulp": "4.0.2",
|
2021-02-16 18:39:54 -05:00
|
|
|
"gulp-sequence": "1.0.0",
|
|
|
|
"jest": "^23.6.0",
|
|
|
|
"jest-junit": "^10.0.0",
|
|
|
|
"lodash": "^4.17.15",
|
2021-03-09 18:00:10 -05:00
|
|
|
"spfx-uifabric-themes": "^0.8.5",
|
2021-02-16 18:39:54 -05:00
|
|
|
"typescript": "~3.7.x"
|
|
|
|
},
|
|
|
|
"jest-junit": {
|
|
|
|
"output": "temp/test/junit/junit.xml",
|
|
|
|
"usePathForSuiteName": "true"
|
|
|
|
}
|
|
|
|
}
|