{ "name": "app", "version": "0.1.0", "private": true, "proxy": "https://caroster.dev.octr.ee", "dependencies": { "@date-io/moment": "^1.3.13", "@material-ui/core": "^4.10.2", "@material-ui/pickers": "^3.2.10", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "fontsource-roboto": "^2.1.4", "i18next": "^19.5.1", "leaflet": "^1.6.0", "marked": "^1.1.0", "moment": "^2.27.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-i18next": "^11.7.0", "react-leaflet": "^2.7.0", "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "react-slick": "^0.26.1", "strapi-react-context": "^0.2.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }