@pelcro/react-pelcro-js 4.0.0-alpha.2 → 4.0.0-alpha.21
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 +9518 -7381
- package/dist/index.esm.js +9519 -7379
- package/dist/pelcro.css +323 -277
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pelcro/react-pelcro-js",
|
|
3
3
|
"description": "Pelcro's React UI Elements",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.21",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"react": "^16.6.1",
|
|
81
81
|
"react-dom": "^16.6.1",
|
|
82
82
|
"react-ga": "^2.7.0",
|
|
83
|
-
"react-ga4": "^1.4.1",
|
|
84
83
|
"react-refresh": "^0.9.0",
|
|
85
84
|
"react-test-renderer": "^17.0.2",
|
|
86
85
|
"request": "^2.88.2",
|
|
@@ -104,13 +103,13 @@
|
|
|
104
103
|
"@headlessui/react": "^0.3.0",
|
|
105
104
|
"@stripe/stripe-js": "^1.21.1",
|
|
106
105
|
"i18next": "^19.1.0",
|
|
107
|
-
"react-alice-carousel": "^2.6.4",
|
|
108
106
|
"react-easy-crop": "^3.3.2",
|
|
109
107
|
"react-facebook-login": "^4.1.1",
|
|
110
108
|
"react-google-login": "^5.2.2",
|
|
111
109
|
"react-hot-toast": "^2.0.0",
|
|
112
110
|
"react-i18next": "^11.3.3",
|
|
113
111
|
"react-qr-code": "^2.0.7",
|
|
112
|
+
"react-slick": "^0.29.0",
|
|
114
113
|
"react-stripe-elements": "^6.1.2",
|
|
115
114
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
116
115
|
"zustand": "^3.4.2"
|