{ "name": "network-resurrector-frontend", "version": "1.2.2", "description": "Frontend component of Network resurrector system", "author": { "name": "Tudor Stanciu", "email": "tudor.stanciu94@gmail.com", "url": "https://lab.code-rove.com/tsp" }, "repository": { "type": "git", "url": "https://lab.code-rove.com/gitea/tudor.stanciu/network-resurrector-frontend" }, "private": true, "dependencies": { "@flare/js-utils": "^1.0.3", "@flare/tuitio-client-react": "^1.1.1", "@material-ui/core": "^4.11.2", "@material-ui/icons": "^4.11.2", "axios": "^1.3.4", "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" }, "devDependencies": { "@babel/eslint-parser": "^7.16.5", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.5.0", "prettier": "^2.5.1" }, "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" ] } }