2016-11-22 15:56:55 +01:00
|
|
|
{
|
|
|
|
|
"name": "ohifviewer",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"dependencies": {
|
2018-12-03 22:42:53 +01:00
|
|
|
"@babel/runtime": "^7.2.0",
|
2018-11-30 17:40:01 +01:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
|
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
|
"loglevel": "^1.6.1",
|
|
|
|
|
"prop-types": "^15.6.2",
|
|
|
|
|
"react": "^16.6.3",
|
|
|
|
|
"react-dom": "^16.6.3",
|
2018-12-11 22:15:33 +01:00
|
|
|
"react-redux": "^6.0.0",
|
2018-11-30 17:40:01 +01:00
|
|
|
"react-router-dom": "^4.3.1",
|
2018-12-11 22:15:33 +01:00
|
|
|
"react-viewerbase": "git://github.com:OHIF/react-viewerbase.git",
|
|
|
|
|
"redux": "^4.0.1"
|
2018-07-04 18:52:28 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2018-12-11 22:15:33 +01:00
|
|
|
"husky": "^1.2.0",
|
2018-07-04 18:52:28 +02:00
|
|
|
"puppeteer": "^1.5.0"
|
2016-11-22 15:56:55 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2018-12-02 08:23:43 +01:00
|
|
|
"version": "node -p -e \"'export default \\'' + require('./package.json').version + '\\';'\" > client/version.js",
|
|
|
|
|
"sha": "echo \"export default '\"$(git rev-parse HEAD)\"';\" > client/sha.js",
|
|
|
|
|
"details": "npm run version && npm run sha",
|
2016-11-22 15:56:55 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT"
|
2017-01-16 19:20:04 +01:00
|
|
|
}
|