tabexseriescomponents 0.0.7 → 0.0.10

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/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.7",
3
+ "version": "0.0.10",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
7
- "build": "rollup -c"
7
+ "build": "rollup -c",
8
+ "updater": "vite build --watch"
8
9
  },
9
10
  "peerDependencies": {
10
11
  "react": "^17.0.1",
@@ -12,11 +13,19 @@
12
13
  },
13
14
  "dependencies": {
14
15
  "@babel/runtime": "^7.12.5",
16
+ "@rollup/plugin-node-resolve": "^13.3.0",
17
+ "axios": "^0.27.2",
15
18
  "glamor": "^2.20.40",
16
19
  "imagekitio-react": "^1.1.1",
20
+ "postcss": "^8.4.16",
17
21
  "react-bootstrap": "^2.5.0",
22
+ "react-horizontal-scrolling-menu": "^3.2.0",
18
23
  "react-icons": "^4.4.0",
24
+ "react-intersection-observer": "^9.4.0",
25
+ "react-notifications": "^1.7.4",
26
+ "react-query": "^3.39.2",
19
27
  "react-router-dom": "^6.3.0",
28
+ "rollup-plugin-postcss": "^4.0.2",
20
29
  "rollup-plugin-terser": "^7.0.2"
21
30
  },
22
31
  "keywords": [
package/dist/indes.esm.js DELETED
@@ -1,3 +0,0 @@
1
- /*
2
- This file will auto generated by rollup and it wont be empty it will have the esm version of your package
3
- */