sp-dev-fx-webparts/samples/react-graph-app-secret-expi.../package.json

50 lines
1.5 KiB
JSON
Raw Normal View History

2021-09-17 12:35:13 -04:00
{
"name": "react-graph-app-secret-expiration",
2023-03-06 07:02:33 -05:00
"version": "1.5.0",
2021-09-17 12:35:13 -04:00
"private": true,
"main": "lib/index.js",
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
2023-03-06 07:02:33 -05:00
"engines": {
"node": ">=16.13.0 <17.0.0"
},
2021-09-17 12:35:13 -04:00
"dependencies": {
2022-03-14 12:45:09 -04:00
"@fluentui/react": "^8.61.0",
2021-09-17 12:35:13 -04:00
"@microsoft/rush-stack-compiler-3.8": "^0.4.47",
2023-03-06 07:02:33 -05:00
"@microsoft/sp-adaptive-card-extension-base": "1.16.1",
"@microsoft/sp-core-library": "1.16.1",
"@microsoft/sp-http": "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-webpart-base": "1.16.1",
2021-09-17 12:35:13 -04:00
"@pnp/spfx-controls-react": "3.3.0",
"moment": "^2.29.1",
2023-03-06 07:02:33 -05:00
"office-ui-fabric-react": "7.199.1",
"react": "17.0.1",
"react-dom": "17.0.1",
2022-07-07 10:39:01 -04:00
"tslib": "2.3.1"
2021-09-17 12:35:13 -04:00
},
"devDependencies": {
2023-03-06 07:02:33 -05:00
"@microsoft/eslint-config-spfx": "1.16.1",
"@microsoft/eslint-plugin-spfx": "1.16.1",
2021-09-17 12:35:13 -04:00
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
2022-03-14 12:45:09 -04:00
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
2022-07-07 10:39:01 -04:00
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
2023-03-06 07:02:33 -05:00
"@microsoft/sp-build-web": "1.16.1",
"@microsoft/sp-module-interfaces": "1.16.1",
2022-07-07 10:39:01 -04:00
"@rushstack/eslint-config": "2.5.1",
2023-03-06 07:02:33 -05:00
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
2022-07-07 10:39:01 -04:00
"@types/webpack-env": "1.15.2",
"ajv": "6.12.5",
"eslint": "8.7.0",
"eslint-plugin-react-hooks": "4.3.0",
2023-03-06 07:02:33 -05:00
"gulp": "~4.0.2",
"typescript": "4.5.5"
2021-09-17 12:35:13 -04:00
}
}