-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"description": "Power BI yFiles integration",
"license": "MIT",
"private": true,
"name": "graphs-in-power-bi",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\"",
"prettier": "prettier --write *.json {style,src}/**/*.{less,ts,json}"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@babel/runtime-corejs2": "^7.5.5",
"@types/d3": "5.7.2",
"core-js": "3.2.1",
"d3": "5.10.0",
"lodash": "^4.17.15",
"powerbi-visuals-api": "~2.6.1",
"powerbi-visuals-tools": "3.1.5",
"powerbi-visuals-utils-dataviewutils": "^2.2.1",
"yfiles": "./yFiles/lib/es-modules"
},
"devDependencies": {
"prettier": "1.18.2",
"ts-loader": "6.0.4",
"tslint": "5.20.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "3.5.3"
},
"overrides": {
"@types/node": "12.7.5",
"dns-packet": "5.6.1"
}
}