Merge branch 'application_form' into 'develop'
Locking implementation. Other fixes enhancements, mainly for application process See merge request !151
This diff is collapsed.
... | ... | @@ -8,7 +8,7 @@ |
}, | ||
"scripts": { | ||
"start": "webpack-dashboard -- webpack --progress --colors --watch --display-error-details --display-cached", | ||
"build": "webpack --progress --colors --watch --display-error-details --display-cached", | ||
"build": "webpack --config webpack.prod.js --progress --colors --watch --display-error-details --display-cached", | ||
"typings": "rimraf typings/ && typings install" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -22,6 +22,7 @@ |
"babel-preset-env": "^1.1.4", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-stage-1": "^6.16.0", | ||
"babili-webpack-plugin": "^0.1.1", | ||
"bootstrap-loader": "^2.0.0-beta.20", | ||
"css-loader": "^0.25.0", | ||
"node-sass": "^4.5.0", | ||
... | ... | @@ -35,6 +36,8 @@ |
"typescript": "^2.0.10", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^1.14.0", | ||
"webpack-cleanup-plugin": "^0.5.1", | ||
"webpack-closure-compiler": "^2.1.4", | ||
"webpack-dashboard": "^0.2.0", | ||
"webpack-dev-server": "^1.16.2" | ||
}, | ||
... | ... | @@ -49,8 +52,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 +67,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", | ||
... | ... |