Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: appengine/config_service/ui/bower.json

Issue 2978003002: config_service: add a popup for icons and make cards more compact. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | appengine/config_service/ui/src/config-ui/config-file-card.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Config UI", 2 "name": "Config UI",
3 "description": "This is a UI for the configuration service", 3 "description": "This is a UI for the configuration service",
4 "main": "index.html", 4 "main": "index.html",
5 "dependencies": { 5 "dependencies": {
6 "polymer": "Polymer/polymer#^2.0.0", 6 "polymer": "Polymer/polymer#^2.0.0",
7 "app-layout": "PolymerElements/app-layout", 7 "app-layout": "PolymerElements/app-layout",
8 "paper-search": "Collaborne/paper-search", 8 "paper-search": "Collaborne/paper-search",
9 "google-signin": "GoogleWebComponents/google-signin", 9 "google-signin": "GoogleWebComponents/google-signin",
10 "iron-ajax": "PolymerElements/iron-ajax", 10 "iron-ajax": "PolymerElements/iron-ajax",
11 "paper-item": "^2.0.0", 11 "paper-item": "^2.0.0",
12 "paper-icon-button": "^2.0.0", 12 "paper-icon-button": "^2.0.0",
13 "iron-icon": "^2.0.0", 13 "iron-icon": "^2.0.0",
14 "iron-icons": "2.0.0", 14 "iron-icons": "2.0.0",
15 "iron-iconset-svg": "2.0.0", 15 "iron-iconset-svg": "2.0.0",
16 "iron-flex-layout": "2.0.0", 16 "iron-flex-layout": "2.0.0",
17 "iron-meta": "2.0.0", 17 "iron-meta": "2.0.0",
18 "app-route": "PolymerElements/app-route#^2.0.0", 18 "app-route": "PolymerElements/app-route#^2.0.0",
19 "paper-spinner": "PolymerElements/paper-spinner#^2.0.0", 19 "paper-spinner": "PolymerElements/paper-spinner#^2.0.0",
20 "paper-card": "PolymerElements/paper-card#^2.0.0" 20 "paper-card": "PolymerElements/paper-card#^2.0.0",
21 "paper-tooltip": "PolymerElements/paper-tooltip#^2.0.0"
Ryan Tseng 2017/07/14 18:55:19 Use exact version whenever possible
21 }, 22 },
22 "devDependencies": { 23 "devDependencies": {
23 "web-component-tester": "Polymer/web-component-tester#^6.0.0", 24 "web-component-tester": "Polymer/web-component-tester#^6.0.0",
24 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" 25 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
25 }, 26 },
26 "resolutions": { 27 "resolutions": {
27 "polymer": "^2.0.0", 28 "polymer": "^2.0.0",
28 "iron-flex-layout": "^2.0.0", 29 "iron-flex-layout": "^2.0.0",
29 "webcomponentsjs": "^1.0.0", 30 "webcomponentsjs": "^1.0.0",
30 "iron-icon": "^2.0.0", 31 "iron-icon": "^2.0.0",
31 "iron-a11y-keys-behavior": "^2.0.1", 32 "iron-a11y-keys-behavior": "^2.0.1",
32 "paper-ripple": "^2.0.0", 33 "paper-ripple": "^2.0.0",
33 "paper-styles": "^2.0.0", 34 "paper-styles": "^2.0.0",
34 "iron-iconset-svg": "2.0.0", 35 "iron-iconset-svg": "2.0.0",
35 "iron-meta": "2.0.0" 36 "iron-meta": "2.0.0"
36 } 37 }
37 } 38 }
OLDNEW
« no previous file with comments | « no previous file | appengine/config_service/ui/src/config-ui/config-file-card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698