| 
									
										
										
										
											2021-03-28 17:00:33 +01:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "frontend", | 
					
						
							|  |  |  |   "version": "0.1.0", | 
					
						
							|  |  |  |   "private": true, | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							|  |  |  |     "@testing-library/jest-dom": "^5.11.10", | 
					
						
							|  |  |  |     "@testing-library/react": "^11.2.5", | 
					
						
							|  |  |  |     "@testing-library/user-event": "^12.8.3", | 
					
						
							| 
									
										
										
										
											2021-10-09 17:29:14 +02:00
										 |  |  |     "@testing-library/dom": "^7.21.4", | 
					
						
							|  |  |  |     "@types/webpack": "^5.28.0", | 
					
						
							|  |  |  |     "sockjs-client": "^1.4.0", | 
					
						
							|  |  |  |     "type-fest": "^0.13.1", | 
					
						
							|  |  |  |     "webpack-hot-middleware": "^2.25.1", | 
					
						
							|  |  |  |     "webpack-plugin-serve": "^1.5.0", | 
					
						
							|  |  |  |     "bootstrap": "^5.1", | 
					
						
							| 
									
										
										
										
											2021-03-28 17:00:33 +01:00
										 |  |  |     "react": "^17.0.2", | 
					
						
							| 
									
										
										
										
											2021-10-09 17:29:14 +02:00
										 |  |  |     "react-cookie": "^4.1.1", | 
					
						
							| 
									
										
										
										
											2021-03-28 17:00:33 +01:00
										 |  |  |     "react-dom": "^17.0.2", | 
					
						
							| 
									
										
										
										
											2021-10-09 17:29:14 +02:00
										 |  |  |     "react-router-dom": "^5.3.0", | 
					
						
							| 
									
										
										
										
											2021-03-28 17:00:33 +01:00
										 |  |  |     "react-scripts": "4.0.3", | 
					
						
							| 
									
										
										
										
											2021-10-09 17:29:14 +02:00
										 |  |  |     "reactstrap": "^8.10.0", | 
					
						
							| 
									
										
										
										
											2021-03-28 17:00:33 +01:00
										 |  |  |     "web-vitals": "^1.1.1" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "start": "react-scripts start", | 
					
						
							|  |  |  |     "build": "react-scripts build", | 
					
						
							|  |  |  |     "test": "react-scripts test", | 
					
						
							|  |  |  |     "eject": "react-scripts eject" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "proxy": "http://localhost:8080", | 
					
						
							|  |  |  |   "eslintConfig": { | 
					
						
							|  |  |  |     "extends": [ | 
					
						
							|  |  |  |       "react-app", | 
					
						
							|  |  |  |       "react-app/jest" | 
					
						
							|  |  |  |     ] | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "browserslist": { | 
					
						
							|  |  |  |     "production": [ | 
					
						
							|  |  |  |       ">0.2%", | 
					
						
							|  |  |  |       "not dead", | 
					
						
							|  |  |  |       "not op_mini all" | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     "development": [ | 
					
						
							|  |  |  |       "last 1 chrome version", | 
					
						
							|  |  |  |       "last 1 firefox version", | 
					
						
							|  |  |  |       "last 1 safari version" | 
					
						
							|  |  |  |     ] | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |