feat: called npm install --save-dev @babel/core @babel/preset-env \@babel/preset-react babel-loader

This commit is contained in:
Begerad, Stefan 2021-09-09 13:16:46 -04:00
parent 08f756262b
commit 8e29c7e345
1 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"description": "react config tutorial",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Begerad",
"license": "GPL-3.0-or-later",
@ -14,6 +14,10 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.1"