2019-07-28 06:25:41 -04:00
|
|
|
{
|
|
|
|
"name": "react-kanban-board",
|
2020-07-02 22:53:00 -04:00
|
|
|
"main": "lib/index.js",
|
2024-06-01 19:01:08 -04:00
|
|
|
"version": "4.0.0",
|
2019-07-28 06:25:41 -04:00
|
|
|
"private": true,
|
2024-06-01 19:01:08 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=18.17.1 <19.0.0"
|
|
|
|
},
|
2019-07-28 06:25:41 -04:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-01 19:01:08 -04:00
|
|
|
"@fluentui/react": "8.106.4",
|
|
|
|
"@microsoft/sp-adaptive-card-extension-base": "1.19.0",
|
|
|
|
"@microsoft/sp-core-library": "1.19.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.19.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.19.0",
|
|
|
|
"@microsoft/sp-property-pane": "1.19.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.19.0",
|
|
|
|
"@pnp/sp": "^4.1.0",
|
|
|
|
"@pnp/spfx-controls-react": "^3.18",
|
|
|
|
"@pnp/spfx-property-controls": "^3.17",
|
|
|
|
"html-react-parser": "^5.1.10",
|
|
|
|
"react": "17.0.1",
|
|
|
|
"react-dom": "17.0.1",
|
|
|
|
"tslib": "2.3.1"
|
2019-07-28 06:25:41 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-01 19:01:08 -04:00
|
|
|
"@microsoft/eslint-config-spfx": "1.20.1",
|
|
|
|
"@microsoft/eslint-plugin-spfx": "1.20.1",
|
|
|
|
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
|
|
|
|
"@microsoft/sp-build-web": "1.20.1",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.20.1",
|
|
|
|
"@rushstack/eslint-config": "2.5.1",
|
|
|
|
"@types/react": "17.0.45",
|
|
|
|
"@types/react-dom": "17.0.17",
|
|
|
|
"@types/webpack-env": "1.15.2",
|
|
|
|
"ajv": "6.12.5",
|
|
|
|
"eslint": "8.7.0",
|
|
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
2021-10-27 17:00:41 -04:00
|
|
|
"gulp": "4.0.2",
|
2024-06-01 19:01:08 -04:00
|
|
|
"typescript": "4.7.4"
|
2019-07-28 06:25:41 -04:00
|
|
|
}
|
|
|
|
}
|