ad136d8c96
Removes [yargs-parser](https://github.com/yargs/yargs-parser). It's no longer used after updating ancestor dependency [postcss-purgecss](https://github.com/FullHuman/purgecss). These dependencies need to be updated together. Removes `yargs-parser` Updates `postcss-purgecss` from 1.0.0 to 2.0.3 - [Release notes](https://github.com/FullHuman/purgecss/releases) - [Changelog](https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md) - [Commits](https://github.com/FullHuman/purgecss/compare/1.0.0...v2.0.3) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: indirect - dependency-name: postcss-purgecss dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.2.0",
|
|
"@fortawesome/pro-duotone-svg-icons": "^6.2.0",
|
|
"@popperjs/core": "^2.11.4",
|
|
"bootstrap": "^5.1.3",
|
|
"fittext.js": "^1.2.0",
|
|
"jquery": "^3.6.0",
|
|
"jquery-mask-plugin": "^1.14.16",
|
|
"postcss": "^8.4.12",
|
|
"postcss-purgecss": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-go-template": "^0.0.13",
|
|
"prettier-plugin-toml": "^0.3.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,css,md,toml,yml,yaml,json}": "prettier --write"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky install"
|
|
}
|
|
}
|