@pelcro/react-pelcro-js 4.0.0-alpha.9 → 4.0.0-alpha.90
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/{510798e15108a39b.svg → 54860c53d60f5601.svg} +2 -2
- package/dist/index.cjs.js +20463 -14144
- package/dist/index.esm.js +20396 -14136
- package/dist/pelcro.css +1118 -654
- package/package.json +10 -6
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.90",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -77,10 +77,9 @@
|
|
|
77
77
|
"postcss-import": "^14.0.0",
|
|
78
78
|
"postcss-loader": "4.2.0",
|
|
79
79
|
"prettier": "2.3.1",
|
|
80
|
-
"react": "
|
|
81
|
-
"react-dom": "
|
|
80
|
+
"react": "17.0.0",
|
|
81
|
+
"react-dom": "17.0.0",
|
|
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",
|
|
@@ -102,16 +101,18 @@
|
|
|
102
101
|
},
|
|
103
102
|
"dependencies": {
|
|
104
103
|
"@headlessui/react": "^0.3.0",
|
|
105
|
-
"@stripe/stripe-js": "^
|
|
104
|
+
"@stripe/react-stripe-js": "^2.5.0",
|
|
105
|
+
"@stripe/stripe-js": "^3.0.4",
|
|
106
|
+
"gapi-script": "^1.2.0",
|
|
106
107
|
"i18next": "^19.1.0",
|
|
107
108
|
"react-easy-crop": "^3.3.2",
|
|
108
109
|
"react-facebook-login": "^4.1.1",
|
|
110
|
+
"react-ga4": "^2.1.0",
|
|
109
111
|
"react-google-login": "^5.2.2",
|
|
110
112
|
"react-hot-toast": "^2.0.0",
|
|
111
113
|
"react-i18next": "^11.3.3",
|
|
112
114
|
"react-qr-code": "^2.0.7",
|
|
113
115
|
"react-slick": "^0.29.0",
|
|
114
|
-
"react-stripe-elements": "^6.1.2",
|
|
115
116
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
116
117
|
"zustand": "^3.4.2"
|
|
117
118
|
},
|
|
@@ -120,6 +121,9 @@
|
|
|
120
121
|
"react": "^16.6.1",
|
|
121
122
|
"react-dom": "^16.6.1"
|
|
122
123
|
},
|
|
124
|
+
"optionalDependencies": {
|
|
125
|
+
"fsevents": "2.1.2"
|
|
126
|
+
},
|
|
123
127
|
"babel": {
|
|
124
128
|
"presets": [
|
|
125
129
|
"@babel/preset-env",
|