File tree Expand file tree Collapse file tree 4 files changed +844
-849
lines changed Expand file tree Collapse file tree 4 files changed +844
-849
lines changed Original file line number Diff line number Diff line change 22 "name" : " react-dyn-tabs" ,
33 "version" : " 5.1.1" ,
44 "private" : false ,
5+ "description" : " React dynamic tabs with full API" ,
6+ "keywords" : [
7+ " react" ,
8+ " dynamic" ,
9+ " responsive" ,
10+ " responsive-tabs" ,
11+ " more-button" ,
12+ " tab" ,
13+ " tabs" ,
14+ " react-dynamic-tabs" ,
15+ " dynamic-tabs" ,
16+ " multi-tabs" ,
17+ " react-dynamic-tabs" ,
18+ " react-dyn-tabs" ,
19+ " react-component" ,
20+ " react-tab" ,
21+ " full-api" ,
22+ " full-control"
23+ ],
524 "author" : {
625 "name" : " dev-javascript" ,
726 "email" : " javascript.code.dev@gmail.com"
827 },
9- "types" : " ./index.d.ts" ,
10- "description" : " React dynamic tabs with full API" ,
1128 "main" : " lib/cjs/index.js" ,
1229 "module" : " lib/esm/index.js" ,
30+ "types" : " ./index.d.ts" ,
1331 "repository" : {
1432 "type" : " git" ,
1533 "url" : " git+https://github.com/dev-javascript/react-dyn-tabs.git"
92110 " react-dyn-tabs.ts" ,
93111 " index.ts"
94112 ],
95- "keywords" : [
96- " react" ,
97- " dynamic" ,
98- " responsive" ,
99- " responsive-tabs" ,
100- " more-button" ,
101- " tab" ,
102- " tabs" ,
103- " react-dynamic-tabs" ,
104- " dynamic-tabs" ,
105- " multi-tabs" ,
106- " react-dynamic-tabs" ,
107- " react-dyn-tabs" ,
108- " react-component" ,
109- " react-tab" ,
110- " full-api" ,
111- " full-control"
112- ],
113113 "license" : " MIT" ,
114114 "directories" : {
115115 "lib" : " lib"
130130 "sideEffects" : false ,
131131 "dependencies" : {
132132 "@popperjs/core" : " ^2.11.8" ,
133- "@rollup/plugin-terser" : " ^0.4.4" ,
134133 "element-resize-detector" : " ^1.2.4" ,
135134 "prop-types" : " ^15.7.2" ,
136135 "tabs-more-button" : " ^1.0.1"
Original file line number Diff line number Diff line change 1- // import {terser} from 'rollup-plugin-terser';
2- // import commonjs from '@rollup/plugin-commonjs';
3- // import nodeResolve from '@rollup/plugin-node-resolve';
41const terser = require ( '@rollup/plugin-terser' ) ;
52const commonjs = require ( '@rollup/plugin-commonjs' ) ;
63const nodeResolve = require ( '@rollup/plugin-node-resolve' ) ;
You can’t perform that action at this time.
0 commit comments