2020-09-20 20:17:05 -04:00
|
|
|
{
|
|
|
|
"name": "react-accordion",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"version": "1.6.0",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2023-04-02 17:03:21 -04:00
|
|
|
"node": ">=16.13.0 <17.0.0"
|
2020-09-20 20:17:05 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-02 17:03:21 -04:00
|
|
|
"@microsoft/sp-adaptive-card-extension-base": "1.16.1",
|
|
|
|
"@microsoft/sp-core-library": "1.16.1",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.16.1",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.16.1",
|
|
|
|
"@microsoft/sp-property-pane": "1.16.1",
|
|
|
|
"@microsoft/sp-tslint-rules": "^1.16.1",
|
|
|
|
"@microsoft/sp-webpart-base": "1.16.1",
|
|
|
|
"@pnp/common": "^2.15.0",
|
|
|
|
"@pnp/graph": "^1.3.11",
|
|
|
|
"@pnp/logging": "^3.13.0",
|
|
|
|
"@pnp/odata": "^2.15.0",
|
|
|
|
"@pnp/pnpjs": "^2.15.0",
|
|
|
|
"@pnp/sp": "^3.13.0",
|
2020-09-20 20:17:05 -04:00
|
|
|
"@pnp/spfx-controls-react": "1.14.0",
|
|
|
|
"@pnp/spfx-property-controls": "1.19.0",
|
2023-04-02 17:03:21 -04:00
|
|
|
"office-ui-fabric-react": "7.199.1",
|
|
|
|
"react": "17.0.1",
|
2020-09-20 20:17:05 -04:00
|
|
|
"react-accessible-accordion": "^3.0.0",
|
2023-04-02 17:03:21 -04:00
|
|
|
"react-dom": "17.0.1",
|
|
|
|
"tslib": "2.3.1"
|
2020-09-20 20:17:05 -04:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "16.8.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-02 17:03:21 -04:00
|
|
|
"@microsoft/eslint-config-spfx": "1.16.1",
|
|
|
|
"@microsoft/eslint-plugin-spfx": "1.16.1",
|
|
|
|
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
|
2023-01-12 08:47:57 -05:00
|
|
|
"@microsoft/sp-build-web": "1.16.1",
|
2023-04-02 17:03:21 -04:00
|
|
|
"@microsoft/sp-module-interfaces": "1.16.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",
|
|
|
|
"gulp": "4.0.2",
|
|
|
|
"typescript": "4.5.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
|
|
"@typescript-eslint/parser": "^5.54.1"
|
2020-09-20 20:17:05 -04:00
|
|
|
}
|
|
|
|
}
|