mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
⬆ Add rollup and its plugins as a dependency
This commit is contained in:
parent
4ba7e87020
commit
0f60790bd2
2 changed files with 558 additions and 11 deletions
|
@ -34,6 +34,11 @@
|
|||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rollup": "^2.56.3",
|
||||
"rollup-plugin-postcss": "^4.0.1",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@rollup/plugin-commonjs": "^20.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
|
|
Loading…
Reference in a new issue