50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "react-graph-feedback-form",
|
|
"version": "1.0.3",
|
|
"author": {
|
|
"name": "Sergei Zheleznov",
|
|
"url": "https://collabstack.de"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.9.1",
|
|
"@microsoft/sp-lodash-subset": "1.9.1",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.9.1",
|
|
"@microsoft/sp-property-pane": "1.9.1",
|
|
"@microsoft/sp-webpart-base": "1.9.1",
|
|
"@pnp/logging": "^1.3.6",
|
|
"@pnp/spfx-property-controls": "1.16.0",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "16.7.22",
|
|
"@types/react-dom": "16.8.0",
|
|
"@types/webpack-env": "1.13.1",
|
|
"office-ui-fabric-react": "^6.143.0",
|
|
"react": "16.7.0",
|
|
"react-dom": "16.7.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.7.22"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/microsoft-graph-types": "^1.10.0",
|
|
"@microsoft/rush-stack-compiler-2.9": "0.9.10",
|
|
"@microsoft/sp-build-web": "1.9.1",
|
|
"@microsoft/sp-module-interfaces": "1.9.1",
|
|
"@microsoft/sp-tslint-rules": "1.9.1",
|
|
"@microsoft/sp-webpart-workbench": "1.9.1",
|
|
"@types/chai": "4.2.7",
|
|
"@types/mocha": "5.2.7",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "~3.9.1"
|
|
}
|
|
}
|