104 lines
2.8 KiB
JSON
104 lines
2.8 KiB
JSON
{
|
|
"name": "kafka-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/react-datepicker": "^3.1.1",
|
|
"@types/uuid": "^8.3.0",
|
|
"bulma": "^0.8.2",
|
|
"bulma-switch": "^2.0.0",
|
|
"classnames": "^2.2.6",
|
|
"date-fns": "^2.16.1",
|
|
"eslint-import-resolver-node": "^0.3.4",
|
|
"eslint-import-resolver-typescript": "^2.3.0",
|
|
"immer": "^6.0.5",
|
|
"lodash": "^4.17.20",
|
|
"pretty-ms": "^6.0.1",
|
|
"react": "^17.0.1",
|
|
"react-datepicker": "^3.3.0",
|
|
"react-dom": "^17.0.1",
|
|
"react-hook-form": "^4.10.2",
|
|
"react-json-tree": "^0.13.0",
|
|
"react-multi-select-component": "^2.0.14",
|
|
"react-redux": "^7.2.2",
|
|
"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"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"lint": "eslint --ext .tsx,.ts src/",
|
|
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"mock": "node ./mock/index.js",
|
|
"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": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.5.0",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/lodash": "^4.14.165",
|
|
"@types/node": "^12.19.8",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/react-redux": "^7.1.11",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"@types/redux": "^3.6.0",
|
|
"@types/redux-thunk": "^2.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.9.0",
|
|
"@typescript-eslint/parser": "^4.9.0",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^7.14.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-airbnb-typescript": "^12.0.0",
|
|
"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": "^2.5.1",
|
|
"esprint": "^0.6.0",
|
|
"husky": "^4.3.0",
|
|
"json-server": "^0.15.1",
|
|
"lint-staged": "^10.5.2",
|
|
"node-sass": "^4.14.1",
|
|
"prettier": "^2.2.1",
|
|
"react-scripts": "4.0.1",
|
|
"typescript": "~4.1.2"
|
|
},
|
|
"proxy": "http://localhost:8080"
|
|
}
|