{ "name": "app", "version": "1.0.0", "description": "Pugs Pugs Pugs", "main": "index.js", "scripts": { "test": "react-scripts test", "start": "react-scripts start", "build": "react-scripts build", "eject": "react-scripts eject" }, "author": "", "license": "ISC", "dependencies": { "react-dom": "^19.1.0", "react-scripts": "^5.0.1" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }