feat: new Web UI build system
- use generator-gulp-angular by @swiip - remove old static file
This commit is contained in:
parent
587b17c120
commit
b7a71edfcb
83 changed files with 1069 additions and 1028 deletions
45
webui/bower.json
Normal file
45
webui/bower.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "traefik",
|
||||
"version": "2.0.0",
|
||||
"homepage": "http://traefik.io",
|
||||
"authors": [
|
||||
"Fernandez Ludovic <lfernandez.dev@gmail.com>"
|
||||
],
|
||||
"description": "Front end for Træfɪk",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"angular-animate": "~1.4.2",
|
||||
"angular-cookies": "~1.4.2",
|
||||
"angular-sanitize": "~1.4.2",
|
||||
"angular-messages": "~1.4.2",
|
||||
"angular-aria": "~1.4.2",
|
||||
"jquery": "~2.1.4",
|
||||
"angular-resource": "~1.4.2",
|
||||
"angular-ui-router": "~0.2.15",
|
||||
"bootstrap-sass": "~3.3.5",
|
||||
"angular-bootstrap": "~0.13.4",
|
||||
"moment": "~2.10.6",
|
||||
"animate.css": "~3.4.0",
|
||||
"angular": "~1.4.2",
|
||||
"angular-nvd3": "~1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "~1.4.2"
|
||||
},
|
||||
"overrides": {
|
||||
"bootstrap-sass": {
|
||||
"main": [
|
||||
"assets/stylesheets/_bootstrap.scss",
|
||||
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
|
||||
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
|
||||
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
|
||||
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
|
||||
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"jquery": "~2.1.4",
|
||||
"angular": "~1.4.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue