tabexseriescomponents 0.0.210 → 0.0.213
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/Env.js +2 -2
- package/dist/index.cjs.js +107 -52
- package/dist/index.esm.js +107 -52
- package/dist/index.umd.js +107 -52
- package/package.json +69 -69
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
2
|
+
"name": "tabexseriescomponents",
|
|
3
|
+
"version": "0.0.213",
|
|
4
|
+
"description": "your description",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "rollup -c",
|
|
8
|
+
"updater": "vite build --watch"
|
|
9
|
+
},
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@babel/runtime": "^7.12.5",
|
|
12
|
+
"@emotion/react": "^11.10.5",
|
|
13
|
+
"@emotion/styled": "^11.10.5",
|
|
14
|
+
"@mui/material": "^5.11.1",
|
|
15
|
+
"@mui/system": "^5.11.1",
|
|
16
|
+
"@react-icons/all-files": "^4.1.0",
|
|
17
|
+
"@react-oauth/google": "^0.2.6",
|
|
18
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
19
|
+
"axios": "^0.27.2",
|
|
20
|
+
"glamor": "^2.20.40",
|
|
21
|
+
"google-map-react": "^2.2.0",
|
|
22
|
+
"imagekitio-react": "^1.1.1",
|
|
23
|
+
"jwt-decode": "^3.1.2",
|
|
24
|
+
"postcss": "^8.4.16",
|
|
25
|
+
"react": "^17.0.1",
|
|
26
|
+
"react-accessible-accordion": "^5.0.0",
|
|
27
|
+
"react-background-slideshow": "^1.0.4",
|
|
28
|
+
"react-bootstrap": "^2.5.0",
|
|
29
|
+
"react-cssfx-loading": "^2.1.0",
|
|
30
|
+
"react-dom": "^17.0.1",
|
|
31
|
+
"react-facebook-login": "^4.1.1",
|
|
32
|
+
"react-horizontal-scrolling-menu": "^3.2.0",
|
|
33
|
+
"react-image-gallery": "^1.2.9",
|
|
34
|
+
"react-intersection-observer": "^9.4.0",
|
|
35
|
+
"react-notifications": "^1.7.4",
|
|
36
|
+
"react-paginate": "^8.1.4",
|
|
37
|
+
"react-player": "^2.11.0",
|
|
38
|
+
"react-query": "^3.39.2",
|
|
39
|
+
"react-router": "^6.3.0",
|
|
40
|
+
"react-router-dom": "^6.3.0",
|
|
41
|
+
"react-select": "^5.4.0",
|
|
42
|
+
"react-share": "^4.4.1",
|
|
43
|
+
"react-slideshow-image": "^4.0.5",
|
|
44
|
+
"react-textarea-autosize": "^8.3.4",
|
|
45
|
+
"rollup-plugin-img": "^1.1.0",
|
|
46
|
+
"rollup-plugin-import-css": "^3.0.3",
|
|
47
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
48
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
49
|
+
"universal-cookie": "^4.0.4"
|
|
50
|
+
},
|
|
51
|
+
"keywords": [
|
|
52
|
+
"react",
|
|
53
|
+
"keywords"
|
|
54
|
+
],
|
|
55
|
+
"author": "tabex",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@babel/cli": "^7.18.10",
|
|
59
|
+
"@babel/core": "^7.18.13",
|
|
60
|
+
"@babel/plugin-transform-runtime": "^7.12.10",
|
|
61
|
+
"@babel/preset-env": "^7.18.10",
|
|
62
|
+
"@babel/preset-react": "^7.18.6",
|
|
63
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
64
|
+
"@rollup/plugin-image": "^2.1.1",
|
|
65
|
+
"autoprefixer": "^10.4.8",
|
|
66
|
+
"rollup": "^2.79.0",
|
|
67
|
+
"rollup-plugin-image": "^1.0.2",
|
|
68
|
+
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
69
|
+
"rollup-plugin-styles": "^3.14.1"
|
|
70
|
+
}
|
|
71
71
|
}
|