@tactics/lokaal-loket 0.0.286 → 0.0.287
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +1016 -893
- package/build/index.d.cts +55 -2
- package/build/index.d.ts +55 -2
- package/build/index.js +718 -599
- package/package.json +6 -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.287",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -57,9 +57,13 @@
|
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
59
|
"@deck.gl/google-maps": "^9.0.29",
|
60
|
+
"@emotion/react": "^11.13.3",
|
61
|
+
"@emotion/styled": "^11.13.0",
|
60
62
|
"@googlemaps/markerclusterer": "^2.5.3",
|
61
63
|
"@mapbox/polyline": "^1.2.1",
|
62
64
|
"@mui/base": "5.0.0-beta.58",
|
65
|
+
"@mui/material": "^6.1.2",
|
66
|
+
"@mui/x-date-pickers": "^7.19.0",
|
63
67
|
"@storybook/addon-a11y": "^8.3.2",
|
64
68
|
"@storybook/components": "^8.3.2",
|
65
69
|
"@storybook/theming": "^8.3.2",
|
@@ -78,6 +82,7 @@
|
|
78
82
|
"@vis.gl/react-google-maps": "^1.2.0",
|
79
83
|
"@vitejs/plugin-react": "^4.3.1",
|
80
84
|
"axios": "^1.7.7",
|
85
|
+
"dayjs": "^1.11.13",
|
81
86
|
"deck.gl": "^9.0.29",
|
82
87
|
"prettify": "^0.1.7",
|
83
88
|
"react-slider": "^2.0.6",
|