-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.09 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
{
"name": "event_table_viewer",
"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",
"prettier-format": "prettier --config .prettierrc src\\**.ts --write"
},
"dependencies": {
"@types/d3": "7.4.0",
"d3": "7.8.5",
"lineup-eventdata": "github:jzethofer/lineupjs#build",
"powerbi-models": "^1.13.0",
"powerbi-visuals-api": "~5.9.0",
"powerbi-visuals-utils-formattingmodel": "5.0.0",
"powerbi-visuals-utils-formattingutils": "^6.0.1",
"powerbi-visuals-utils-tooltiputils": "^6.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.42.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"prettier": "^3.0.3",
"typescript": "4.9.3"
}
}