fix: move react-scripts to 'dependencies'

This commit is contained in:
Joao Victor 2022-09-15 17:07:17 -03:00
parent c13a1be4bc
commit 94e976d0e0
2 changed files with 3782 additions and 5812 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,8 @@
"@babel/core": "^7.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.20.6"
"react-intl": "^5.20.6",
"react-scripts": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
@ -48,7 +49,6 @@
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.4.5",
"react-scripts": "^5.0.0",
"tailwindcss": "^3.0.11"
}
}