{ "name": "plebchan", "version": "0.1.0", "private": true, "dependencies": { "@babel/core": "^7.20.12", "@babel/plugin-syntax-flow": "^7.18.6", "@babel/plugin-transform-react-jsx": "^7.20.13", "@plebbit/plebbit-react-hooks": "https://github.com/plebbit/plebbit-react-hooks", "@testing-library/dom": "^8.20.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^13.2.1", "@types/node": "^18.13.0", "babel-plugin-styled-components": "^2.0.7", "postcss": "^8.4.21", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", "react-infinite-scroller": "^1.2.6", "react-is": "^18.2.0", "react-router-dom": "^6.8.0", "react-scripts": "5.0.1", "styled-components": "^5.3.6", "web-vitals": "^2.1.0" }, "scripts": { "start": "craco start", "build": "craco build", "test": "craco test" }, "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": { "@craco/craco": "^7.0.0", "typescript": "^4.9.5" }, "resolutions": { "styled-components": "^5" } }