123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "project",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@emotion/react": "^11.7.1",
- "@emotion/styled": "^11.6.0",
- "@mui/base": "^5.0.0-alpha.63",
- "@mui/icons-material": "^5.2.5",
- "@mui/lab": "^5.0.0-alpha.62",
- "@mui/material": "^5.2.5",
- "@mui/styles": "^5.2.3",
- "@mui/system": "^5.2.6",
- "@testing-library/jest-dom": "^5.16.1",
- "@testing-library/react": "^12.1.2",
- "@testing-library/user-event": "^13.5.0",
- "google-maps-react": "^2.0.6",
- "node-sass": "^7.0.0",
- "prop-types": "^15.8.0",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-redux": "^7.2.6",
- "react-router-dom": "^5.3.0",
- "react-scripts": "5.0.0",
- "redux": "^4.1.2",
- "redux-form": "^8.3.8",
- "redux-thunk": "^2.4.1",
- "web-vitals": "^2.1.2"
- },
- "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"
- ]
- }
- }
|