mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-01-16 14:58:29 +00:00
* Decode grpc. * Better variable names. * Added protobuf-decoder dependency. * Updated protobuf-decoder's version.
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "mizu-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"@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",
|
|
"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-scripts": "4.0.3",
|
|
"react-scrollable-feed": "^1.3.0",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"typescript": "^4.2.4",
|
|
"web-vitals": "^1.1.1"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|