/
estisui
/
js-react-developer-project-12
Обзор
Документация
Войти
/
estisui
/
js-react-developer-project-12
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
frontend/package.json
56 строк
1 KB
Stepan Sukhachev
refactor: eslint rules fix + fix remaining errors
06 ноя 2023, 21:34
06 ноя 2023, 21:34
bca8e3b
Код
Авторство
О чём код?
{ "name": "frontend", "version": "0.1.0", "private": true, "proxy": "http://localhost:5001", "dependencies": { "@reduxjs/toolkit": "^1.9.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "axios": "^1.5.0", "bootstrap": "^5.3.1", "classnames": "^2.3.2", "formik": "^2.4.4", "i18next": "^23.6.0", "leo-profanity": "^1.7.0", "react": "^18.2.0", "react-bootstrap": "^2.8.0", "react-dom": "^18.2.0", "react-i18next": "^13.3.1", "react-redux": "^8.1.3", "react-router-dom": "^6.15.0", "react-scripts": "5.0.1", "react-toastify": "^9.1.3", "socket.io-client": "^4.7.2", "web-vitals": "^2.1.4", "yup": "^1.3.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "eslint": "^8.23.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-functional": "^4.2.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.31.1", "eslint-plugin-react-hooks": "^4.6.0" } }