UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

74 lines (73 loc) 2.11 kB
{ "name": "@jbrowse/core", "version": "3.6.4", "description": "JBrowse 2 core libraries used by plugins", "keywords": [ "jbrowse", "jbrowse2", "bionode", "biojs", "genomics" ], "license": "Apache-2.0", "homepage": "https://jbrowse.org", "bugs": "https://github.com/GMOD/jbrowse-components/issues", "repository": { "type": "git", "url": "https://github.com/GMOD/jbrowse-components.git", "directory": "packages/core" }, "author": "JBrowse Team", "main": "index.js", "scripts": { "test": "cd ../..; jest --passWithNoTests packages/core", "storybook": "storybook dev --port 6006", "storybook:build": "storybook build", "coverage": "yarn test --coverage", "clean": "rimraf dist tsconfig.build.tsbuildinfo", "prebuild": "yarn clean", "prepack": "yarn build", "build": "tsc -b tsconfig.build.json && cp package.json README.md ../../LICENSE dist/" }, "dependencies": { "@floating-ui/react": "^0.27.0", "@gmod/abortable-promise-cache": "^3.0.1", "@gmod/bgzf-filehandle": "^4.0.0", "@gmod/http-range-fetcher": "^5.0.0", "@leeoniya/ufuzzy": "^1.0.18", "@mui/icons-material": "^7.0.0", "@mui/material": "^7.0.0", "@mui/x-data-grid": "^8.0.0", "canvas-sequencer": "^3.1.0", "canvas2svg": "^1.0.16", "colord": "^2.9.3", "copy-to-clipboard": "^3.3.1", "deepmerge": "^4.2.2", "detect-node": "^2.1.0", "dompurify": "^3.2.0", "escape-html": "^1.0.3", "fast-deep-equal": "^3.1.3", "generic-filehandle2": "^2.0.1", "jexl": "^2.3.0", "librpc-web-mod": "^1.1.5", "load-script": "^2.0.0", "mobx": "^6.0.0", "mobx-react": "^9.0.0", "mobx-state-tree": "^5.0.0", "rbush": "^3.0.1", "react-draggable": "^4.4.5", "rxjs": "^7.0.0", "serialize-error": "^8.0.0", "source-map-js": "^1.0.2", "tss-react": "^4.0.0" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "publishConfig": { "access": "public", "directory": "dist" }, "gitHead": "3db8e50ce2bd9c081efbf6c2e7ae5f342380a25a" }