deps: Remove unused npm deps

This commit is contained in:
Thomas A. Christensen II 2024-12-15 14:39:28 -06:00
parent a4eaf8cf69
commit ae6f4c7bae
Signed by: millironx
GPG key ID: 19A2EF3A3C0C18A9
3 changed files with 10 additions and 1030 deletions

View file

@ -41,34 +41,6 @@ target = "assets/styles"
source = "assets/scripts/custom"
target = "assets/scripts/custom"
[[module.mounts]]
source = "./node_modules/@fortawesome/fontawesome-pro/js"
target = "assets/scripts/fontawesome"
[[module.mounts]]
source = "./node_modules/@popperjs/core/dist/umd"
target = "assets/scripts/popper"
[[module.mounts]]
source = "./node_modules/bootstrap/scss"
target = "assets/styles/bootstrap"
[[module.mounts]]
source = "./node_modules/bootswatch/dist/"
target = "assets/styles/bootswatch"
[[module.mounts]]
source = "./node_modules/@openfonts/nunito-sans_all"
target = "static/fonts/nunito-sans"
[[module.mounts]]
source = "./node_modules/bootstrap/dist/js"
target = "assets/scripts/bootstrap"
[[module.mounts]]
source = "./node_modules/fittext.js"
target = "assets/scripts/fittext"
[[module.mounts]]
source = "./node_modules/jquery/dist"
target = "assets/scripts/jquery"
@ -76,7 +48,3 @@ target = "assets/scripts/jquery"
[[module.mounts]]
source = "./node_modules/jquery-mask-plugin/dist"
target = "assets/scripts/jquery-mask-plugin"
[[module.mounts]]
source = "./node_modules/masonry-layout/dist"
target = "assets/scripts/masonry"

995
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,19 +13,8 @@
},
"homepage": "https://github.com/MillironX/millironx.github.io#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@openfonts/nunito-sans_all": "^1.44.2",
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3",
"bootswatch": "^5.2.2",
"fittext.js": "^1.2.0",
"jquery": "^3.6.0",
"jquery-mask-plugin": "^1.14.16",
"masonry-layout": "^4.2.2",
"postcss": "^8.4.12",
"postcss-cli": "^10.1.0"
"jquery-mask-plugin": "^1.14.16"
},
"devDependencies": {
"husky": "^8.0.1",