@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
17 lines (16 loc) • 435 B
JSON
{
"vuejs": {
"dependencies": {
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^8.5.0"
},
"devDependencies": {
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"sass-loader": "^8.0.2",
"ts-loader": "^6.2.1",
"fork-ts-checker-webpack-plugin": "^5.0.7"
}
}
}