mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-02-21 06:02:06 +00:00
* pie chart for protocols and methods by requests and volume * protocols legend * methods legend * pie chart component * code refactor * no message Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
96 lines
2.6 KiB
JSON
96 lines
2.6 KiB
JSON
{
|
|
"name": "@up9/mizu-common",
|
|
"version": "0.0.0",
|
|
"description": "Made with create-react-library",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"repository": "/mizu-common",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.modern.js",
|
|
"source": "src/index.tsx",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"build": "microbundle-crl --no-compress --format modern,cjs",
|
|
"start": "microbundle-crl watch --no-compress --format modern,cjs",
|
|
"prepare": "run-s build",
|
|
"test": "run-s test:unit test:lint test:build",
|
|
"test:build": "run-s build",
|
|
"test:lint": "eslint .",
|
|
"predeploy": "cd example && npm install && npm run build",
|
|
"deploy": "gh-pages -d example/build",
|
|
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"peerDependencies": {
|
|
"@craco/craco": "^6.4.3",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^12.20.54",
|
|
"sass": "^1.52.3",
|
|
"react": "^17.0.2",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^17.0.2",
|
|
"recoil": "^0.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@craco/craco": "^6.4.3",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/icons-material": "^5.8.2",
|
|
"@mui/lab": "^5.0.0-alpha.84",
|
|
"@mui/material": "^5.8.2",
|
|
"@mui/styles": "^5.8.0",
|
|
"@types/lodash": "^4.14.182",
|
|
"@uiw/react-textarea-code-editor": "^1.6.0",
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.22.7",
|
|
"highlight.js": "^11.5.1",
|
|
"json-beautify": "^1.1.1",
|
|
"jsonpath": "^1.1.1",
|
|
"marked": "^4.0.16",
|
|
"material-ui-popup-state": "^2.0.1",
|
|
"mobx": "^6.6.0",
|
|
"moment": "^2.29.3",
|
|
"node-fetch": "^3.2.4",
|
|
"numeral": "^2.0.6",
|
|
"protobuf-decoder": "^0.1.2",
|
|
"react-graph-vis": "^1.0.7",
|
|
"react-lowlight": "^3.0.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scrollable-feed-virtualized": "^1.4.9",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-toastify": "^8.2.0",
|
|
"recharts": "^2.1.10",
|
|
"redoc": "^2.0.0-rc.71",
|
|
"styled-components": "^5.3.5",
|
|
"web-vitals": "^2.1.4",
|
|
"xml-formatter": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@svgr/rollup": "^6.2.1",
|
|
"cross-env": "^7.0.3",
|
|
"env-cmd": "^10.1.0",
|
|
"gh-pages": "^4.0.0",
|
|
"microbundle-crl": "^0.13.11",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.6.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"rollup-plugin-import-css": "^3.0.3",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-sass": "^1.2.12",
|
|
"rollup-plugin-scss": "^3.0.0",
|
|
"typescript": "^4.7.2"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|