remove bower dependancy and covert packages to npm

This commit is contained in:
Vu Nguyen
2021-01-14 20:11:23 -06:00
parent 9ef655ac3b
commit 8f68fedaf9
6 changed files with 18 additions and 34 deletions

11
package-lock.json generated
View File

@@ -2123,9 +2123,9 @@
}
},
"bootstrap": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
"integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E="
},
"bower": {
"version": "1.8.8",
@@ -5255,6 +5255,11 @@
"integrity": "sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==",
"dev": true
},
"font-awesome": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.6.3.tgz",
"integrity": "sha1-hpM2UVQO4Ah0xmQBf1DyFy9lMaI="
},
"for-in": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",