2016-09-16 00:33:47 -04:00
|
|
|
{
|
2018-04-04 10:53:25 -04:00
|
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"no-framework-crud-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/noFrameworkCrud/NoFrameworkCrudWebPart.js",
|
|
|
|
"manifest": "./src/webparts/noFrameworkCrud/NoFrameworkCrudWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2016-09-16 00:33:47 -04:00
|
|
|
},
|
2018-04-04 10:53:25 -04:00
|
|
|
"sp-pn-p-js-crud-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/spPnPJsCrud/SpPnPJsCrudWebPart.js",
|
|
|
|
"manifest": "./src/webparts/spPnPJsCrud/SpPnPJsCrudWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2016-09-16 00:33:47 -04:00
|
|
|
},
|
2018-04-04 10:53:25 -04:00
|
|
|
"react-crud-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/reactCrud/ReactCrudWebPart.js",
|
|
|
|
"manifest": "./src/webparts/reactCrud/ReactCrudWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2016-09-16 00:33:47 -04:00
|
|
|
},
|
2018-04-04 10:53:25 -04:00
|
|
|
"angular-crud-web-part": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"entrypoint": "./lib/webparts/angularCrud/AngularCrudWebPart.js",
|
|
|
|
"manifest": "./src/webparts/angularCrud/AngularCrudWebPart.manifest.json"
|
|
|
|
}
|
|
|
|
]
|
2016-09-16 00:33:47 -04:00
|
|
|
}
|
2018-04-04 10:53:25 -04:00
|
|
|
},
|
2016-09-16 00:33:47 -04:00
|
|
|
"externals": {
|
|
|
|
"angular": {
|
2018-04-04 10:53:25 -04:00
|
|
|
"path": "https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.5/angular.min.js",
|
2016-09-16 00:33:47 -04:00
|
|
|
"globalName": "angular"
|
|
|
|
},
|
2018-04-04 10:53:25 -04:00
|
|
|
"ng-office-ui-fabric": "https://cdnjs.cloudflare.com/ajax/libs/ngOfficeUiFabric/0.16.0/ngOfficeUiFabric.min.js"
|
2016-09-16 00:33:47 -04:00
|
|
|
},
|
|
|
|
"localizedResources": {
|
2018-04-04 10:53:25 -04:00
|
|
|
"NoFrameworkCrudWebPartStrings": "lib/webparts/noFrameworkCrud/loc/{locale}.js",
|
|
|
|
"SpPnPJsCrudWebPartStrings": "lib/webparts/spPnPJsCrud/loc/{locale}.js",
|
|
|
|
"ReactCrudWebPartStrings": "lib/webparts/reactCrud/loc/{locale}.js",
|
|
|
|
"AngularCrudWebPartStrings": "lib/webparts/angularCrud/loc/{locale}.js"
|
2016-09-16 00:33:47 -04:00
|
|
|
}
|
|
|
|
}
|