{ "name": "network-resurrector-frontend", "version": "1.2.0", "description": "Frontend component of Network resurrector", "author": { "name": "Tudor Stanciu", "email": "tudor.stanciu94@gmail.com", "url": "https://toodle.ddns.net/tsp" }, "repository": { "type": "git", "url": "https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector_Frontend" }, "private": true, "dependencies": { "@flare/js-utils": "^1.0.0", "@material-ui/core": "^4.11.2", "@material-ui/icons": "^4.11.2", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.5.0", "axios": "^0.27.2", "i18next": "^19.4.4", "i18next-browser-languagedetector": "^4.1.1", "i18next-http-backend": "^1.4.0", "moment": "^2.29.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-flags": "^0.1.18", "react-i18next": "^11.4.0", "react-lazylog": "^4.5.3", "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "react-toastify": "^6.2.0" }, "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.3%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version", ">0.3%", "not dead", "not op_mini all" ] } }