hyperdx/packages/app/package.json
Ernest Iliiasov 6d99e3be9c
fix: Update session player (#395)
* Replace react-slider with mantine's slider + custom markers for better performance
* Fix bug when opening a session replay with a ?ts param shows the first frame instead of correct frame at `ts`
* abort loading events when navigating off the page

before

https://github.com/hyperdxio/hyperdx/assets/20255948/195ce791-2d31-4ae4-9700-0ff52f021171

after

https://github.com/hyperdxio/hyperdx/assets/20255948/8ec31ff4-c3c1-4c0d-9f04-29c123e9444f
2024-05-12 17:39:00 +00:00

132 lines
4 KiB
JSON

{
"name": "@hyperdx/app",
"version": "1.8.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"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@hyperdx/browser": "^0.20.0",
"@hyperdx/lucene": "^3.1.1",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.8.0",
"@mantine/hooks": "7.8.0",
"@mantine/spotlight": "7.8.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@monaco-editor/react": "^4.3.1",
"@tanstack/react-table": "^8.7.9",
"@tanstack/react-virtual": "^3.0.1",
"@uiw/codemirror-themes": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"ansi-to-html": "^0.7.2",
"bootstrap": "^5.1.3",
"chrono-node": "^2.5.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^2.0.0",
"esbuild": "^0.14.47",
"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",
"monaco-editor": "^0.31.1",
"next": "13",
"next-query-params": "^4.1.0",
"next-seo": "^4.28.1",
"nextra": "2.0.1",
"nextra-theme-docs": "^2.0.2",
"normalize-url": "4",
"numbro": "^2.4.0",
"nuqs": "^1.17.0",
"pluralize": "^8.0.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-fast-marquee": "^1.3.5",
"react-grid-layout": "^1.3.4",
"react-hook-form": "^7.43.8",
"react-hotkeys-hook": "^4.3.7",
"react-intersection-observer": "^9.3.4",
"react-json-tree": "^0.17.0",
"react-markdown": "^8.0.4",
"react-merge-refs": "^2.0.1",
"react-modern-drawer": "^1.2.0",
"react-query": "^3.39.1",
"react-reflex": "^4.0.9",
"react-select": "^5.7.0",
"react-sliding-pane": "^7.3.0",
"react-sortable-hoc": "^2.0.0",
"react-syntax-highlighter": "^15.4.5",
"react-table": "^7.8.0",
"react-toastify": "^8.1.0",
"react-use": "^17.4.0",
"react-useportal": "^1.0.18",
"react-virtual": "^2.10.4",
"react-virtualized-auto-sizer": "^1.0.7",
"recharts": "^2.5.0",
"remark-gfm": "^3.0.1",
"remark-prism": "^1.3.6",
"rrweb": "2.0.0-alpha.8",
"sass": "^1.54.8",
"serialize-query-params": "^2.0.2",
"strip-ansi": "^6.0.1",
"swr": "^1.3.0",
"timestamp-nano": "^1.0.1",
"use-query-params": "^2.1.2"
},
"devDependencies": {
"@jedmao/location": "^3.0.0",
"@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",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@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",
"postcss": "^8.4.35",
"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"
}
}