@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
194 lines (193 loc) • 5.29 kB
JSON
{
"jquery@3": {
"dependencies": {
"jquery": "^3.5.5",
"@types/jquery": "^3.5.4"
}
},
"msgraph": {
"devDependencies": {
"@microsoft/microsoft-graph-types": "^1.12.0"
}
},
"msgt": {
"devDependencies": {
"@microsoft/mgt": "^1.3.5"
}
},
"ouifr@5": {
"dependencies": {
"office-ui-fabric-react": "^5.112.0"
}
},
"ouifr@6": {
"dependencies": {
"office-ui-fabric-react": "^6.189.2"
},
"devDependencies": {
"@types/react": "^16.9.17"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-2.9"
],
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.3/includes/tsconfig-web.json"
}
},
"ouifr@6fluent": {
"dependencies": {
"office-ui-fabric-react": "^6.189.2",
"@uifabric/fluent-theme": "^7.4.3"
},
"devDependencies": {
"@types/react": "^16.9.43"
}
},
"ouifr@7": {
"dependencies": {
"office-ui-fabric-react": "^7.155.3"
},
"devDependencies": {
"@types/react": "^16.9.43"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-2.9"
],
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.3/includes/tsconfig-web.json"
}
},
"spfx-uifabric-themes":{
"devDependencies": {
"spfx-uifabric-themes": "^0.8.0"
}
},
"rush@3.3": {
"dependencies": {},
"devDependencies": {}
},
"rush@3.4": {
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "^0.8.x",
"typescript": "~3.4.x"
},
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-web.json"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-3.3"
]
},
"rush@3.5": {
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "^0.8.x",
"typescript": "~3.5.x"
},
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-web.json"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-3.3"
]
},
"rush@3.6": {
"devDependencies": {
"@microsoft/rush-stack-compiler-3.6": "^0.6.x",
"typescript": "~3.6.x"
},
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.6/includes/tsconfig-web.json"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-3.3"
]
},
"rush@3.7": {
"devDependencies": {
"@microsoft/rush-stack-compiler-3.7": "^0.6.x",
"typescript": "~3.7.x"
},
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.7/includes/tsconfig-web.json"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-3.3"
]
},
"rush@3.8": {
"devDependencies": {
"@microsoft/rush-stack-compiler-3.8": "^0.4.x",
"typescript": "~3.8.x"
},
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.8/includes/tsconfig-web.json"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-3.3"
]
},
"rush@3.9": {
"devDependencies": {
"@microsoft/rush-stack-compiler-3.9": "^0.4.x",
"typescript": "~3.9.x"
},
"tsconfig": {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-web.json"
},
"rmDependencies": [
"@microsoft/rush-stack-compiler-3.3"
]
},
"@pnp/pnpjs": {
"dependencies": {
"@pnp/pnpjs": "^2.0.13"
}
},
"@pnp/spfx-property-controls": {
"dependencies": {
"@pnp/spfx-property-controls": "2.2.0"
}
},
"@pnp/spfx-controls-react": {
"dependencies": {
"@pnp/spfx-controls-react": "2.3.0"
}
},
"webpack-analyzer": {
"devDependencies": {
"webpack-bundle-analyzer": "^3.8.0"
}
},
"stylelint": {
"devDependencies": {
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-scss": "^3.18.0",
"gulp-stylelint": "^13.0.0"
}
},
"continuousIntegrationJest": {
"devDependencies": {
"jest-junit": "^10.0.0"
}
},
"gulp-sequence": {
"devDependencies": {
"gulp-sequence": "1.0.0"
}
},
"csscomb": {
"devDependencies": {}
},
"lodash": {
"devDependencies": {
"lodash": "^4.17.20"
},
"tsconfig": {
"compilerOptions": {
"allowSyntheticDefaultImports": true
}
}
}
}