Skip to content

Migrate the UI dependency management away from bower #344

@dalelane

Description

@dalelane

see https://bower.io/blog/2017/how-to-migrate-away-from-bower/

Bower is used here:

taxinomitis/Gruntfile.js

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:

"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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions