mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
3f4cbccc95
As per the guidelines: https://github.com/SharePoint/sp-dev-fx-webparts/blob/master/.github/CONTRIBUTING.md
25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"name": "powerbi",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.2.0",
|
|
"@microsoft/sp-client-preview": "~0.2.0",
|
|
"powerbi-client": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~0.5.0",
|
|
"@microsoft/sp-module-interfaces": "~0.2.0",
|
|
"@microsoft/sp-webpart-workbench": "~0.2.0",
|
|
"gulp": "~3.9.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp nuke",
|
|
"test": "gulp test"
|
|
}
|
|
}
|