sp-dev-fx-webparts/samples/react-fluentui-9/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2022-05-30 11:53:03 -04:00
{
"name": "react-fluentui-9",
"version": "0.0.1",
"private": true,
2022-11-16 06:36:09 -05:00
"engines": {
"node": ">=16.13.0 <17.0.0"
},
2022-05-30 11:53:03 -04:00
"main": "lib/index.js",
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
2023-05-15 15:41:37 -04:00
"@fluentui/react-components": "^9.20.0",
"@fluentui/react-migration-v8-v9": "^9.2.11",
2023-05-15 15:41:37 -04:00
"@microsoft/sp-component-base": "1.17.2",
"@microsoft/sp-core-library": "1.17.2",
"@microsoft/sp-lodash-subset": "1.17.2",
"@microsoft/sp-office-ui-fabric-core": "1.17.2",
2023-05-15 15:41:37 -04:00
"@microsoft/sp-property-pane": "1.17.2",
"@microsoft/sp-webpart-base": "1.17.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"tslib": "2.3.1"
2022-05-30 11:53:03 -04:00
},
"devDependencies": {
2023-05-15 15:41:37 -04:00
"@microsoft/eslint-config-spfx": "1.17.2",
"@microsoft/eslint-plugin-spfx": "1.17.2",
"@microsoft/rush-stack-compiler-4.5": "0.5.0",
2023-05-15 15:41:37 -04:00
"@microsoft/sp-build-web": "1.17.2",
"@microsoft/sp-module-interfaces": "1.17.2",
"@rushstack/eslint-config": "2.5.1",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
2022-11-14 10:16:09 -05:00
"@types/webpack-env": "~1.15.2",
"ajv": "^6.12.5",
2023-05-15 15:41:37 -04:00
"eslint": "8.7.0",
"eslint-plugin-react-hooks": "4.3.0",
"gulp": "4.0.2",
"typescript": "4.5.5"
2022-05-30 11:53:03 -04:00
}
}