2023-11-17 07:21:16 -05:00
|
|
|
{
|
|
|
|
"name": "award-recognition",
|
2023-11-26 06:13:48 -05:00
|
|
|
"version": "1.0.0",
|
2023-11-17 07:21:16 -05:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2024-03-16 07:01:31 -04:00
|
|
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
|
2023-11-17 07:21:16 -05:00
|
|
|
},
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-03-16 07:01:31 -04:00
|
|
|
"@fluentui/react": "8.106.4",
|
2023-11-17 07:21:16 -05:00
|
|
|
"@fluentui/react-components": "^9.40.0",
|
2024-03-16 07:01:31 -04:00
|
|
|
"@microsoft/sp-adaptive-card-extension-base": "1.18.2",
|
|
|
|
"@microsoft/sp-core-library": "1.18.2",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.18.2",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.18.2",
|
|
|
|
"@microsoft/sp-property-pane": "1.18.2",
|
|
|
|
"@microsoft/sp-webpart-base": "1.18.2",
|
2023-11-17 07:21:16 -05:00
|
|
|
"@pnp/sp": "^3.20.0",
|
|
|
|
"pnp-react-hooks": "^1.3.0",
|
|
|
|
"react": "17.0.1",
|
|
|
|
"react-dom": "17.0.1",
|
|
|
|
"swiper": "^9.3.2",
|
|
|
|
"tslib": "2.3.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-16 07:01:31 -04:00
|
|
|
"@microsoft/eslint-config-spfx": "1.18.2",
|
|
|
|
"@microsoft/eslint-plugin-spfx": "1.18.2",
|
2023-11-17 07:21:16 -05:00
|
|
|
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
|
2024-03-16 07:01:31 -04:00
|
|
|
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
|
|
|
|
"@microsoft/sp-build-web": "1.18.2",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.18.2",
|
2023-11-17 07:21:16 -05:00
|
|
|
"@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",
|
2024-03-16 07:01:31 -04:00
|
|
|
"typescript": "4.7.4"
|
2023-11-17 07:21:16 -05:00
|
|
|
}
|
|
|
|
}
|