{ "name": "frontend", "version": "1.0.0", "main": "script.js", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "react-dom": "^19.0.0", "react-router-dom": "^7.2.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" ] }, "devDependencies": { "autoprefixer": "^10.4.20", "postcss": "^8.5.2" } }