This commit is contained in:
nora 2022-03-06 14:33:01 +01:00
parent 5befe288e5
commit d7b574cef4
6 changed files with 23 additions and 57 deletions

View file

@ -2,6 +2,12 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
@ -19,12 +25,6 @@
"devDependencies": {
"prettier": "^2.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",