fix: move react-scripts to 'dependencies'
This commit is contained in:
parent
c13a1be4bc
commit
94e976d0e0
9590
bbb-learning-dashboard/package-lock.json
generated
9590
bbb-learning-dashboard/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user