react-mutation-mapper
Version:
Generic Mutation Mapper
65 lines (64 loc) • 2.15 kB
JSON
{
"name": "react-mutation-mapper",
"version": "0.8.97",
"description": "Generic Mutation Mapper",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"typings": "dist/index.d.ts",
"styles": "dist/styles.css",
"engines": {
"node": "15.2.1",
"yarn": "1.22.5"
},
"files": [
"dist"
],
"author": "cBioPortal",
"license": "AGPL-3.0-or-later",
"repository": "cBioPortal/cbioportal-frontend",
"scripts": {
"build": "yarn run tcm && cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 yarn run rollup",
"start": "yarn run watch",
"watch": "concurrently \"yarn run tcm:watch\" \"yarn run rollup:watch\"",
"watchSSL": "yarn run watch",
"rollup": "rollup -c rollup.config.ts",
"rollup:watch": "yarn run rollup --watch",
"tcm": "tcm -p src/**/*.module.scss",
"tcm:watch": "yarn run tcm --watch",
"prepare": "yarn run build",
"test": "cross-env jest $GREP --env=jsdom --runInBand --ci --reporters=default --reporters=jest-junit --passWithNoTests",
"test:watch": "yarn run test --watch"
},
"peerDependencies": {
"mobx": "^6.0.0",
"mobx-react": "^6.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-bootstrap": "^0.30.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"cbioportal-frontend-commons": "^0.5.54",
"cbioportal-utils": "^0.3.35",
"classnames": "^2.2.5",
"genome-nexus-ts-api-client": "^1.1.29",
"jquery": "^3.2.1",
"lodash": "^4.17.15",
"memoize-weak-decorator": "^1.0.3",
"mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
"oncokb-frontend-commons": "^0.0.19",
"oncokb-styles": "~1.4.2",
"oncokb-ts-api-client": "^1.3.3",
"react-collapse": "^4.0.3",
"react-if": "^2.1.0",
"react-motion": "^0.5.2",
"react-rangeslider": "^2.2.0",
"react-select": "^3.0.4",
"react-table": "^6.10.0",
"seamless-immutable": "^7.1.4",
"superagent": "^3.8.3",
"typescript": "4.0.3"
},
"gitHead": "3628f5bb9e055108103573f99b7557da7f442dc2"
}