@pnp/generator-spfx
Version:
This Yeoman generator helps organisations to improve their development workflow with the SharePoint Framework. It extends the functionalities of the @microsoft/generator-sharepoint based on best pattern and practices. This generator extends the capabiliti
107 lines (106 loc) • 3.23 kB
JSON
{
"name": "@pnp/generator-spfx",
"version": "1.16.2",
"description": "This Yeoman generator helps organisations to improve their development workflow with the SharePoint Framework. It extends the functionalities of the @microsoft/generator-sharepoint based on best pattern and practices. This generator extends the capabilities of ReactJS, and Knockout projects add support for additional frameworks and include advanced code analysis tools.",
"homepage": "https://aka.ms/pnpgenerator",
"author": {
"name": "Office 365 / SharePoint PnP Core Team",
"url": "https://github.com/pnp"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pnp/generator-spfx.git"
},
"files": [
"app",
"generators",
"lib"
],
"keywords": [
"SharePoint",
"SPFx",
"SharePoint Framework",
"Pattern and Practices",
"Office 365",
"Office 365 Development",
"SharePoint Framework Development",
"yeoman-generator",
"PnP",
"VueJS",
"Aurelia",
"Handlebars",
"Angular Elements",
"SharePointFramework"
],
"maintainers": [
{
"name": "Stefan Bauer",
"email": "office@n8d.at",
"url": "https://www.n8d.at/"
},
{
"name": "Chandani Prajapati (Angular)",
"url": "https://twitter.com/Chandani_SPD"
}
],
"contributors": [
{
"name": "Magnus Danielson",
"url": "https://github.com/magnusdanielson"
},
{
"name": "Matthew Farrell",
"url": "https://github.com/matthewfarrell"
},
{
"name": "Bill Ayers",
"email": "BillA@flosim.com",
"url": "http://www.SPDoctor.net"
},
{
"name": "Vincent Biret",
"url": "https://github.com/baywet"
},
{
"name": "Sergei Sergeev",
"url": "https://github.com/s-KaiNet"
},
{
"name": "Paweł Hawrylak",
"url": "https://github.com/phawrylak"
},
{
"name": "Chris Kent",
"email": "ihatetimemachines@gmail.com",
"url": "https://thechriskent.com/"
},
{
"name": "Alex Terentiev",
"url": "https://github.com/AJIXuMuK"
}
],
"dependencies": {
"@microsoft/generator-sharepoint": "1.13.1",
"@pnp/office365-cli": "^2.12.0",
"applicationinsights": "^1.8.8",
"chalk": "^4.1.0",
"command-exists": "^1.2.9",
"global": "^4.4.0",
"lodash": "^4.17.20",
"param-case": "^3.0.4",
"update-notifier": "^4.1.0",
"yeoman-generator": "^4.12.0"
},
"devDependencies": {
"mocha": "~7.1.2",
"rimraf": "^3.0.2",
"yeoman-assert": "~3.1.1",
"yeoman-test": "~2.7.0"
},
"scripts": {
"test": "mocha ./test/full.coverage.test.js",
"postinstall": "node lib/patch.js",
"extract-template": "node tools/scripts/get-template.js"
}
}