{
  "name": "@parca/profile",
  "version": "0.19.163",
  "description": "Profile viewing libraries",
  "dependencies": {
    "@floating-ui/react": "^0.27.12",
    "@headlessui/react": "^1.7.19",
    "@iconify/react": "^4.0.0",
    "@parca/client": "0.17.24",
    "@parca/components": "0.16.424",
    "@parca/dynamicsize": "0.16.75",
    "@parca/hooks": "0.0.128",
    "@parca/icons": "0.16.83",
    "@parca/parser": "0.16.90",
    "@parca/store": "0.16.210",
    "@parca/test-utils": "0.0.23",
    "@parca/utilities": "0.0.133",
    "@popperjs/core": "^2.11.8",
    "@protobuf-ts/runtime-rpc": "^2.5.0",
    "@storybook/preview-api": "^8.4.3",
    "@tanstack/react-query": "^4.0.5",
    "@tanstack/react-table": "^8.17.3",
    "@tanstack/react-virtual": "^3.5.0",
    "@tanstack/table-core": "^8.16.0",
    "@types/d3": "^7.4.3",
    "@types/d3-scale": "^4.0.8",
    "@types/d3-selection": "^3.0.10",
    "@types/fast-levenshtein": "^0.0.4",
    "@types/react-beautiful-dnd": "^13.1.8",
    "@uwdata/flechette": "^2.5.0",
    "classnames": "^2.3.1",
    "d3": "7.9.0",
    "d3-array": "^3.2.4",
    "d3-color": "^3.1.0",
    "d3-scale": "^4.0.2",
    "d3-scale-chromatic": "^3.1.0",
    "d3-selection": "3.0.0",
    "d3-shape": "^3.2.0",
    "fast-deep-equal": "^3.1.3",
    "fast-levenshtein": "^3.0.0",
    "framer-motion": "6.5.1",
    "graphviz-wasm": "3.0.2",
    "lodash.throttle": "^4.1.1",
    "lz4js": "^0.2.0",
    "nuqs": "^2.9.1",
    "react": "18.3.1",
    "react-beautiful-dnd": "^13.1.1",
    "react-contexify": "^6.0.0",
    "react-dom": "18.3.1",
    "react-draggable": "^4.4.6",
    "react-flame-graph": "^1.4.0",
    "react-inlinesvg": "^3.0.2",
    "react-map-interaction": "^2.1.0",
    "react-popper": "^2.3.0",
    "react-redux": "^8.0.2",
    "react-select": "^5.8.0",
    "react-syntax-highlighter": "^15.5.0",
    "react-textarea-autosize": "^8.4.0",
    "react-tooltip": "^5.26.3",
    "react-use": "^17.5.0",
    "tailwindcss": "3.2.4",
    "tsc-watch": "6.3.1",
    "usehooks-ts": "^3.1.1",
    "with-alpha-hex": "^1.0.6"
  },
  "devDependencies": {
    "@types/lodash.throttle": "4.1.9",
    "@types/lz4js": "0.2.2",
    "@types/react-syntax-highlighter": "15.5.13"
  },
  "main": "dist/index.js",
  "scripts": {
    "test": "jest --coverage --config ../../../jest.config.js ./src/*",
    "prepublish": "pnpm run build",
    "build": "babel src --out-dir dist --config-file ../../../babel.react-compiler.cjs --extensions .ts,.tsx --copy-files --no-copy-ignored && tsc --emitDeclarationOnly && pnpm run compile:styles",
    "build-swc": "swc ./src -d dist --copy-files && pnpm run compile:styles",
    "watch": "tsc-watch --onCompilationComplete 'pnpm run compile:styles'",
    "compile:styles": "tailwindcss -o dist/styles.css --minify"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/parca-dev/parca",
    "directory": "ui/packages/shared/profile"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "9534fecc269a265418b331e3f7fd3676e12d7a03"
}
