-
- Downloads
create nvmrc and add babel plugin in dev dependencies
parent
1dd0ef44
Branches
No related tags found
.nvmrc
0 → 100644
... | ... | @@ -49,6 +49,7 @@ |
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-react": "^7.10.4", | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
"@material-ui/core": "^4.11.0", | ||
"@material-ui/icons": "^4.9.1", | ||
"@material-ui/lab": "^4.0.0-alpha.56", | ||
... | ... |
Please register or sign in to comment