@adoptaunabuelo/react-components 0.3.144 → 0.3.146
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/esm/index.js +441 -441
- package/dist/esm/index.js.map +1 -1
- package/package.json +23 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adoptaunabuelo/react-components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.146",
|
|
4
4
|
"homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
|
|
5
5
|
"author": "Guillermo Angeles <guilleangeles94@gmail.com>",
|
|
6
6
|
"private": false,
|
|
@@ -82,18 +82,14 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
+
"@babel/core": "^7.28.6",
|
|
86
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
87
|
+
"@babel/runtime": "^7.28.6",
|
|
85
88
|
"@chromatic-com/storybook": "^5.0.0",
|
|
86
89
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
87
90
|
"@lottiefiles/react-lottie-player": "^3.6.0",
|
|
88
91
|
"@react-google-maps/api": "^2.20.7",
|
|
89
|
-
"@
|
|
90
|
-
"@stripe/stripe-js": "^8.5.3",
|
|
91
|
-
"@tiptap/extension-text-align": "^3.13.0",
|
|
92
|
-
"@tiptap/extension-text-style": "^3.13.0",
|
|
93
|
-
"@tiptap/extensions": "^3.13.0",
|
|
94
|
-
"@tiptap/react": "^3.13.0",
|
|
95
|
-
"@tiptap/starter-kit": "^3.13.0",
|
|
96
|
-
"auto": "^11.3.6",
|
|
92
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
97
93
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
98
94
|
"@rollup/plugin-json": "^6.1.0",
|
|
99
95
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
@@ -103,8 +99,15 @@
|
|
|
103
99
|
"@storybook/addon-docs": "^10.2.0",
|
|
104
100
|
"@storybook/addon-links": "^10.2.0",
|
|
105
101
|
"@storybook/addon-onboarding": "^10.2.0",
|
|
106
|
-
"@storybook/
|
|
102
|
+
"@storybook/react-vite": "^10.2.0",
|
|
103
|
+
"@stripe/react-stripe-js": "^5.4.1",
|
|
104
|
+
"@stripe/stripe-js": "^8.5.3",
|
|
107
105
|
"@svgr/rollup": "^8.1.0",
|
|
106
|
+
"@tiptap/extension-text-align": "^3.13.0",
|
|
107
|
+
"@tiptap/extension-text-style": "^3.13.0",
|
|
108
|
+
"@tiptap/extensions": "^3.13.0",
|
|
109
|
+
"@tiptap/react": "^3.13.0",
|
|
110
|
+
"@tiptap/starter-kit": "^3.13.0",
|
|
108
111
|
"@types/draftjs-to-html": "^0.8.4",
|
|
109
112
|
"@types/google-libphonenumber": "^7.4.30",
|
|
110
113
|
"@types/lodash.debounce": "^4.0.9",
|
|
@@ -117,11 +120,15 @@
|
|
|
117
120
|
"@types/react-places-autocomplete": "^7.2.14",
|
|
118
121
|
"@types/react-webcam": "^3.0.0",
|
|
119
122
|
"ajv": "^8.17.1",
|
|
120
|
-
"
|
|
123
|
+
"auto": "^11.3.6",
|
|
124
|
+
"babel-plugin-module-resolver": "^5.0.2",
|
|
121
125
|
"eslint": "^9.39.1",
|
|
122
126
|
"eslint-config-next": "^16.0.8",
|
|
123
127
|
"eslint-plugin-storybook": "^10.2.0",
|
|
124
|
-
"
|
|
128
|
+
"react": "^19.2.3",
|
|
129
|
+
"react-dom": "^19.2.3",
|
|
130
|
+
"react-webcam": "^7.2.0",
|
|
131
|
+
"rollup": "^3.29.5",
|
|
125
132
|
"rollup-plugin-dts": "^6.3.0",
|
|
126
133
|
"rollup-plugin-import-css": "^4.1.2",
|
|
127
134
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
@@ -129,9 +136,11 @@
|
|
|
129
136
|
"rollup-plugin-styles": "^4.0.0",
|
|
130
137
|
"rollup-plugin-svg": "^2.0.0",
|
|
131
138
|
"rollup-plugin-terser": "^7.0.2",
|
|
132
|
-
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
133
139
|
"storybook": "^10.2.0",
|
|
134
|
-
"
|
|
140
|
+
"styled-components": "^6.3.8",
|
|
141
|
+
"tsconfig-paths": "^4.2.0",
|
|
142
|
+
"typescript": "^5",
|
|
143
|
+
"vite": "^7.3.1"
|
|
135
144
|
},
|
|
136
145
|
"overrides": {
|
|
137
146
|
"storybook": "$storybook"
|