2022-02-02 02:11:00 -05:00
|
|
|
{
|
|
|
|
"name": "millironx.github.io",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "My personal website",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/MillironX/millironx.github.io.git"
|
|
|
|
},
|
|
|
|
"author": "Thomas A. Christensen II",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/MillironX/millironx.github.io/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/MillironX/millironx.github.io#readme",
|
|
|
|
"dependencies": {
|
2023-02-09 19:18:31 -05:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.2.1",
|
2023-10-08 23:53:41 -04:00
|
|
|
"@fullhuman/postcss-purgecss": "^5.0.0",
|
2022-12-20 22:15:50 -05:00
|
|
|
"@openfonts/nunito-sans_all": "^1.44.2",
|
2022-03-26 21:50:06 -04:00
|
|
|
"@popperjs/core": "^2.11.4",
|
|
|
|
"bootstrap": "^5.1.3",
|
2022-12-20 22:15:50 -05:00
|
|
|
"bootswatch": "^5.2.2",
|
2022-03-26 21:50:06 -04:00
|
|
|
"fittext.js": "^1.2.0",
|
|
|
|
"jquery": "^3.6.0",
|
|
|
|
"jquery-mask-plugin": "^1.14.16",
|
2023-03-31 23:42:10 -04:00
|
|
|
"masonry-layout": "^4.2.2",
|
2022-03-26 21:50:06 -04:00
|
|
|
"postcss": "^8.4.12",
|
2023-10-08 23:54:34 -04:00
|
|
|
"postcss-cli": "^10.1.0"
|
2022-06-28 22:41:39 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-28 22:43:11 -04:00
|
|
|
"husky": "^8.0.1",
|
|
|
|
"lint-staged": "^13.0.3",
|
2022-06-28 22:44:11 -04:00
|
|
|
"prettier": "^2.7.1",
|
2022-06-29 00:07:11 -04:00
|
|
|
"prettier-plugin-go-template": "^0.0.13",
|
2022-06-28 22:44:11 -04:00
|
|
|
"prettier-plugin-toml": "^0.3.1"
|
2022-06-28 22:43:11 -04:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2023-02-25 00:13:30 -05:00
|
|
|
"*.{js,css,scss,md,toml,yml,yaml,json,html}": "prettier --write"
|
2022-06-28 22:43:11 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "husky install"
|
2022-02-02 02:11:00 -05:00
|
|
|
}
|
|
|
|
}
|