This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
51 lines (51 loc) · 1.67 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "mapboxgl-powerbi",
"version": "1.5.0",
"description": "Mapbox Visual for Power BI",
"main": "index.js",
"scripts": {
"pbi": "pbiviz",
"pbicerti": "pbiviz --install-cert",
"package": "pbiviz package",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
"test": "karma start",
"start": "pbiviz start",
"turf-build": "browserify ./src/build/turf-build.js -s turf --debug --plugin [minifyify --output src/js/turf-bundle.js] > src/js/turf-bundle-min.js"
},
"author": "Ryan Baumann",
"license": "MIT",
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@mapbox/mapbox-gl-geocoder": "^4.4.2",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/boolean-contains": "^6.0.1",
"@turf/boolean-overlap": "^6.0.1",
"@turf/center": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/meta": "^6.0.2",
"@turf/simplify": "^5.1.5",
"@types/geojson": "^1.0.6",
"@types/mapbox-gl": "^0.51.4",
"chroma-js": "^1.3.5",
"mapbox-gl": "^1.0.0",
"powerbi-client": "^2.6.7",
"powerbi-visuals-utils-dataviewutils": "^1.5.0",
"powerbi-visuals-utils-formattingutils": "^3.1.0",
"powerbi-visuals-utils-testutils": "^1.3.2",
"powerbi-visuals-utils-typeutils": "^1.2.0",
"supercluster": "^4.1.1",
"typed-rest-client": "^1.0.11"
},
"devDependencies": {
"jasmine-core": "^2.8.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.3.1",
"minifyify": "^7.3.5"
}
}