42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "react-my-approvals",
|
|
"version": "1.2.0",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"@pnp/common": "1.3.11",
|
|
"@pnp/logging": "1.3.11",
|
|
"@pnp/odata": "1.3.11",
|
|
"@pnp/sp": "1.3.11",
|
|
"@pnp/sp-clientsvc": "1.3.11",
|
|
"@pnp/sp-taxonomy": "1.3.11",
|
|
"@pnp/spfx-controls-react": "^3.5.0",
|
|
"@pnp/spfx-property-controls": "^3.3.0",
|
|
"office-ui-fabric-react": "7.183.1",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-intl": "^5.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-3.9": "0.4.48",
|
|
"@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",
|
|
"@types/webpack-env": "1.16.3",
|
|
"ajv": "~6.12.3",
|
|
"gulp": "~4.0.2"
|
|
}
|
|
}
|