File tree 3 files changed +13
-1336
lines changed
3 files changed +13
-1336
lines changed Original file line number Diff line number Diff line change 42
42
},
43
43
"homepage" : " https://github.com/vadymshymko/react-simply-carousel#readme" ,
44
44
"devDependencies" : {
45
- "@babel/cli" : " ^7.17.10" ,
46
- "@babel/core" : " ^7.17.10" ,
47
- "@babel/preset-env" : " ^7.20.2" ,
48
- "@babel/preset-react" : " ^7.16.7" ,
49
- "@babel/preset-typescript" : " ^7.18.6" ,
50
45
"@rollup/plugin-commonjs" : " ^24.1.0" ,
51
46
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
52
47
"@rollup/plugin-terser" : " ^0.4.1" ,
55
50
"@types/react-dom" : " ^18.0.10" ,
56
51
"@typescript-eslint/eslint-plugin" : " ^5.50.0" ,
57
52
"@typescript-eslint/parser" : " ^5.21.0" ,
58
- "babel-plugin-transform-remove-console" : " ^6.9.4" ,
59
53
"eslint" : " ^8.14.0" ,
60
54
"eslint-config-airbnb" : " ^19.0.4" ,
61
55
"eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import resolve from '@rollup/plugin-node-resolve';
3
3
import commonjs from '@rollup/plugin-commonjs' ;
4
4
import typescript from '@rollup/plugin-typescript' ;
5
5
import terser from '@rollup/plugin-terser' ;
6
- // import babel from '@rollup/plugin-babel';
7
6
8
7
export default {
9
8
input : 'src/index.tsx' ,
You can’t perform that action at this time.
0 commit comments