{ "name": "ohif-viewer", "version": "0.0.21", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", "repository": "OHIF/Viewers", "main": "dist/index.umd.js", "module": "src/index.js", "engines": { "node": ">=8", "npm": ">=5" }, "proxy": "http://localhost:8042", "scripts": { "lerna:start": "cross-env NODE_ENV=development webpack-dev-server --config config/webpack.dev.js --mode development -w -d", "test:unit": "jest --watch", "test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --clear --flags=viewer", "dev": "yarn run preBuild && react-scripts start", "dev:debug": "react-scripts start", "build:package": "yarn run preBuild && node --max-old-space-size=4096 node_modules/rollup/bin/rollup -c", "build:package:ci": "yarn run preBuild && node --max-old-space-size=4096 node_modules/rollup/bin/rollup -c", "build:web": "yarn run preBuild && react-scripts --max_old_space_size=4096 build", "build:demo:ci": "yarn run preBuild && cross-env PUBLIC_URL=/ REACT_APP_CONFIG=config/demo.js react-scripts --max_old_space_size=4096 build", "test:e2e:ci": "start-server-and-test start http://localhost:5000 cy:run:ci", "start": "yarn run dev", "predeploy": "cd example && npm install && yarn run build:package", "preBuild": "yarn run version && yarn run copy:webworkers", "orthanc:up": "docker-compose -f docker/Nginx-Orthanc/docker-compose.yml up", "dev:orthanc": "yarn run preBuild && cross-env REACT_APP_CONFIG=config/docker_nginx-orthanc.js react-scripts start", "version": "node -p -e \"'export default \\'' + require('./package.json').version + '\\';'\" > src/version.js", "copy:webworkers": "cpx \"node_modules/cornerstone-wado-image-loader/dist/*.min.js*\" \"public\" -v", "cy": "cypress open", "cy:run": "cypress run", "cy:run:ci": "yarn run cy:run -- --record" }, "resolutions": { "browserslist": "4.6.2", "caniuse-lite": "1.0.30000974" }, "files": [ "dist" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "peerDependencies": { "react": "^16.8.6", "react-dom": "^16.8.6" }, "dependencies": { "@babel/runtime": "^7.4.5", "@ohif/extension-cornerstone": "0.0.38", "@ohif/extension-dicom-html": "0.0.3", "@ohif/extension-dicom-microscopy": "0.0.8", "@ohif/extension-dicom-pdf": "0.0.7", "@ohif/extension-vtk": "0.1.3", "@ohif/i18n": "0.2.2", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6", "cornerstone-core": "^2.2.8", "cornerstone-math": "^0.1.8", "cornerstone-tools": "^3.15.1", "cornerstone-wado-image-loader": "^2.2.3", "dcmjs": "^0.4.7", "dicom-parser": "^1.8.3", "dicomweb-client": "^0.4.4", "hammerjs": "^2.0.8", "i18next": "^17.0.3", "i18next-browser-languagedetector": "^3.0.1", "lodash.isequal": "4.5.0", "moment": "^2.24.0", "ohif-core": "0.9.1", "oidc-client": "1.7.x", "prop-types": "^15.7.2", "react-i18next": "^10.11.0", "react-redux": "^7.1.0", "react-resize-detector": "^4.2.0", "react-router": "^5.0.1", "react-router-dom": "^5.0.1", "react-transition-group": "^4.1.1", "react-viewerbase": "0.15.3", "redux": "^4.0.1", "redux-logger": "^3.0.6", "redux-oidc": "3.1.x", "redux-thunk": "^2.3.0", "reselect": "^4.0.0" }, "devDependencies": { "@semantic-release/exec": "3.3.3", "codecov": "3.5.0", "commitizen": "3.1.x", "core-js": "^3.1.4", "cpx": "1.5.0", "cypress": "^3.3.1", "cz-conventional-changelog": "2.1.0", "gh-pages": "2.0.1", "identity-obj-proxy": "3.0.x", "lodash": "4.17.11", "lodash.clonedeep": "4.5.0", "semantic-release": "15.13.x", "start-server-and-test": "^1.9.1" } }