-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.88 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.88 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"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": {
"@fontsource-variable/hanken-grotesk": "^5.2.8",
"@microsoft/applicationinsights-web": "^3.3.6",
"@turf/buffer": "^7.2.0",
"@turf/kinks": "^7.2.0",
"@turf/simplify": "^7.2.0",
"@turf/turf": "^7.1.0",
"@types/chroma-js": "^2.4.4",
"@types/leaflet-groupedlayercontrol": "^0.6.4",
"chroma-js": "^3.0.0",
"esri-leaflet": "2.5.3",
"geojson-precision": "^1.0.0",
"leaflet": "^1.9.4",
"leaflet-groupedlayercontrol": "^0.6.1",
"leaflet-lasso": "^2.2.13",
"leaflet-notifications": "^1.0.7",
"leaflet-spin": "^1.1.2",
"lodash": "^4.17.21",
"powerbi-visuals-api": "~5.3.0",
"powerbi-visuals-tools": "^7.0.3",
"powerbi-visuals-utils-dataviewutils": "^6.1.0",
"powerbi-visuals-utils-formattingmodel": "6.0.0",
"powerbi-visuals-utils-formattingutils": "^6.1.2",
"proj4": "2.10.0",
"proj4leaflet": "1.0.2",
"shpjs": "^6.1.0",
"spin.js": "^2.3.2",
"topojson-client": "^3.1.0",
"ts-md5": "^1.3.1",
"uuid": "^11.1.0",
"wellknown": "0.5.0"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"devDependencies": {
"@types/chroma-js": "^2.4.4",
"@types/esri-leaflet": "2.1.9",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.11",
"@types/lodash": "^4.17.0",
"@types/node": "^20.19.39",
"@types/proj4leaflet": "^1.0.10",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.42.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"typescript": "4.9.3"
}
}