mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
106 lines
3.0 KiB
JSON
106 lines
3.0 KiB
JSON
{
|
|
"name": "mythic",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "/new",
|
|
"author": "@its_a_feature_",
|
|
"description": "React UI for Mythic C2 Framework",
|
|
"devDependencies": {
|
|
"buffer": "^6.0.3",
|
|
"crypto-browserify": "^3.12.1",
|
|
"react-app-rewired": "^2.2.1",
|
|
"react-scripts": "^5.0.1",
|
|
"stream-browserify": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.13.8",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@hello-pangea/dnd": "^17.0.0",
|
|
"@mui/icons-material": "^7.0.2",
|
|
"@mui/lab": "^7.0.0-beta.11",
|
|
"@mui/material": "^7.0.2",
|
|
"@mui/utils": "^7.0.2",
|
|
"@mui/x-charts": "^8.1.0",
|
|
"@mui/x-data-grid": "^8.1.0",
|
|
"@mui/x-date-pickers": "^8.1.0",
|
|
"@xyflow/react": "^12.6.0",
|
|
"ace-builds": "^1.40.1",
|
|
"anser": "^2.3.2",
|
|
"dayjs": "^1.11.13",
|
|
"elkjs": "^0.10.0",
|
|
"graphql": "^16.10.0",
|
|
"graphql-ws": "^6.0.4",
|
|
"html-to-image": "^1.11.11",
|
|
"html2canvas": "^1.4.1",
|
|
"ip6": "^0.2.10",
|
|
"json5": "^2.2.3",
|
|
"jwt-decode": "^4.0.0",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.45",
|
|
"path-browserify": "^1.0.1",
|
|
"randexp": "^0.5.3",
|
|
"react": "^18.3.1",
|
|
"react-ace": "^14.0.1",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-draggable": "^4.4.6",
|
|
"react-moment": "^1.1.3",
|
|
"react-router-dom": "^7.5.2",
|
|
"react-scrollbar-size": "^5.0.0",
|
|
"react-split": "^2.0.14",
|
|
"react-toastify": "^11.0.5",
|
|
"react-tooltip": "^5.28.1",
|
|
"react-virtualized": "^9.22.6",
|
|
"react-virtualized-auto-sizer": "^1.0.26",
|
|
"react-window": "^1.8.11",
|
|
"save-svg-as-png": "^1.4.17",
|
|
"semver": "^7.6.2",
|
|
"sql.js": "^1.13.0",
|
|
"styled-components": "^6.1.17",
|
|
"uuid": "^9.0.1",
|
|
"webpack": "^5.99.6",
|
|
"word-wrap": "^1.2.5"
|
|
},
|
|
"scripts": {
|
|
"react-start": "CHOKIDAR_USEPOLLING=true WATCHPACK_POLLING=true FAST_REFRESH=true WDS_POLLING=true BROWSER=none PORT=3000 WDS_SOCKET_PORT=7443 WDS_SOCKET_PATH=ws react-app-rewired start",
|
|
"react-build": "react-app-rewired build",
|
|
"react-test": "react-app-rewired test",
|
|
"react-eject": "react-scripts eject",
|
|
"build": "npm run react-build",
|
|
"start": "BROWSER=none CHOKIDAR_USEPOLLING=true WATCHPACK_POLLING=true FAST_REFRESH=true WDS_POLLING=true PORT=3000 WDS_SOCKET_PORT=7443 WDS_SOCKET_PATH=ws npm run react-start"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
[
|
|
"react-app",
|
|
{
|
|
"runtime": "automatic"
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|