UNPKG

ohif-viewer

Version:
169 lines (168 loc) 6.22 kB
{ "name": "ohif-viewer", "version": "0.19.6", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", "repository": "OHIF/Viewers", "main": "dist/index.umd.js", "browser": "dist/index.umd.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "engines": { "node": ">=8", "npm": ">=5" }, "proxy": "http://localhost:8042", "scripts": { "cm": "npx git-cz", "dev": "yarn run preBuild && cross-env PORT=5000 react-scripts start", "dev:debug": "cross-env PORT=5000 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:web:ci": "yarn run preBuild && cross-env PUBLIC_URL=/demo REACT_APP_CONFIG=config/netlify.js react-scripts --max_old_space_size=4096 build && cpx 'build/**/*' docs/latest/_book/demo --verbose", "build:demo:ci": "yarn run preBuild && cross-env PUBLIC_URL=/ REACT_APP_CONFIG=config/demo.js react-scripts --max_old_space_size=4096 build", "lint": "eslint -c .eslintrc --fix src && prettier --single-quote --write src/**/*.{js,jsx,json,css}", "test:unit": "jest", "test:unit:ci": "jest --ci --runInBand --collectCoverage --reporters=default --reporters=jest-junit && codecov", "test:e2e": "start-server-and-test start http://localhost:5000 cy:run", "test:e2e:ci": "start-server-and-test start http://localhost:5000 cy:run:ci", "make-script-tag-example": "rm -rf script-tag-test && mkdir script-tag-test && cp dist/index.umd.* script-tag-test && cp -R public/* script-tag-test && cp -R cypress/support/script-tag/* script-tag-test", "start-server-script-tag": "yarn run make-script-tag-example && serve -l 5000 -s script-tag-test", "test:e2e:scriptTag": "start-server-and-test start-server-script-tag http-get://localhost:5000/index.umd.js cy:run", "staticDeploy": "./generateStaticSite.sh", "docs:publish": "./publishStaticSite.sh", "start": "yarn run dev", "predeploy": "cd example && npm install && yarn run build:package", "preBuild": "yarn run version", "orthanc:up": "docker-compose -f docker/Nginx-Orthanc/docker-compose.yml up", "dev:orthanc": "yarn run preBuild && cross-env PORT=5000 REACT_APP_CONFIG=config/docker_nginx-orthanc.js react-scripts start", "version": "node -p -e \"'export default \\'' + require('./package.json').version + '\\';'\" > src/version.js", "cy": "cypress open", "cy:run": "cypress run", "cy:run:ci": "yarn run cy:run -- --record" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.{js,jsx,json,css}": [ "prettier --single-quote --write", "git add" ] }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "resolutions": { "@babel/core": "^7.5.4", "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.43", "@ohif/extension-dicom-html": "0.0.4", "@ohif/extension-dicom-microscopy": "0.0.12", "@ohif/extension-dicom-pdf": "0.0.8", "@ohif/extension-vtk": "0.1.6", "@ohif/i18n": "0.2.5", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6", "cornerstone-core": "^2.2.8", "cornerstone-math": "^0.1.8", "cornerstone-tools": "^3.16.0", "cornerstone-wado-image-loader": "^3.0.0", "dcmjs": "^0.4.7", "dicom-parser": "^1.8.3", "dicomweb-client": "^0.5.2", "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.11.0", "oidc-client": "1.8.x", "prop-types": "^15.7.2", "react-dropzone": "^10.1.5", "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.17.6", "redux": "^4.0.1", "redux-logger": "^3.0.6", "redux-oidc": "3.1.x", "redux-thunk": "^2.3.0", "reselect": "^4.0.0" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "@semantic-release/exec": "3.3.3", "@svgr/rollup": "^4.3.0", "babel-eslint": "10.0.1", "codecov": "3.5.0", "commitizen": "3.1.x", "core-js": "^3.1.4", "cpx": "1.5.0", "cross-env": "^5.2.0", "cypress": "^3.3.1", "cz-conventional-changelog": "2.1.0", "eslint": "5.16.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-react": "^7.13.0", "gh-pages": "2.0.1", "husky": "2.4.x", "identity-obj-proxy": "3.0.x", "jest-canvas-mock": "2.1.0", "jest-junit": "6.4.x", "lint-staged": "^8.2.1", "lodash": "4.17.11", "lodash.clonedeep": "4.5.0", "prettier": "1.18.x", "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "^3.0.1", "rollup": "^1.15.5", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-resolve": "^5.0.2", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-url": "^2.2.2", "semantic-release": "15.13.x", "serve": "^11.1.0", "start-server-and-test": "^1.9.1", "stylelint": "^10.1.0" } }