53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "react-directory",
|
|
"version": "3.0.4",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=16.13.0 <17.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"preversion": "node ./tools/pre-version.js",
|
|
"postversion": "gulp dist",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "2.3.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"office-ui-fabric-react": "^7.199.1",
|
|
"@fluentui/react": "^7.199.1",
|
|
"@microsoft/sp-core-library": "1.17.3",
|
|
"@microsoft/sp-component-base": "1.17.3",
|
|
"@microsoft/sp-property-pane": "1.17.3",
|
|
"@microsoft/sp-webpart-base": "1.17.3",
|
|
"@microsoft/sp-lodash-subset": "1.17.3",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.17.3",
|
|
"@pnp/sp": "2.5.0",
|
|
"@pnp/spfx-controls-react": "3.14.0",
|
|
"@pnp/spfx-property-controls": "^3.13.0",
|
|
"react-js-pagination": "^3.0.3",
|
|
"throttle-debounce": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-4.5": "0.5.0",
|
|
"@rushstack/eslint-config": "2.5.1",
|
|
"@microsoft/eslint-plugin-spfx": "1.17.3",
|
|
"@microsoft/eslint-config-spfx": "1.17.3",
|
|
"@microsoft/sp-build-web": "1.17.3",
|
|
"@types/webpack-env": "~1.15.2",
|
|
"ajv": "^6.12.5",
|
|
"eslint": "8.7.0",
|
|
"gulp": "4.0.2",
|
|
"typescript": "4.5.5",
|
|
"@types/react": "17.0.45",
|
|
"@types/react-dom": "17.0.17",
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
"@microsoft/sp-module-interfaces": "1.17.3",
|
|
"@types/react-js-pagination": "^3.0.4",
|
|
"@types/throttle-debounce": "^5.0.0"
|
|
}
|
|
}
|