@pelcro/react-pelcro-js 4.0.0-alpha.7 → 4.0.0-alpha.70
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 +32084 -23028
- package/dist/index.esm.js +32018 -23021
- package/dist/pelcro.css +1112 -878
- package/package.json +11 -7
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.70",
|
|
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
|
-
"react-alice-carousel": "^2.6.4",
|
|
108
108
|
"react-easy-crop": "^3.3.2",
|
|
109
109
|
"react-facebook-login": "^4.1.1",
|
|
110
|
+
"react-ga4": "^2.1.0",
|
|
110
111
|
"react-google-login": "^5.2.2",
|
|
111
112
|
"react-hot-toast": "^2.0.0",
|
|
112
113
|
"react-i18next": "^11.3.3",
|
|
113
114
|
"react-qr-code": "^2.0.7",
|
|
114
|
-
"react-
|
|
115
|
+
"react-slick": "^0.29.0",
|
|
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",
|