mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(app): setup nebular-icons
This commit is contained in:
parent
fff7d771b9
commit
6660118ba3
3 changed files with 7 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
"../node_modules/open-sans-fontface/open-sans.css",
|
"../node_modules/open-sans-fontface/open-sans.css",
|
||||||
"../node_modules/ionicons/scss/ionicons.scss",
|
"../node_modules/ionicons/scss/ionicons.scss",
|
||||||
"../node_modules/font-awesome/scss/font-awesome.scss",
|
"../node_modules/font-awesome/scss/font-awesome.scss",
|
||||||
|
"../node_modules/nebular-icons/scss/nebular-icons.scss",
|
||||||
"./app/@theme/styles/styles.scss"
|
"./app/@theme/styles/styles.scss"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
|
|
|
||||||
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -5742,6 +5742,11 @@
|
||||||
"xml-char-classes": "1.0.0"
|
"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": {
|
"negotiator": {
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
"intl": "1.2.5",
|
"intl": "1.2.5",
|
||||||
"ionicons": "2.0.1",
|
"ionicons": "2.0.1",
|
||||||
"leaflet": "1.0.3",
|
"leaflet": "1.0.3",
|
||||||
|
"nebular-icons": "1.0.0",
|
||||||
"ng2-ckeditor": "1.1.6",
|
"ng2-ckeditor": "1.1.6",
|
||||||
"ng2-smart-table": "1.1.0",
|
"ng2-smart-table": "1.1.0",
|
||||||
"ng2-tree": "2.0.0-alpha.5",
|
"ng2-tree": "2.0.0-alpha.5",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue