Upload 5.16

This commit is contained in:
Andrew Trieu
2023-06-22 14:25:32 +03:00
parent bb55cbad5b
commit 24a4e4cc2f
8 changed files with 516 additions and 98 deletions

View File

@@ -3,9 +3,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.2.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
@@ -18,7 +15,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eslint": "eslint ."
"eslint": "eslint .",
"dev": "NODE_ENV=development nodemon index.js"
},
"eslintConfig": {
"extends": [
@@ -40,6 +38,11 @@
},
"proxy": "http://localhost:3001/",
"devDependencies": {
"eslint-plugin-jest": "^27.2.2"
}
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"eslint-plugin-jest": "^27.2.2",
"nodemon": "^2.0.22"
},
"type": "module"
}