various fixes, added modals, changed texts. Bundles now versioned....
various fixes, added modals, changed texts. Bundles now versioned. application_lock fully implemented
Showing
This diff is collapsed.
... | ... | @@ -35,6 +35,7 @@ |
"typescript": "^2.0.10", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^1.14.0", | ||
"webpack-cleanup-plugin": "^0.5.1", | ||
"webpack-dashboard": "^0.2.0", | ||
"webpack-dev-server": "^1.16.2" | ||
}, | ||
... | ... | @@ -49,8 +50,7 @@ |
"@angular/router": "^3.2.0", | ||
"@ngui/auto-complete": "^0.13.3", | ||
"@types/file-saver": "0.0.1", | ||
"@types/html2canvas": "^0.5.33", | ||
"@types/jspdf": "^1.1.31", | ||
"@types/jquery": "^2.0.41", | ||
"@types/node": "^6.0.60", | ||
"@types/node-sass": "^3.10.32", | ||
"babel-polyfill": "^6.20.0", | ||
... | ... | @@ -65,10 +65,8 @@ |
"file-system": "^2.2.2", | ||
"fs-writefile-promise": "^2.0.0", | ||
"html-webpack-plugin": "^2.24.1", | ||
"html2canvas": "^0.5.0-beta4", | ||
"immutable": "^3.8.1", | ||
"jquery": "^3.1.1", | ||
"jspdf": "^1.3.3", | ||
"mydatepicker": "^2.0.13", | ||
"ng2-redux": "^5.1.0", | ||
"ng2-smart-table": "^0.4.0-5", | ||
... | ... |