mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-01-13 19:37:27 +00:00
* ent app * mizu ent frame * apis * design settings modal by Javier * fix warnings * fix warnings * text change * redirect after logout * cr fixes
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "mizu-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
"@testing-library/jest-dom": "^5.11.10",
|
|
"@testing-library/react": "^11.2.6",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"@types/jest": "^26.0.22",
|
|
"@types/node": "^12.20.10",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@uiw/react-textarea-code-editor": "^1.4.12",
|
|
"axios": "^0.21.1",
|
|
"highlight.js": "^11.3.1",
|
|
"json-beautify": "^1.1.1",
|
|
"jsonpath": "^1.1.1",
|
|
"material-ui-popup-state": "^2.0.0",
|
|
"moment": "^2.29.1",
|
|
"node-sass": "^5.0.0",
|
|
"numeral": "^2.0.6",
|
|
"protobuf-decoder": "^0.1.0",
|
|
"react": "^17.0.2",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dom": "^17.0.2",
|
|
"react-lowlight": "^3.0.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-scrollable-feed-virtualized": "^1.4.9",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"react-toastify": "^8.0.3",
|
|
"typescript": "^4.2.4",
|
|
"web-vitals": "^1.1.1",
|
|
"xml-formatter": "^2.6.0"
|
|
},
|
|
"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.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|