{ "name": "sga-website", "version": "0.1.0", "private": true, "dependencies": { "@babel/core": "^7.16.0", "@babel/runtime": "^7.16.0", "@sanity/block-content-to-react": "^2.0.7", "@sanity/client": "^2.0.9", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "iframe-resizer-react": "^1.0.4", "react": "^17.0.1", "react-dom": "^17.0.1", "react-instagram-feed": "^0.1.3-alpha", "react-router-dom": "6", "react-scripts": "^5.0.1", "typescript": "^4.1.2", "web-vitals": "^0.2.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": { "@babel/plugin-transform-runtime": "^7.16.0", "@types/react": "^17.0.0", "@types/react-router-dom": "^5.1.6" } }