UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

75 lines 2.64 kB
{ "name": "@microsoft/sp-webpart-base", "version": "1.22.1", "description": "SharePoint Framework support for building web parts", "license": "https://aka.ms/spfx/license", "homepage": "http://aka.ms/spfx", "main": "lib-commonjs/index.js", "module": "lib/index.js", "typings": "dist/index-internal.d.ts", "tsdoc": { "tsdocFlavor": "AEDoc" }, "devDependencies": { "@microsoft/load-themed-styles": "2.1.5", "@playwright/test": "1.51.0", "@rushstack/heft": "1.1.2", "@types/react": "17.0.45", "@types/react-dom": "17.0.17", "eslint": "8.57.1", "@msinternal/copilot-common": "2.26.2", "@msinternal/playwright-tab-utilities": "0.1.0", "@msinternal/sp-edit-customer-promise": "0.1.0", "@msinternal/sp-idle-web-task": "0.1.2", "@msinternal/sp-renderable-components-base": "5.3.6", "@msinternal/sp-tab-tasklib": "0.0.4", "@msinternal/sp-a11y-checker-util": "0.1.0", "@msinternal/odsp-datasources": "55.105.0", "@msinternal/spfx-internal-web-build-rig": "0.1.0", "@msinternal/sp-telemetry": "0.35.58" }, "dependencies": { "@fluentui/react": "^8.123.1", "@microsoft/teams-js-v2": "npm:@microsoft/teams-js@2.32.0", "@swc/helpers": "^0.5.12", "@types/office-js": "1.0.36", "react": "17.0.1", "react-dom": "17.0.1", "tslib": "2.3.1", "@microsoft/sp-component-base": "1.22.1", "@microsoft/sp-core-library": "1.22.1", "@microsoft/sp-diagnostics": "1.22.1", "@microsoft/sp-http": "1.22.1", "@microsoft/sp-loader": "1.22.1", "@microsoft/sp-http-base": "1.22.1", "@microsoft/sp-lodash-subset": "1.22.1", "@microsoft/sp-page-context": "1.22.1", "@microsoft/sp-property-pane": "1.22.1", "@microsoft/sp-module-interfaces": "1.22.1", "@microsoft/sp-top-actions": "1.22.1" }, "engines": { "node": ">=18.17.1 <19.0.0 || >=22.14.0 < 23.0.0" }, "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", "tab": "heft tab", "playwright": "heft playwright", "playwright-debug": "heft playwright --debug-mode", "_phase:build": "heft run --only build -- --clean", "_phase:build:incremental": "heft run --only build --", "_phase:depscan": "heft depscan", "_phase:tablink": "heft tablink", "_phase:test": "heft run --only test -- --clean", "_phase:test:incremental": "heft run --only test --" } }