Update package.jsons

This commit is contained in:
dannyrb 2019-08-07 16:05:24 -04:00
parent d9d9aa1728
commit 23372fbfbd
9 changed files with 25 additions and 17 deletions

View File

@ -47,5 +47,6 @@
"classnames": "^2.2.6", "classnames": "^2.2.6",
"lodash.throttle": "^4.1.1", "lodash.throttle": "^4.1.1",
"react-cornerstone-viewport": "0.1.30" "react-cornerstone-viewport": "0.1.30"
} },
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -12,9 +12,11 @@
"npm": ">=5" "npm": ">=5"
}, },
"scripts": { "scripts": {
"lerna:build": "webpack --config config/webpack.prod.js -w -d", "dev": "webpack --config config/webpack.prod.js -w -d",
"prepublishOnly": "npm run build", "build": "webpack --config config/webpack.prod.js -d",
"start": "rollup -c -w" "build:package": "yarn run build",
"prepublishOnly": "yarn run build",
"start": "yarn run dev"
}, },
"peerDependencies": { "peerDependencies": {
"@ohif/core": "^0.11.1-alpha.0", "@ohif/core": "^0.11.1-alpha.0",
@ -26,14 +28,12 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.2.0" "@babel/runtime": "^7.2.0"
}, },
"devDependencies": {
"gh-pages": "^2.0.1",
"lodash.clonedeep": "^4.5.0"
},
"files": [ "files": [
"dist" "dist",
"README.md"
], ],
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
} },
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -34,5 +34,6 @@
"@babel/runtime": "^7.2.0", "@babel/runtime": "^7.2.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"dicom-microscopy-viewer": "^0.4.3" "dicom-microscopy-viewer": "^0.4.3"
} },
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -34,5 +34,6 @@
"@babel/runtime": "^7.2.0", "@babel/runtime": "^7.2.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"lodash.isequal": "^4.5.0" "lodash.isequal": "^4.5.0"
} },
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -62,5 +62,6 @@
"files": [ "files": [
"dist", "dist",
"README.md" "README.md"
] ],
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -45,5 +45,6 @@
"files": [ "files": [
"dist", "dist",
"README.md" "README.md"
] ],
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -48,5 +48,6 @@
"i18next-browser-languagedetector": "^3.0.1", "i18next-browser-languagedetector": "^3.0.1",
"locize-cli": "^4.8.0", "locize-cli": "^4.8.0",
"react-i18next": "^10.11.0" "react-i18next": "^10.11.0"
} },
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -58,5 +58,6 @@
"docz-theme-default": "1.2.0", "docz-theme-default": "1.2.0",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",
"react-powerplug": "1.0.0" "react-powerplug": "1.0.0"
} },
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }

View File

@ -101,5 +101,6 @@
"lodash.clonedeep": "4.5.0", "lodash.clonedeep": "4.5.0",
"semantic-release": "15.13.x", "semantic-release": "15.13.x",
"start-server-and-test": "^1.9.1" "start-server-and-test": "^1.9.1"
} },
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
} }