@microsoft/sp-dialog
Version:
SharePoint Framework support for displaying dialog boxes
51 lines • 1.7 kB
JSON
{
"name": "@microsoft/sp-dialog",
"version": "1.22.2",
"description": "SharePoint Framework support for displaying dialog boxes",
"engines": {
"node": ">=18.17.1 <19.0.0 || >=22.14.0 < 23.0.0"
},
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "dist/index-internal.d.ts",
"license": "https://aka.ms/spfx/license",
"homepage": "http://aka.ms/spfx",
"devDependencies": {
"@rushstack/heft": "1.1.2",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"eslint": "8.57.1",
"@ms/office-ui-fabric-react-bundle": "1.19.51",
"@msinternal/sp-fluentui-migration-meta-bundle": "0.1.0",
"@msinternal/spfx-internal-web-build-rig": "0.1.0"
},
"dependencies": {
"@fluentui/react": "^8.123.1",
"@fluentui/react-components": "^9.66.5",
"@fluentui/react-migration-v8-v9": "^9.8.5",
"@swc/helpers": "^0.5.12",
"react": "17.0.1",
"react-dom": "17.0.1",
"tslib": "2.3.1",
"@microsoft/sp-core-library": "1.22.2",
"@microsoft/sp-diagnostics": "1.22.2",
"@microsoft/sp-application-base": "1.22.2"
},
"peerDependencies": {
"@types/react": ">=16.9.51 <18.0.0",
"@types/react-dom": ">=16.9.8 <18.0.0"
},
"scripts": {
"build": "heft test --clean",
"clean": "heft clean",
"deploy": "heft dev-deploy",
"start": "heft build-watch --serve",
"test": "heft test",
"test-watch": "heft test-watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:build:incremental": "heft run --only build --",
"_phase:depscan": "heft depscan",
"_phase:test": "heft run --only test -- --clean",
"_phase:test:incremental": "heft run --only test --"
}
}