-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 780 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 780 Bytes
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
{
"name": "visual",
"description": "default_template_value",
"version": "1.0.0.0",
"repository": {
"type": "default_template_value",
"url": "default_template_value"
},
"license": "MIT",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"d3": "^6.7.0",
"powerbi-visuals-api": "~5.1.0",
"powerbi-visuals-utils-formattingmodel": "6.0.0"
},
"devDependencies": {
"@types/d3-axis": "^3.0.2",
"@types/d3-scale": "^4.0.3",
"@types/d3-selection": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.42.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"typescript": "^4.5.5"
}
}