{
  "name": "@jbrowse/react-linear-genome-view2",
  "version": "3.2.0",
  "description": "JBrowse 2 linear genome view React component",
  "keywords": [
    "jbrowse",
    "jbrowse2"
  ],
  "license": "MIT",
  "homepage": "https://jbrowse.org",
  "bugs": "https://github.com/GMOD/jbrowse-components/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/GMOD/jbrowse-components.git",
    "directory": "products/jbrowse-react-linear-genome-view"
  },
  "author": "JBrowse Team",
  "distMain": "dist/index.js",
  "srcMain": "src/index.ts",
  "distModule": "esm/index.js",
  "srcModule": "src/index.ts",
  "module": "esm/index.js",
  "main": "dist/index.js",
  "files": [
    "dist",
    "esm",
    "docs"
  ],
  "scripts": {
    "build": "npm-run-all build:*",
    "prepublishOnly": "node output-version.js > src/version.js && git add -A src && git commit -m '[skip ci] Bump version.js'",
    "build:esm": "tsc --build tsconfig.build.esm.json",
    "build:commonjs": "tsc --build tsconfig.build.commonjs.json",
    "build:webpack": "webpack",
    "clean": "rimraf dist esm *.tsbuildinfo",
    "storybook": "storybook dev --port 6006",
    "storybook:build": "storybook build",
    "prebuild": "yarn clean",
    "prepack": "yarn build && yarn useDist",
    "postpack": "yarn useSrc",
    "useDist": "node ../../scripts/useDist.js",
    "useSrc": "node ../../scripts/useSrc.js"
  },
  "dependencies": {
    "@babel/runtime": "^7.17.9",
    "@emotion/cache": "^11.7.1",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@jbrowse/core": "^3.2.0",
    "@jbrowse/embedded-core": "^3.2.0",
    "@jbrowse/plugin-alignments": "^3.2.0",
    "@jbrowse/plugin-arc": "^3.2.0",
    "@jbrowse/plugin-authentication": "^3.2.0",
    "@jbrowse/plugin-bed": "^3.2.0",
    "@jbrowse/plugin-circular-view": "^3.2.0",
    "@jbrowse/plugin-config": "^3.2.0",
    "@jbrowse/plugin-data-management": "^3.2.0",
    "@jbrowse/plugin-gccontent": "^3.2.0",
    "@jbrowse/plugin-gff3": "^3.2.0",
    "@jbrowse/plugin-legacy-jbrowse": "^3.2.0",
    "@jbrowse/plugin-linear-genome-view": "^3.2.0",
    "@jbrowse/plugin-sequence": "^3.2.0",
    "@jbrowse/plugin-svg": "^3.2.0",
    "@jbrowse/plugin-trix": "^3.2.0",
    "@jbrowse/plugin-variants": "^3.2.0",
    "@jbrowse/plugin-wiggle": "^3.2.0",
    "@jbrowse/product-core": "^3.2.0",
    "@mui/icons-material": "^6.0.0",
    "@mui/material": "^6.0.0",
    "deepmerge": "^4.3.1",
    "mobx": "^6.6.0",
    "mobx-react": "^9.0.0",
    "mobx-state-tree": "^5.0.0",
    "rxjs": "^7.0.0",
    "tss-react": "^4.4.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c750e3f56706a490c19ba75abd807fec5e38aebf"
}
