mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 21:37:41 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
166 lines
5.3 KiB
JSON
166 lines
5.3 KiB
JSON
{
|
|
"name": "@hyperdx/app",
|
|
"version": "2.12.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=22.16.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "npx dotenv -e .env.development -- next dev --webpack",
|
|
"dev:local": "NEXT_PUBLIC_IS_LOCAL_MODE=true npx dotenv -e .env.development -- next dev --webpack",
|
|
"build": "next build --webpack",
|
|
"start": "next start",
|
|
"lint": "npx eslint --quiet . --ext .ts,.tsx",
|
|
"lint:fix": "npx eslint . --ext .ts,.tsx --fix",
|
|
"lint:styles": "stylelint **/*/*.{css,scss}",
|
|
"ci:lint": "yarn lint && yarn tsc --noEmit && yarn lint:styles --quiet",
|
|
"ci:unit": "jest --ci --coverage",
|
|
"dev:unit": "jest --watchAll --detectOpenHandles",
|
|
"test:e2e": "node scripts/run-e2e.js",
|
|
"test:e2e:ci": "../../scripts/test-e2e-ci.sh",
|
|
"storybook": "storybook dev -p 6006",
|
|
"storybook:build": "storybook build",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/lang-sql": "^6.7.0",
|
|
"@dagrejs/dagre": "^1.1.5",
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@hyperdx/browser": "^0.21.1",
|
|
"@hyperdx/common-utils": "^0.10.2",
|
|
"@hyperdx/node-opentelemetry": "^0.9.0",
|
|
"@lezer/highlight": "^1.2.0",
|
|
"@mantine/core": "^7.17.8",
|
|
"@mantine/dates": "^7.17.8",
|
|
"@mantine/dropzone": "^7.17.8",
|
|
"@mantine/form": "^7.17.8",
|
|
"@mantine/hooks": "^7.17.8",
|
|
"@mantine/notifications": "^7.17.8",
|
|
"@mantine/spotlight": "^7.17.8",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@tabler/icons-react": "^3.5.0",
|
|
"@tanstack/react-query": "^5.56.2",
|
|
"@tanstack/react-query-devtools": "^5.56.2",
|
|
"@tanstack/react-table": "^8.7.9",
|
|
"@tanstack/react-virtual": "^3.0.1",
|
|
"@uiw/codemirror-theme-atomone": "^4.23.3",
|
|
"@uiw/codemirror-themes": "^4.23.3",
|
|
"@uiw/react-codemirror": "^4.23.3",
|
|
"@xyflow/react": "^12.9.0",
|
|
"chrono-node": "^2.7.8",
|
|
"classnames": "^2.3.1",
|
|
"crypto-js": "^4.2.0",
|
|
"crypto-randomuuid": "^1.0.0",
|
|
"date-fns": "^2.28.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"dayjs": "^1.11.19",
|
|
"flat": "^5.0.2",
|
|
"fuse.js": "^6.6.2",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"immer": "^9.0.21",
|
|
"jotai": "^2.5.1",
|
|
"ky": "^0.30.0",
|
|
"ky-universal": "^0.10.1",
|
|
"lodash": "^4.17.21",
|
|
"ms": "^2.1.3",
|
|
"next": "^16.0.10",
|
|
"next-query-params": "^4.3.1",
|
|
"next-runtime-env": "1",
|
|
"next-seo": "^4.28.1",
|
|
"nextra": "2.0.1",
|
|
"nextra-theme-docs": "^2.0.2",
|
|
"numbro": "^2.4.0",
|
|
"nuqs": "1.17.0",
|
|
"object-hash": "^3.0.0",
|
|
"react": "^19.2.3",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^19.2.3",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-grid-layout": "^1.3.4",
|
|
"react-hook-form": "^7.43.8",
|
|
"react-hook-form-mantine": "^3.1.3",
|
|
"react-hotkeys-hook": "^4.3.7",
|
|
"react-json-tree": "^0.20.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-papaparse": "^4.4.0",
|
|
"react-query": "^3.39.3",
|
|
"react-sortable-hoc": "^2.0.0",
|
|
"react-useportal": "^1.0.18",
|
|
"recharts": "^2.12.7",
|
|
"rrweb": "2.0.0-alpha.8",
|
|
"sass": "^1.54.8",
|
|
"serialize-query-params": "^2.0.2",
|
|
"sql-formatter": "^15.4.0",
|
|
"sqlstring": "^2.3.3",
|
|
"store2": "^2.14.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"timestamp-nano": "^1.0.1",
|
|
"uplot": "^1.6.31",
|
|
"uplot-react": "^1.2.2",
|
|
"use-query-params": "^2.1.2",
|
|
"zod": "3.25"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^4.1.3",
|
|
"@eslint/compat": "^2.0.0",
|
|
"@hookform/devtools": "^4.3.1",
|
|
"@jedmao/location": "^3.0.0",
|
|
"@playwright/test": "^1.57.0",
|
|
"@storybook/addon-docs": "^10.1.4",
|
|
"@storybook/addon-links": "^10.1.4",
|
|
"@storybook/addon-styling-webpack": "^3.0.0",
|
|
"@storybook/addon-themes": "^10.1.4",
|
|
"@storybook/nextjs": "^10.1.4",
|
|
"@storybook/react": "^10.1.4",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/crypto-js": "^4",
|
|
"@types/flat": "^5.0.5",
|
|
"@types/identity-obj-proxy": "^3",
|
|
"@types/intercom-web": "^2.8.18",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/lodash": "^4.14.186",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/object-hash": "^2.2.1",
|
|
"@types/pluralize": "^0.0.29",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-grid-layout": "^1.3.2",
|
|
"@types/react-syntax-highlighter": "^13.5.2",
|
|
"@types/react-table": "^7.7.14",
|
|
"@types/sqlstring": "^2.3.2",
|
|
"eslint-config-next": "^16.0.10",
|
|
"eslint-plugin-playwright": "^2.4.0",
|
|
"eslint-plugin-react-hook-form": "^0.3.1",
|
|
"eslint-plugin-storybook": "10.1.4",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^30.2.0",
|
|
"jest-environment-jsdom": "^30.2.0",
|
|
"knip": "^5.33.2",
|
|
"msw": "^2.3.0",
|
|
"msw-storybook-addon": "^2.0.2",
|
|
"postcss": "^8.4.38",
|
|
"postcss-preset-mantine": "^1.15.0",
|
|
"prettier": "^3.3.2",
|
|
"storybook": "^10.1.10",
|
|
"stylelint": "^16.26.1",
|
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
"stylelint-prettier": "^5.0.3",
|
|
"ts-jest": "^29.4.5",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"outputs": [
|
|
"{projectRoot}/.next"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|