56 lines
1.7 KiB
JSON
Executable File
56 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "react-staff-directory-sp2019",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/theme": "^2.1.0",
|
|
"@microsoft/office-ui-fabric-react-bundle": "^1.11.0",
|
|
"@microsoft/sp-core-library": "~1.4.1",
|
|
"@microsoft/sp-lodash-subset": "~1.4.1",
|
|
"@microsoft/sp-office-ui-fabric-core": "^1.11.0",
|
|
"@microsoft/sp-tslint-rules": "^1.11.0",
|
|
"@microsoft/sp-webpart-base": "~1.4.1",
|
|
"@pnp/common": "^1.3.11",
|
|
"@pnp/logging": "^1.3.11",
|
|
"@pnp/odata": "^1.3.11",
|
|
"@pnp/sp": "^1.3.11",
|
|
"@pnp/spfx-controls-react": "^1.21.1",
|
|
"@pnp/spfx-property-controls": "^1.3.0",
|
|
"@uifabric/merge-styles": "^7.19.2",
|
|
"enhanced-resolve": "^5.8.0",
|
|
"idb-keyval": "^5.0.5",
|
|
"office-ui-fabric-react": "^6.214.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"spfx-uifabric-themes": "^0.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.4.1",
|
|
"@microsoft/sp-module-interfaces": "1.4.1",
|
|
"@microsoft/sp-webpart-workbench": "1.4.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/mocha": "2.2.38",
|
|
"@types/react": "^16.9.19",
|
|
"@types/react-dom": "^16.9.0",
|
|
"@types/webpack-env": "1.13.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"ajv": "~5.2.2",
|
|
"eslint": "^7.25.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"gulp": "~3.9.1",
|
|
"gulp-eslint": "^6.0.0",
|
|
"terser-webpack-plugin-legacy": "^1.2.3",
|
|
"typescript": "3.9.7",
|
|
"webpack-merge": "^4.2.1"
|
|
}
|
|
}
|