mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-01-13 19:37:27 +00:00
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "mizu-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@craco/craco": "^6.4.3",
|
|
"@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.25.0",
|
|
"core-js": "^3.20.2",
|
|
"highlight.js": "^11.3.1",
|
|
"json-beautify": "^1.1.1",
|
|
"jsonpath": "^1.1.1",
|
|
"marked": "^4.0.10",
|
|
"material-ui-popup-state": "^2.0.0",
|
|
"mobx": "^6.3.10",
|
|
"moment": "^2.29.1",
|
|
"node-fetch": "^3.1.1",
|
|
"node-sass": "^6.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-graph-vis": "^1.0.7",
|
|
"react-lowlight": "^3.0.0",
|
|
"react-router-dom": "^6.2.1",
|
|
"react-scrollable-feed-virtualized": "^1.4.9",
|
|
"react-syntax-highlighter": "^15.4.3",
|
|
"react-toastify": "^8.0.3",
|
|
"recoil": "^0.5.2",
|
|
"redoc": "^2.0.0-rc.59",
|
|
"styled-components": "^5.3.3",
|
|
"typescript": "^4.2.4",
|
|
"web-vitals": "^1.1.1",
|
|
"xml-formatter": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"env-cmd": "^10.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"start-ent": "./node_modules/.bin/env-cmd -f .env.enterprise craco start",
|
|
"build": "./node_modules/.bin/env-cmd -f .env.basic craco build",
|
|
"build-ent": "BUILD_PATH='./build-ent' ./node_modules/.bin/env-cmd -f .env.enterprise craco build",
|
|
"test": "craco test",
|
|
"eject": "craco 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"
|
|
]
|
|
}
|
|
}
|