forked from AUS-DOH-Safety-and-Quality/PowerBI-SPC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
38
39
40
{
"name": "visual",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"eslint": "npx eslint .",
"test": "vitest run"
},
"dependencies": {
"@stdlib/math-base-special-gammaln": "^0.2.2",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-drag": "^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-typeutils": "^6.0.3"
},
"devDependencies": {
"@types/d3-array": "^3.2.1",
"@types/d3-axis": "^3.0.6",
"@types/d3-drag": "^3.0.7",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.7",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.57.0",
"eslint-plugin-powerbi-visuals": "^1.0.0",
"ts-loader": "9.5.2",
"typedoc": "^0.27.6",
"typescript": "5.7.3",
"vitest": "^3.0.5"
},
"override": {
"powerbi-visuals-api": "$powerbi-visuals-api"
}
}