@tactics/lokaal-loket 0.0.103 → 0.0.104
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +683 -558
- package/build/index.d.cts +58 -34
- package/build/index.d.ts +58 -34
- package/build/index.js +502 -396
- package/package.json +7 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.104",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -52,7 +52,9 @@
|
|
52
52
|
"swiper": ">= 11.1"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
+
"@deck.gl/google-maps": "^9.0.24",
|
55
56
|
"@googlemaps/markerclusterer": "^2.5.3",
|
57
|
+
"@mapbox/polyline": "^1.2.1",
|
56
58
|
"@mui/base": "5.0.0-beta.40",
|
57
59
|
"@storybook/addon-a11y": "^8.2.6",
|
58
60
|
"@storybook/components": "^8.2.6",
|
@@ -60,11 +62,15 @@
|
|
60
62
|
"@storybook/types": "^8.2.6",
|
61
63
|
"@tactics/browser": "^0.0.6",
|
62
64
|
"@tactics/tacky": "2.0.20",
|
65
|
+
"@types/geojson": "^7946.0.14",
|
63
66
|
"@types/react": "^18.3.3",
|
64
67
|
"@types/styled-components": "^5.1.34",
|
68
|
+
"@types/supercluster": "^7.1.3",
|
65
69
|
"@vis.gl/react-google-maps": "^1.1.0",
|
66
70
|
"@vitejs/plugin-react": "^4.3.1",
|
67
71
|
"axios": "^1.7.2",
|
72
|
+
"deck.gl": "^9.0.24",
|
73
|
+
"supercluster": "^8.0.1",
|
68
74
|
"uuid": "^10.0.0",
|
69
75
|
"vite": "^5.3.5"
|
70
76
|
},
|