@tmf_ciclica/ciclicastorybook 1.2.92 → 1.2.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +51 -32
- package/dist/index.es.js +4190 -3470
- package/package.json +52 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmf_ciclica/ciclicastorybook",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.95",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,26 +19,6 @@
|
|
|
19
19
|
"files": [
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
|
-
"peerDependencies": {
|
|
23
|
-
"@emotion/react": "^11.11.1",
|
|
24
|
-
"@emotion/styled": "^11.11.0",
|
|
25
|
-
"@mui/material": "^5.14.18",
|
|
26
|
-
"d3": "^7.9.0",
|
|
27
|
-
"framer-motion": "^12.4.10",
|
|
28
|
-
"i18next": "^24.2.2",
|
|
29
|
-
"@reduxjs/toolkit": "^2.8.2",
|
|
30
|
-
"mapbox-gl": "^3.10.0",
|
|
31
|
-
"maplibre-gl": "^3.6.2",
|
|
32
|
-
"pmtiles": "^4.3.0",
|
|
33
|
-
"react": "^18 || ^19",
|
|
34
|
-
"react-dom": "^18 || ^19",
|
|
35
|
-
"react-router-dom": "^6 || ^7",
|
|
36
|
-
"react-redux": "^8 || ^9",
|
|
37
|
-
"react-i18next": "^15",
|
|
38
|
-
"react-hook-form": "^7",
|
|
39
|
-
"zustand": "^5.0.5",
|
|
40
|
-
"react-map-gl": "^8"
|
|
41
|
-
},
|
|
42
22
|
"scripts": {
|
|
43
23
|
"dev": "vite",
|
|
44
24
|
"build": "vite build",
|
|
@@ -47,22 +27,63 @@
|
|
|
47
27
|
"storybook": "storybook dev -p 6006",
|
|
48
28
|
"build-storybook": "storybook build",
|
|
49
29
|
"init-msw": "msw init public/",
|
|
50
|
-
"test-storybook": "test-storybook"
|
|
30
|
+
"test-storybook": "test-storybook",
|
|
31
|
+
"maplibre-gl": "^5.6.0"
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"react": "^18 || ^19",
|
|
35
|
+
"react-dom": "^18 || ^19",
|
|
36
|
+
"@mui/material": "^7",
|
|
37
|
+
"@emotion/react": "^11",
|
|
38
|
+
"@emotion/styled": "^11",
|
|
39
|
+
"@reduxjs/toolkit": "^2",
|
|
40
|
+
"react-redux": "^8 || ^9",
|
|
41
|
+
"react-router-dom": "^6 || ^7",
|
|
42
|
+
"react-i18next": "^15",
|
|
43
|
+
"i18next": "^24 || ^25",
|
|
44
|
+
"d3": "^7",
|
|
45
|
+
"framer-motion": "^12",
|
|
46
|
+
"zustand": "^5",
|
|
47
|
+
"mapbox-gl": "^3",
|
|
48
|
+
"maplibre-gl": "^3 || ^5",
|
|
49
|
+
"react-map-gl": "^8",
|
|
50
|
+
"pmtiles": "^4",
|
|
51
|
+
"react-hook-form": "^7"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
54
|
+
"@emotion/react": "^11",
|
|
55
|
+
"@emotion/styled": "^11",
|
|
56
|
+
"@mui/material": "^7",
|
|
57
|
+
"@reduxjs/toolkit": "^2",
|
|
58
|
+
"d3": "^7",
|
|
59
|
+
"framer-motion": "^12",
|
|
60
|
+
"i18next": "^25",
|
|
61
|
+
"mapbox-gl": "^3",
|
|
62
|
+
"maplibre-gl": "^5",
|
|
63
|
+
"pmtiles": "^4",
|
|
64
|
+
"prop-types": "^15.8.1",
|
|
65
|
+
"react": "^19",
|
|
66
|
+
"react-dom": "^19",
|
|
67
|
+
"react-hook-form": "^7",
|
|
68
|
+
"react-i18next": "^15",
|
|
69
|
+
"react-map-gl": "^8",
|
|
70
|
+
"react-redux": "^9",
|
|
71
|
+
"react-router-dom": "^7",
|
|
72
|
+
"zustand": "^5",
|
|
73
|
+
"@storybook/addon-docs": "^9",
|
|
74
|
+
"@storybook/react-vite": "^9",
|
|
75
|
+
"eslint-plugin-storybook": "^9",
|
|
76
|
+
"sass": "^1",
|
|
77
|
+
"sass-embedded": "^1",
|
|
78
|
+
"storybook": "^9",
|
|
79
|
+
"vite": "^6",
|
|
80
|
+
"vite-plugin-css-injected-by-js": "^3"
|
|
61
81
|
},
|
|
62
82
|
"dependencies": {
|
|
63
83
|
"@svgr/rollup": "^8.1.0",
|
|
64
84
|
"@vitejs/plugin-react": "^4.5.2",
|
|
85
|
+
"prop-types": "^15.8.1",
|
|
65
86
|
"react-slider": "^2.0.6",
|
|
66
|
-
"
|
|
87
|
+
"@babel/runtime": "^7"
|
|
67
88
|
}
|
|
68
89
|
}
|