|  | 
|  | 1 | +{ | 
|  | 2 | + "name": "code-sandbox-examples", | 
|  | 3 | + "version": "0.1.0", | 
|  | 4 | + "private": true, | 
|  | 5 | + "dependencies": { | 
|  | 6 | + "react": "^17.0.2", | 
|  | 7 | + "react-bootstrap": "^2.0.0", | 
|  | 8 | + "react-dom": "^17.0.2", | 
|  | 9 | + "react-scripts": "4.0.3" | 
|  | 10 | + }, | 
|  | 11 | + "scripts": { | 
|  | 12 | + "start": "react-scripts start", | 
|  | 13 | + "build": "react-scripts build", | 
|  | 14 | + "test": "react-scripts test", | 
|  | 15 | + "eject": "react-scripts eject" | 
|  | 16 | + }, | 
|  | 17 | + "eslintConfig": { | 
|  | 18 | + "extends": "react-app" | 
|  | 19 | + }, | 
|  | 20 | + "browserslist": { | 
|  | 21 | + "production": [ | 
|  | 22 | + ">0.2%", | 
|  | 23 | + "not dead", | 
|  | 24 | + "not op_mini all" | 
|  | 25 | + ], | 
|  | 26 | + "development": [ | 
|  | 27 | + "last 1 chrome version", | 
|  | 28 | + "last 1 firefox version", | 
|  | 29 | + "last 1 safari version" | 
|  | 30 | + ] | 
|  | 31 | + } | 
|  | 32 | +} | 
0 commit comments