{ "repository": "OHIF/Viewers", "keywords": ["ohif-extension"], "main": "dist/index.umd.js", "module": "src/index.js", "engines": { "node": ">=14", "npm": ">=6", "yarn": ">=1.18.0" }, "scripts": { "dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --debug --output-pathinfo", "dev:dicom-pdf": "yarn run dev", "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js", "build:package": "yarn run build", "start": "yarn run dev" }, "peerDependencies": { "@ohif/core": "^3.0.0", "@ohif/extension-default": "^3.0.0", "@ohif/extension-cornerstone": "^3.0.0", "@ohif/i18n": "^1.0.0", "prop-types": "^15.6.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^10.11.0", "react-router": "^6.3.0", "react-router-dom": "^6.3.0", "webpack": "^5.50.0", "webpack-merge": "^5.7.3" }, "dependencies": { "@babel/runtime": "7.7.6" }, "devDependencies": { "@babel/core": "^7.5.0", "@babel/plugin-proposal-class-properties": "^7.5.0", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-arrow-functions": "^7.2.0", "@babel/plugin-transform-regenerator": "^7.4.5", "@babel/plugin-transform-runtime": "^7.5.0", "babel-plugin-inline-react-svg": "^2.0.1", "@babel/preset-env": "^7.5.0", "@babel/preset-react": "^7.0.0", "babel-eslint": "^8.0.3", "babel-loader": "^8.0.0-beta.4", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^10.2.0", "cross-env": "^7.0.3", "dotenv": "^14.1.0", "eslint": "^5.0.1", "eslint-loader": "^2.0.0", "uglifyjs-webpack-plugin": "^1.2.7", "webpack": "^4.12.2", "webpack-cli": "^3.0.8" } }