kafka-ui/kafka-ui-react-app/package.json
dependabot-preview[bot] 6f3aa54933
Bump esprint from 0.6.0 to 2.0.0 in /kafka-ui-react-app (#267)
Bumps [esprint](https://github.com/pinterest/esprint) from 0.6.0 to 2.0.0.
- [Release notes](https://github.com/pinterest/esprint/releases)
- [Commits](https://github.com/pinterest/esprint/commits/v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-17 14:28:37 +03:00

128 lines
3.6 KiB
JSON

{
"name": "kafka-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/error-message": "0.0.5",
"bulma": "^0.9.2",
"bulma-switch": "^2.0.0",
"classnames": "^2.2.6",
"date-fns": "^2.19.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.4.0",
"immer": "^8.0.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"pretty-ms": "^7.0.1",
"react": "^17.0.1",
"react-datepicker": "^3.6.0",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.4",
"react-json-tree": "^0.15.0",
"react-multi-select-component": "^3.1.6",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"typesafe-actions": "^5.1.0",
"use-debounce": "^3.4.3",
"uuid": "^8.3.1"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint -c .eslintrc.json --fix",
"git add",
"npm test -- --bail --findRelatedTests --watchAll=false"
]
},
"scripts": {
"start": "react-scripts start",
"gen:sources": "rm -rf src/generated-sources && openapi-generator-cli generate",
"build": "react-scripts build",
"lint": "eslint --ext .tsx,.ts src/",
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
"test": "react-scripts test",
"test:CI": "CI=true npm test --watchAll=false",
"eject": "react-scripts eject",
"tsc": "tsc"
},
"husky": {
"hooks": {
"pre-commit": "npm run tsc --noEmit && lint-staged"
}
},
"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"
]
},
"devDependencies": {
"@jest/types": "^26.6.2",
"@openapitools/openapi-generator-cli": "^2.2.2",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.2.11",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.165",
"@types/node": "^12.20.6",
"@types/node-fetch": "^2.5.8",
"@types/react": "^17.0.3",
"@types/react-datepicker": "^3.1.7",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/redux": "^3.6.0",
"@types/redux-mock-store": "^1.0.2",
"@types/redux-thunk": "^2.1.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"esprint": "^2.0.0",
"fetch-mock-jest": "^1.5.1",
"husky": "^4.3.0",
"lint-staged": "^10.5.4",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"react-scripts": "4.0.2",
"redux-mock-store": "^1.5.4",
"ts-jest": "^26.5.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"engines": {
"node": ">=14.15.4"
},
"proxy": "http://localhost:8080",
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}