@tactics/lokaal-loket 0.0.225 → 0.0.227
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +835 -751
- package/build/index.d.cts +43 -4
- package/build/index.d.ts +43 -4
- package/build/index.js +608 -528
- package/package.json +3 -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.227",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -34,6 +34,7 @@
|
|
34
34
|
"@storybook/react": "^8.2.9",
|
35
35
|
"@storybook/react-vite": "^8.2.9",
|
36
36
|
"@types/react-dom": "^18.3.0",
|
37
|
+
"@types/react-slider": "^1.3.6",
|
37
38
|
"match-operator": "^0.2.1",
|
38
39
|
"prop-types": "^15.8.1",
|
39
40
|
"react": "^18.3.1",
|
@@ -71,6 +72,7 @@
|
|
71
72
|
"@vitejs/plugin-react": "^4.3.1",
|
72
73
|
"axios": "^1.7.5",
|
73
74
|
"deck.gl": "^9.0.27",
|
75
|
+
"react-slider": "^2.0.6",
|
74
76
|
"supercluster": "^8.0.1",
|
75
77
|
"terser": "^5.31.6",
|
76
78
|
"uuid": "^10.0.0",
|