1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 09:38:27 -04:00

remove old dependencies [skip ci]

This commit is contained in:
Jake Jarvis 2020-04-05 17:07:19 -04:00
parent b69461c306
commit 4f71dd509b
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 37 additions and 1615 deletions

View File

@ -14,6 +14,5 @@
"no-multiple-blanks": false,
"no-trailing-punctuation": false,
"single-h1": false,
"whitespace": false,
"emphasis-style": false
"whitespace": false
}

View File

@ -26,13 +26,12 @@
"optimize:img": "find ./public -type d ! -path './public/vendor*' | xargs -n1 -P8 -I{} imagemin {}/* --plugin=jpegoptim --plugin.jpegoptim.progressive --plugin.jpegoptim.stripAll --plugin=pngquant --plugin.pngquant.speed=5 --plugin.pngquant.strip --plugin=optipng --plugin.optipng.optimizationLevel=2 --plugin=gifsicle --plugin=svgo --out-dir={}",
"lint": "run-s lint:**",
"lint:scss": "stylelint assets/sass/**/* --syntax scss",
"lint:md": "markdownlint --rules markdownlint-rule-emphasis-style content/**/*.md content/**/**/*.md",
"lint:md": "markdownlint content/**/*.md content/**/**/*.md",
"index": "run-s clean hugo index:** clean",
"index:algolia": "atomic-algolia"
"index:algolia": "npx atomic-algolia"
},
"dependencies": {},
"devDependencies": {
"atomic-algolia": "^0.3.17",
"autoprefixer": "^9.7.5",
"cross-env": "^7.0.2",
"html-minifier": "^4.0.0",
@ -47,7 +46,6 @@
"imagemin-svgo": "^7.1.0",
"lint-staged": "^10.1.2",
"markdownlint-cli": "~0.22.0",
"markdownlint-rule-emphasis-style": "~1.0.1",
"npm-run-all": "^4.1.5",
"percy": "^0.26.2",
"postcss-clean": "^1.1.0",

1643
yarn.lock

File diff suppressed because it is too large Load Diff