mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.6.1 to 5.2.4. - [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases) - [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md) - [Commits](https://github.com/JohannesKlauss/react-keymap-hook/compare/v4.6.1...v5.2.4) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
174 lines
6.0 KiB
JSON
174 lines
6.0 KiB
JSON
{
|
|
"name": "graylog-web-interface",
|
|
"version": "7.1.0-SNAPSHOT",
|
|
"description": "Graylog Web Interface",
|
|
"author": "torch",
|
|
"license": "SSPL-1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/graylog2/graylog2-web-interface.git"
|
|
},
|
|
"readme": "../README.md",
|
|
"scripts": {
|
|
"start": "webpack serve -c webpack.bundled.ts",
|
|
"start:preflight": "webpack serve -c webpack.preflight.ts",
|
|
"build": "cross-env disable_plugins=true webpack --config webpack.bundled.ts",
|
|
"build:preflight": "cross-env webpack --config webpack.preflight.ts",
|
|
"build:stats": "cross-env disable_plugins=true webpack --profile --json > ./webpack/stats-$(git rev-parse --abbrev-ref HEAD).json",
|
|
"build:analyze": "yarn build:stats && webpack-bundle-analyzer ./webpack/stats-$(git rev-parse --abbrev-ref HEAD).json ./target/web/build --mode=\"static\" --report=\"./webpack/analysis-$(git rev-parse --abbrev-ref HEAD).html\"",
|
|
"generate:apidefs": "ts-node src/generator/generate.ts ../graylog2-server/target/swagger target/api",
|
|
"lint": "eslint --report-unused-disable-directives src",
|
|
"lint:path": "eslint --report-unused-disable-directives",
|
|
"lint:styles": "stylelint './src/**/*.{js,jsx,ts,tsx}'",
|
|
"lint:styles:path": "stylelint",
|
|
"lint:changes": "./dev/lintChanges.sh",
|
|
"test": "jest --maxWorkers=50%",
|
|
"check-production-build": "node checkProductionBuild.js",
|
|
"format": "prettier --write src test docs"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "graylog"
|
|
},
|
|
"stylelint": {
|
|
"extends": "stylelint-config-graylog"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-preset-graylog",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/test/configure-testing-library.js"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@mantine/core": "^8.2.8",
|
|
"@mantine/dropzone": "^8.2.8",
|
|
"@mantine/hooks": "^8.2.8",
|
|
"@mantine/notifications": "^8.2.8",
|
|
"@material-symbols/font-700": "^0.40.2",
|
|
"@openfonts/dm-sans_latin": "^1.0.2",
|
|
"@openfonts/source-sans-pro_latin": "^1.44.2",
|
|
"@openfonts/ubuntu-mono_latin": "^1.44.1",
|
|
"@react-hook/resize-observer": "^2.0.1",
|
|
"@tanstack/query-sync-storage-persister": "^5.87.1",
|
|
"@tanstack/react-query-persist-client": "^5.87.1",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@yornaath/batshit": "^0.10.1",
|
|
"ace-builds": "1.43.3",
|
|
"bootstrap": "3.4.1",
|
|
"bson-objectid": "^2.0.3",
|
|
"buffer": "^6.0.3",
|
|
"chroma-js": "^2.0.3",
|
|
"classnames": "^2.2.0",
|
|
"core-js": "3.48.0",
|
|
"cronstrue": "^3.12.0",
|
|
"crossfilter": "1.3.x",
|
|
"dompurify": "^3.0.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"fast-xml-parser": "^5.2.5",
|
|
"graylog-web-plugin": "file:packages/graylog-web-plugin",
|
|
"html-react-parser": "^5.2.6",
|
|
"immutable": "^3.8.1",
|
|
"leaflet": "^1.5.1",
|
|
"lodash": "^4.17.4",
|
|
"marked": "^17.0.1",
|
|
"md5": "^2.2.1",
|
|
"moment-duration-format": "2.3.2",
|
|
"moment-precise-range-plugin": "^1.3.0",
|
|
"mousetrap": "^1.6.5",
|
|
"numeral": "^2.0.6",
|
|
"openapi-explorer": "^2.4.788",
|
|
"p-debounce": "^4.0.0",
|
|
"plotly.js": "3.1.0",
|
|
"posthog-js": "^1.261.8",
|
|
"qs": "^6.3.0",
|
|
"react-ace": "14.0.1",
|
|
"react-color": "^2.19.3",
|
|
"react-day-picker": "^9.13.0",
|
|
"react-error-boundary": "^5.0.0",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-grid-layout": "^1.5.2",
|
|
"react-hotkeys-hook": "^5.2.4",
|
|
"react-isolated-scroll": "^0.1.1",
|
|
"react-leaflet": "^4.0.2",
|
|
"react-plotly.js": "2.6.0",
|
|
"react-resizable": "^3.0.4",
|
|
"react-rnd": "^10.1.1",
|
|
"react-select": "5.10.2",
|
|
"react-slider": "^2.0.4",
|
|
"react-sticky-el": "^2.0.9",
|
|
"react-ultimate-pagination": "^1.2.0",
|
|
"react-window": "^2.2.5",
|
|
"react-window-infinite-loader": "^2.0.1",
|
|
"toposort": "^2.0.2",
|
|
"urijs": "^1.19.6",
|
|
"uuid": "13.0.0",
|
|
"wicg-inert": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cyclonedx/webpack-plugin": "^5.1.1",
|
|
"@graylog/prettier-config": "^1.0.3",
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/crossfilter": "0.0.38",
|
|
"@types/express": "^5.0.6",
|
|
"@types/express-formidable": "^1.2.4",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/lodash": "^4.17.21",
|
|
"@types/md5": "^2.3.6",
|
|
"@types/moment-duration-format": "^2.2.7",
|
|
"@types/mousetrap": "1.6.15",
|
|
"@types/numeral": "^2.0.1",
|
|
"@types/plotly.js": "2.35.2",
|
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
"@types/react-bootstrap": "^0.32.25",
|
|
"@types/react-color": "^3.0.13",
|
|
"@types/react-grid-layout": "^1.3.6",
|
|
"@types/react-plotly.js": "^2.6.4",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-slider": "^1.3.1",
|
|
"@types/react-ultimate-pagination": "^1.2.1",
|
|
"@types/ua-parser-js": "^0.7.36",
|
|
"@types/urijs": "^1.19.26",
|
|
"assets-webpack-plugin": "^7.1.1",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"copy-webpack-plugin": "^13.0.1",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^10.1.0",
|
|
"css-loader": "^6.5.1",
|
|
"esbuild-loader": "4.3.0",
|
|
"eslint": "^9.36.0",
|
|
"eslint-config-graylog": "file:packages/eslint-config-graylog",
|
|
"estraverse-fb": "^1.3.1",
|
|
"express": "^5.2.1",
|
|
"express-csp-header": "^6.0.0",
|
|
"express-formidable": "^1.2.0",
|
|
"file-loader": "^6.0.0",
|
|
"fork-ts-checker-webpack-plugin": "^9.0.0",
|
|
"form-data": "^4.0.0",
|
|
"glob": "^13.0.0",
|
|
"globals": "^17.0.0",
|
|
"html-webpack-plugin": "^5.6.4",
|
|
"jiti": "^2.6.0",
|
|
"json-loader": "^0.5.3",
|
|
"less": "^4.4.1",
|
|
"less-loader": "^12.3.0",
|
|
"node-fetch": "^2.6.1",
|
|
"prettier": "^3.6.2",
|
|
"puppeteer": "^24.19.0",
|
|
"react-bootstrap": "0.33.1",
|
|
"react-compiler-runtime": "^1.0.0",
|
|
"react-compiler-webpack": "^1.0.0",
|
|
"style-loader": "3.3.4",
|
|
"stylelint-config-graylog": "file:packages/stylelint-config-graylog",
|
|
"trace-unhandled": "^2.0.1",
|
|
"ts-node": "^10.2.1",
|
|
"utility-types": "^3.10.0",
|
|
"webpack-bundle-analyzer": "^5.2.0",
|
|
"webpack-cli": "6.0.1",
|
|
"webpack-dev-server": "^5.2.2",
|
|
"webpack-merge": "^6.0.1",
|
|
"whatwg-fetch": "^3.6.20"
|
|
}
|
|
}
|