forked from AUS-DOH-Safety-and-Quality/PowerBI-SPC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 930 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
{
"name": "visual",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babel/runtime": "7.20.7",
"@babel/runtime-corejs3": "7.20.7",
"@stdlib/math": "^0.0.11",
"core-js": "3.27.2",
"d3": "^7.8.2",
"minimist": "^1.2.7",
"powerbi-visuals-api": "~3.6.0",
"powerbi-visuals-utils-dataviewutils": "^2.2.1",
"powerbi-visuals-utils-typeutils": "^6.0.1",
"regenerator-runtime": "^0.13.11"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"process": "^0.11.10",
"ts-loader": "9.4.2",
"typescript": "3.6.3"
},
"override": {
"powerbi-visuals-api": "$powerbi-visuals-api"
}
}