-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
see https://bower.io/blog/2017/how-to-migrate-away-from-bower/
Bower is used here:
Lines 71 to 86 in b62ec10
| 'bower-install-simple' : { | |
| options : { | |
| cwd : './public', | |
| directory : '../web/static/bower_components' | |
| }, | |
| prod : { | |
| options : { | |
| production : true | |
| } | |
| }, | |
| dev : { | |
| options : { | |
| production : false | |
| } | |
| } | |
| }, |
Using the list of dependencies here:
Lines 15 to 33 in b62ec10
| "angular": "1.8.1", | |
| "angular-animate": "1.8.1", | |
| "angular-aria": "1.8.1", | |
| "angular-jwt": "0.1.11", | |
| "angular-material": "1.2.1", | |
| "angular-messages": "1.8.1", | |
| "angular-moment": "1.3.1", | |
| "angular-scroll": "1.0.2", | |
| "angular-sanitize": "1.8.1", | |
| "angular-ui-router": "1.0.28", | |
| "angular-translate": "2.18.3", | |
| "angular-translate-loader-static-files": "2.18.3", | |
| "angular-lock": "3.0.4", | |
| "auth0.js": "9.14.0", | |
| "auth0-lock": "11.27.0", | |
| "bootstrap": "3.4.1", | |
| "webcam": "webcam-directive#3.2.1", | |
| "blueimp-canvas-to-blob": "3.28.0", | |
| "jquery": "3.5.1" |
It'd be great if this was migrated to something more current.
Metadata
Metadata
Assignees
Labels
No labels