UNPKG

@microsoft/mgt-spfx

Version:
52 lines (51 loc) 1.53 kB
{ "name": "@microsoft/mgt-spfx", "version": "3.1.3", "description": "SharePoint Framework library for Microsoft Graph Toolkit", "main": "lib/index.js", "keywords": [ "microsoft graph", "microsoft graph toolkit", "sharepoint framework", "sharepoint" ], "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit", "bugs": { "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues" }, "repository": { "type": "git", "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit" }, "engines": { "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0" }, "author": "Microsoft", "license": "MIT", "scripts": { "build": "npm run clean && gulp bundle --production", "clean": "gulp clean", "test": "gulp test", "package": "npm run build && gulp package-solution --production", "postpublish": "npm run package" }, "dependencies": { "@microsoft/mgt-components": "3.1.3", "@microsoft/mgt-element": "3.1.3", "@microsoft/mgt-sharepoint-provider": "3.1.3", "tslib": "2.3.1" }, "devDependencies": { "@microsoft/eslint-config-spfx": "1.18.0", "@microsoft/eslint-plugin-spfx": "1.18.0", "@microsoft/rush-stack-compiler-4.7": "0.1.0", "@microsoft/sp-build-web": "1.18.0", "@microsoft/sp-module-interfaces": "1.18.0", "@rushstack/eslint-config": "2.5.1", "@types/webpack-env": "~1.15.2", "ajv": "^6.12.5", "eslint": "8.7.0", "gulp": "4.0.2", "typescript": "4.7.4" } }