mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
128 lines
4 KiB
JSON
128 lines
4 KiB
JSON
{
|
|
"name": "@hyperdx/app",
|
|
"version": "1.9.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev -p 8080",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"lint:fix": "eslint . --ext .ts,.tsx --fix",
|
|
"ci:lint": "yarn lint && yarn tsc --noEmit",
|
|
"ci:unit": "jest --ci --coverage",
|
|
"storybook": "storybook dev -p 6006",
|
|
"storybook:build": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@hyperdx/browser": "^0.21.0",
|
|
"@hyperdx/lucene": "^3.1.1",
|
|
"@lezer/highlight": "^1.2.0",
|
|
"@mantine/core": "7.9.2",
|
|
"@mantine/hooks": "7.9.2",
|
|
"@mantine/notifications": "^7.9.2",
|
|
"@mantine/spotlight": "7.9.2",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@tabler/icons-react": "^3.5.0",
|
|
"@tanstack/react-table": "^8.7.9",
|
|
"@tanstack/react-virtual": "^3.0.1",
|
|
"@uiw/codemirror-themes": "^4.21.24",
|
|
"@uiw/react-codemirror": "^4.21.24",
|
|
"bootstrap": "^5.1.3",
|
|
"chrono-node": "^2.5.0",
|
|
"classnames": "^2.3.1",
|
|
"date-fns": "^2.28.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"fuse.js": "^6.6.2",
|
|
"immer": "^9.0.21",
|
|
"jotai": "^2.5.1",
|
|
"ky": "^0.30.0",
|
|
"ky-universal": "^0.10.1",
|
|
"lodash": "^4.17.21",
|
|
"next": "13",
|
|
"next-query-params": "^4.1.0",
|
|
"next-seo": "^4.28.1",
|
|
"nextra": "2.0.1",
|
|
"nextra-theme-docs": "^2.0.2",
|
|
"numbro": "^2.4.0",
|
|
"nuqs": "^1.17.0",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.4.0",
|
|
"react-bootstrap-range-slider": "^3.0.8",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-csv": "^2.2.2",
|
|
"react-datepicker": "^4.10.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-grid-layout": "^1.3.4",
|
|
"react-hook-form": "^7.43.8",
|
|
"react-hotkeys-hook": "^4.3.7",
|
|
"react-json-tree": "^0.17.0",
|
|
"react-markdown": "^8.0.4",
|
|
"react-modern-drawer": "^1.2.0",
|
|
"react-query": "^3.39.1",
|
|
"react-select": "^5.7.0",
|
|
"react-sortable-hoc": "^2.0.0",
|
|
"react-useportal": "^1.0.18",
|
|
"recharts": "^2.5.0",
|
|
"rrweb": "2.0.0-alpha.8",
|
|
"sass": "^1.54.8",
|
|
"serialize-query-params": "^2.0.2",
|
|
"strip-ansi": "^6.0.1",
|
|
"timestamp-nano": "^1.0.1",
|
|
"use-query-params": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^1.5.0",
|
|
"@jedmao/location": "^3.0.0",
|
|
"@storybook/addon-essentials": "^8.1.5",
|
|
"@storybook/addon-interactions": "^8.1.5",
|
|
"@storybook/addon-links": "^8.1.5",
|
|
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
"@storybook/blocks": "^8.1.5",
|
|
"@storybook/nextjs": "^8.1.5",
|
|
"@storybook/react": "^8.1.5",
|
|
"@storybook/test": "^8.1.5",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^14.2.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/hyperdx__lucene": "npm:@types/lucene",
|
|
"@types/intercom-web": "^2.8.18",
|
|
"@types/jest": "^28.1.6",
|
|
"@types/lodash": "^4.14.186",
|
|
"@types/pluralize": "^0.0.29",
|
|
"@types/react": "18.2.23",
|
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
"@types/react-csv": "^1.1.3",
|
|
"@types/react-datepicker": "^4.10.0",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/react-grid-layout": "^1.3.2",
|
|
"@types/react-syntax-highlighter": "^13.5.2",
|
|
"@types/react-table": "^7.7.14",
|
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "13",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"jest": "^28.1.3",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"msw": "^2.3.0",
|
|
"msw-storybook-addon": "^2.0.2",
|
|
"postcss": "^8.4.38",
|
|
"postcss-preset-mantine": "^1.15.0",
|
|
"storybook": "^8.1.5",
|
|
"ts-jest": "^28.0.7",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"resolutions": {
|
|
"react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/react": "18.2.23"
|
|
}
|
|
}
|