45 lines
		
	
	
		
			1003 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1003 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "alfaprentice",
 | |
|   "version": "0.1.0",
 | |
|   "private": true,
 | |
|   "dependencies": {
 | |
|     "@testing-library/jest-dom": "^5.11.6",
 | |
|     "@testing-library/react": "^11.2.1",
 | |
|     "@testing-library/user-event": "^12.2.2",
 | |
|     "axios": "^0.21.0",
 | |
|     "react": "^17.0.1",
 | |
|     "react-cookie": "^4.0.3",
 | |
|     "react-dom": "^17.0.1",
 | |
|     "react-modal": "^3.11.2",
 | |
|     "react-paginate": "^6.5.0",
 | |
|     "react-router-dom": "^5.2.0",
 | |
|     "react-scripts": "4.0.0",
 | |
|     "react-toggle-display": "^2.2.1",
 | |
|     "web-vitals": "^0.2.4"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "start": "react-scripts start",
 | |
|     "build": "react-scripts build",
 | |
|     "test": "react-scripts test",
 | |
|     "eject": "react-scripts eject"
 | |
|   },
 | |
|   "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"
 | |
|     ]
 | |
|   }
 | |
| }
 |