{ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/flamegraph", "version": "11.0.0-pre", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", "flamegraph", "profiling", "pyroscope" ], "sideEffects": false, "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", "directory": "packages/grafana-flamegraph" }, "main": "src/index.ts", "types": "src/index.ts", "publishConfig": { "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "access": "public" }, "files": [ "./dist", "./README.md", "./CHANGELOG.md", "./LICENSE_APACHE2" ], "scripts": { "build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts", "bundle": "rollup -c rollup.config.ts", "clean": "rimraf ./dist ./compiled ./package.tgz", "typecheck": "tsc --emitDeclarationOnly false --noEmit", "prepack": "cp package.json package.json.bak && node ../../scripts/prepare-packagejson.js", "postpack": "mv package.json.bak package.json" }, "browserslist": [ "defaults", "not IE 11" ], "dependencies": { "@emotion/css": "11.11.2", "@grafana/data": "11.0.0-pre", "@grafana/ui": "11.0.0-pre", "@leeoniya/ufuzzy": "1.0.14", "d3": "^7.8.5", "lodash": "4.17.21", "react": "18.2.0", "react-use": "17.5.0", "react-virtualized-auto-sizer": "1.0.24", "tinycolor2": "1.6.0", "tslib": "2.6.2" }, "devDependencies": { "@babel/core": "7.24.0", "@babel/preset-env": "7.24.0", "@babel/preset-react": "7.23.3", "@grafana/tsconfig": "^1.3.0-rc1", "@rollup/plugin-node-resolve": "15.2.3", "@testing-library/jest-dom": "^6.1.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/d3": "^7", "@types/jest": "^29.5.4", "@types/lodash": "4.17.0", "@types/react": "18.2.65", "@types/react-virtualized-auto-sizer": "1.0.4", "@types/tinycolor2": "1.4.6", "babel-jest": "29.7.0", "jest": "^29.6.4", "jest-canvas-mock": "2.5.2", "rollup": "2.79.1", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-esbuild": "5.0.0", "rollup-plugin-node-externals": "^5.0.0", "ts-jest": "29.1.2", "ts-node": "10.9.2", "typescript": "5.3.3" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" } }