mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat(app): setup socicon font
This commit is contained in:
parent
91847d293c
commit
f7b26d8c26
3 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
"../node_modules/ionicons/scss/ionicons.scss",
|
||||
"../node_modules/font-awesome/scss/font-awesome.scss",
|
||||
"../node_modules/nebular-icons/scss/nebular-icons.scss",
|
||||
"../node_modules/socicon/css/socicon.css",
|
||||
"./app/@theme/styles/styles.scss"
|
||||
],
|
||||
"scripts": [
|
||||
|
|
|
|||
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -8102,6 +8102,11 @@
|
|||
"hoek": "2.16.3"
|
||||
}
|
||||
},
|
||||
"socicon": {
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/socicon/-/socicon-3.0.5.tgz",
|
||||
"integrity": "sha1-v6Bvz38rbzzcOUQzd0I1jp4FC20="
|
||||
},
|
||||
"socket.io": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz",
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
"normalize.css": "6.0.0",
|
||||
"roboto-fontface": "0.8.0",
|
||||
"rxjs": "5.4.2",
|
||||
"socicon": "^3.0.5",
|
||||
"tether": "1.4.0",
|
||||
"tinymce": "4.5.7",
|
||||
"typeface-exo": "0.0.22",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue