{ "name": "newspaper", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mui/icons-material": "^5.10.9", "@mui/material": "^5.10.9", "@reduxjs/toolkit": "^1.8.6", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "@types/node": "^16.11.65", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "axios": "^0.27.2", "bootstrap": "^5.2.2", "dompurify": "^2.4.1", "moment": "^2.29.4", "query-string": "^7.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intersection-observer": "^9.4.1", "react-redux": "^8.0.4", "react-router-dom": "^6.4.5", "react-scripts": "5.0.1", "sass": "^1.55.0", "typescript": "^4.8.4", "usehooks-ts": "^2.9.1", "web-vitals": "^2.1.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" ] }, "devDependencies": { "@types/dompurify": "^2.4.0" } }