| { | |
| "name": "simplify-frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "@emotion/react": "^11.11.3", | |
| "@emotion/styled": "^11.11.0", | |
| "@mui/material": "^5.15.10", | |
| "@testing-library/jest-dom": "^6.4.2", | |
| "@testing-library/react": "^14.2.1", | |
| "@testing-library/user-event": "^14.5.2", | |
| "@types/jest": "^29.5.12", | |
| "@types/node": "^20.11.19", | |
| "@types/react": "^18.2.56", | |
| "@types/react-dom": "^18.2.19", | |
| "ajv": "^8.12.0", | |
| "ajv-keywords": "^5.1.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-scripts": "5.0.1", | |
| "typescript": "^4.9.5", | |
| "web-vitals": "^3.5.2" | |
| }, | |
| "scripts": { | |
| "start": "react-scripts start", | |
| "build": "CI=true 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" | |
| ] | |
| } | |
| } |