60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "kafka-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/classnames": "^2.2.9",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/node": "^12.12.24",
|
|
"@types/react": "^16.9.17",
|
|
"@types/react-dom": "^16.9.0",
|
|
"@types/react-redux": "^7.1.5",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"@types/redux": "^3.6.0",
|
|
"@types/redux-thunk": "^2.1.0",
|
|
"bulma": "^0.8.0",
|
|
"bulma-switch": "^2.0.0",
|
|
"classnames": "^2.2.6",
|
|
"json-server": "^0.15.1",
|
|
"lodash": "^4.17.15",
|
|
"node-sass": "^4.13.1",
|
|
"pretty-ms": "^6.0.1",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-hook-form": "^4.5.5",
|
|
"react-redux": "^7.1.3",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.3.0",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"reselect": "^4.0.0",
|
|
"typesafe-actions": "^5.1.0",
|
|
"typescript": "~3.7.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"mock": "node ./mock/index.js"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|