2019-07-28 06:25:41 -04:00
|
|
|
{
|
|
|
|
"name": "react-kanban-board",
|
2020-04-21 16:36:16 -04:00
|
|
|
"version": "1.0.1",
|
2019-07-28 06:25:41 -04:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@microsoft/sp-core-library": "1.8.2",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.8.2",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.8.2",
|
|
|
|
"@microsoft/sp-property-pane": "1.8.2",
|
|
|
|
"@microsoft/sp-webpart-base": "1.8.2",
|
|
|
|
"@pnp/common": "^1.3.3",
|
|
|
|
"@pnp/logging": "^1.3.3",
|
|
|
|
"@pnp/odata": "^1.3.3",
|
2020-06-04 16:56:21 -04:00
|
|
|
"@pnp/polyfill-ie11": "^2.0.2",
|
2019-07-28 06:25:41 -04:00
|
|
|
"@pnp/sp": "^1.3.3",
|
2020-06-21 19:02:32 -04:00
|
|
|
"@pnp/spfx-controls-react": "1.19.0",
|
|
|
|
"@pnp/spfx-property-controls": "1.19.0",
|
2019-07-28 06:25:41 -04:00
|
|
|
"@types/es6-promise": "0.0.33",
|
|
|
|
"@types/react": "16.7.22",
|
|
|
|
"@types/react-dom": "16.8.0",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
2020-06-18 17:05:45 -04:00
|
|
|
"classnames": "^2.2.6",
|
2019-07-28 06:25:41 -04:00
|
|
|
"jqwidgets-scripts": "^8.1.2",
|
|
|
|
"office-ui-fabric-react": "^6.143.0",
|
|
|
|
"react": "16.7.0",
|
|
|
|
"react-dom": "16.7.0"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.7.22"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/rush-stack-compiler-2.9": "0.7.7",
|
|
|
|
"@microsoft/sp-build-web": "1.8.2",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.8.2",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.8.2",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.8.2",
|
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
|
|
|
"ajv": "~5.2.2",
|
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"react-html-parser": "^2.0.2"
|
|
|
|
}
|
|
|
|
}
|