-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 960 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
35
{
"name": "visual",
"description": "default_template_value",
"version": "1.0.0.0",
"repository": {
"type": "default_template_value",
"url": "default_template_value"
},
"license": "",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"ol": "^9.2.4",
"ol-layerswitcher": "^4.1.1",
"powerbi-visuals-api": "~5.3.0",
"powerbi-visuals-utils-formattingmodel": "^6.0.2",
"powerbi-visuals-utils-formattingutils": "^6.1.1",
"powerbi-visuals-utils-tooltiputils": "^6.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"url-join": "^5.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.11.0",
"eslint": "^8.56.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"typescript": "^5.4.5"
}
}