@pelcro/react-pelcro-js 4.0.0-alpha.4 → 4.0.0-alpha.40

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.
Files changed (4) hide show
  1. package/dist/index.cjs.js +18050 -12699
  2. package/dist/index.esm.js +18018 -12695
  3. package/dist/pelcro.css +860 -852
  4. package/package.json +6 -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",
4
+ "version": "4.0.0-alpha.40",
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",
@@ -103,14 +102,15 @@
103
102
  "dependencies": {
104
103
  "@headlessui/react": "^0.3.0",
105
104
  "@stripe/stripe-js": "^1.21.1",
105
+ "gapi-script": "^1.2.0",
106
106
  "i18next": "^19.1.0",
107
- "react-alice-carousel": "^2.6.4",
108
107
  "react-easy-crop": "^3.3.2",
109
108
  "react-facebook-login": "^4.1.1",
110
109
  "react-google-login": "^5.2.2",
111
110
  "react-hot-toast": "^2.0.0",
112
111
  "react-i18next": "^11.3.3",
113
112
  "react-qr-code": "^2.0.7",
113
+ "react-slick": "^0.29.0",
114
114
  "react-stripe-elements": "^6.1.2",
115
115
  "use-reducer-with-side-effects": "^2.2.0",
116
116
  "zustand": "^3.4.2"
@@ -120,6 +120,9 @@
120
120
  "react": "^16.6.1",
121
121
  "react-dom": "^16.6.1"
122
122
  },
123
+ "optionalDependencies": {
124
+ "fsevents": "2.1.2"
125
+ },
123
126
  "babel": {
124
127
  "presets": [
125
128
  "@babel/preset-env",