2019-03-10 12:19:03 -04:00
|
|
|
{
|
|
|
|
"name": "react-tree-orgchart",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-01-28 08:45:12 -05:00
|
|
|
"@microsoft/sp-core-library": "1.10.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.10.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.10.0",
|
2019-03-10 12:19:03 -04:00
|
|
|
"@pnp/common": "^1.2.9",
|
|
|
|
"@pnp/graph": "^1.2.9",
|
|
|
|
"@pnp/logging": "^1.2.9",
|
|
|
|
"@pnp/odata": "^1.2.9",
|
|
|
|
"@pnp/sp": "^1.2.9",
|
|
|
|
"@pnp/spfx-controls-react": "^1.11.0",
|
|
|
|
"@pnp/spfx-property-controls": "^1.14.1",
|
|
|
|
"@types/es6-promise": "0.0.33",
|
|
|
|
"@types/react": "16.4.2",
|
|
|
|
"@types/react-dom": "16.0.5",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"react": "16.3.2",
|
|
|
|
"react-dom": "16.3.2",
|
|
|
|
"react-sortable-tree": "^2.6.0"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.4.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-28 08:45:12 -05:00
|
|
|
"@microsoft/rush-stack-compiler-3.7": "^0.2.3",
|
|
|
|
"@microsoft/sp-build-web": "1.10.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.10.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.10.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.10.0",
|
2019-03-10 12:19:03 -04:00
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
|
|
|
"ajv": "~5.2.2"
|
|
|
|
}
|
|
|
|
}
|