{ "name": "joy-ui-cra-ts", "private": true, "dependencies": { "@emotion/react": "latest", "@emotion/styled": "latest", "@mui/joy": "next", "@types/react": "latest", "@types/react-dom": "latest", "react": "latest", "react-dom": "latest", "react-scripts": "latest", "typescript": "latest" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }