syinpoSlicer/package.json

32 lines
817 B
JSON
Raw Normal View History

2020-04-25 01:23:56 +08:00
{
"name": "visual",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -c tslint.json -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "7.6.0",
"@babel/runtime-corejs2": "7.6.0",
2020-04-29 23:16:02 +08:00
"@types/bootstrap": "^3.4.0",
2020-04-25 01:23:56 +08:00
"@types/d3": "5.7.2",
2020-04-29 23:16:02 +08:00
"@types/jquery": "^2.0.54",
"bootstrap": "^3.4.1",
"bootstrap-multiselect": "^0.9.15",
"core-js": "3.2.1",
2020-04-25 01:23:56 +08:00
"d3": "5.12.0",
2020-04-29 23:16:02 +08:00
"jquery": "^2.2.4",
"powerbi-models": "^1.3.3",
2020-04-25 01:23:56 +08:00
"powerbi-visuals-api": "~2.6.1",
"powerbi-visuals-utils-dataviewutils": "2.2.1"
2020-04-25 01:23:56 +08:00
},
"devDependencies": {
2020-04-29 23:16:02 +08:00
"@types/bootstrap-multiselect": "^0.9.0",
2020-04-25 01:23:56 +08:00
"ts-loader": "6.1.0",
"tslint": "^5.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "3.6.3"
}
}