Comparing version 0.3.1-build-27 to 0.3.1-build-28
{ | ||
"name": "dcmjs", | ||
"version": "0.3.1-build-27", | ||
"version": "0.3.1-build-28", | ||
"description": "Javascript implementation of DICOM manipulation", | ||
@@ -12,2 +12,3 @@ "main": "build/dcmjs.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "npm run watch", | ||
"build": "npm run webpack:prod", | ||
@@ -31,19 +32,14 @@ "build:dev": "npm run webpack:dev", | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-es2015": "^6.24.1", | ||
"cornerstone-core": "^1.1.0", | ||
"cornerstone-math": "^0.1.6", | ||
"cornerstone-tools": "^1.0.3", | ||
"cornerstone-wado-image-loader": "^1.0.1", | ||
"hammerjs": "^2.0.8", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.17.1", | ||
"webpack-cli": "^3.1.2" | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"babel-loader": "^8.0.5", | ||
"uglifyjs-webpack-plugin": "^2.1.1", | ||
"webpack": "^4.29.0", | ||
"webpack-cli": "^3.2.1" | ||
}, | ||
"dependencies": { | ||
"babel-polyfill": "^6.26.0", | ||
"babel-runtime": "^6.26.0", | ||
"@babel/polyfill": "^7.2.5", | ||
"@babel/runtime": "^7.3.1", | ||
"loglevel": "^1.6.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3074439
6
9
3239
+ Added@babel/polyfill@^7.2.5
+ Added@babel/runtime@^7.3.1
+ Added@babel/polyfill@7.12.1(transitive)
+ Added@babel/runtime@7.26.7(transitive)
+ Addedregenerator-runtime@0.13.110.14.1(transitive)
- Removedbabel-polyfill@^6.26.0
- Removedbabel-runtime@^6.26.0
- Removedbabel-polyfill@6.26.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedregenerator-runtime@0.10.50.11.1(transitive)