feat(app): setup nebular-icons

This commit is contained in:
tibing 2017-08-29 18:23:15 +03:00
parent fff7d771b9
commit 6660118ba3
3 changed files with 7 additions and 0 deletions

View file

@ -28,6 +28,7 @@
"../node_modules/open-sans-fontface/open-sans.css",
"../node_modules/ionicons/scss/ionicons.scss",
"../node_modules/font-awesome/scss/font-awesome.scss",
"../node_modules/nebular-icons/scss/nebular-icons.scss",
"./app/@theme/styles/styles.scss"
],
"scripts": [

5
package-lock.json generated
View file

@ -5742,6 +5742,11 @@
"xml-char-classes": "1.0.0"
}
},
"nebular-icons": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/nebular-icons/-/nebular-icons-1.0.0.tgz",
"integrity": "sha512-bIkmFP+c3LNVU7C9HyS9sdY/Qzk9YN50WSiiozwo4jUm9UxQUgOFGwv/aHDtRxGXalOHCjWwgo5Fe57YuHGcSw=="
},
"negotiator": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",

View file

@ -51,6 +51,7 @@
"intl": "1.2.5",
"ionicons": "2.0.1",
"leaflet": "1.0.3",
"nebular-icons": "1.0.0",
"ng2-ckeditor": "1.1.6",
"ng2-smart-table": "1.1.0",
"ng2-tree": "2.0.0-alpha.5",