-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.06 KB
/
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
37
{
"name": "visual",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@stdlib/stats-base-dists-chisquare-quantile": "^0.2.2",
"@stdlib/stats-base-dists-normal-cdf": "^0.2.2",
"@stdlib/stats-base-dists-normal-quantile": "^0.2.2",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"powerbi-visuals-api": "~4.7.0",
"powerbi-visuals-utils-dataviewutils": "^6.1.0"
},
"devDependencies": {
"@types/d3-array": "^3.2.1",
"@types/d3-axis": "^3.0.6",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.57.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"ts-loader": "9.5.1",
"typescript": "5.5.4"
},
"override": {
"powerbi-visuals-api": "$powerbi-visuals-api"
}
}