-
- Downloads
test
No preview for this file type
... | @@ -2,17 +2,20 @@ | ... | @@ -2,17 +2,20 @@ |
"name": "react_app_metarl", | "name": "react_app_metarl", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"proxy": "http://localhost:5000", | |||
"dependencies": { | "dependencies": { | ||
"@testing-library/jest-dom": "^5.16.4", | "@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.1.1", | "@testing-library/react": "^13.1.1", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
"axios": "^0.26.1", | |||
"react": "^18.0.0", | "react": "^18.0.0", | ||
"react-dom": "^18.0.0", | "react-dom": "^18.0.0", | ||
"react-scripts": "5.0.1", | "react-scripts": "^5.0.1", | ||
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
"start-backend": "cd backend && flask run --no-debugger", | |||
"build": "react-scripts build", | "build": "react-scripts build", | ||
"test": "react-scripts test", | "test": "react-scripts test", | ||
"eject": "react-scripts eject" | "eject": "react-scripts eject" | ||
... | ... |
Please register or sign in to comment