mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 22:08:27 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [imagemin-svgo](https://github.com/imagemin/imagemin-svgo) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/imagemin/imagemin-svgo/releases) - [Commits](https://github.com/imagemin/imagemin-svgo/compare/v10.0.0...v10.0.1) --- updated-dependencies: - dependency-name: imagemin-svgo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
140 lines
4.1 KiB
JSON
140 lines
4.1 KiB
JSON
{
|
|
"name": "jarv.is",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"homepage": "https://jarv.is/",
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "https://github.com/jakejarvis"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jakejarvis/jarv.is.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"clean": "gulp clean",
|
|
"start": "gulp serve",
|
|
"analyze-bundle": "gulp analyze",
|
|
"lint": "run-s lint:**",
|
|
"lint:js": "eslint .",
|
|
"lint:css": "stylelint '**/*.{css,scss}'",
|
|
"lint:md": "markdownlint '**/*.md' --config .markdownlintrc.json --ignore node_modules",
|
|
"lint:prettier": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/comic-neue": "4.5.0",
|
|
"@fontsource/inter": "4.5.1",
|
|
"@fontsource/roboto-mono": "4.5.0",
|
|
"@hcaptcha/react-hcaptcha": "^0.3.9",
|
|
"@octokit/graphql": "^4.8.0",
|
|
"@primer/octicons-react": "^16.2.0",
|
|
"@sentry/node": "^6.16.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"date-fns": "^2.27.0",
|
|
"faunadb": "^4.4.1",
|
|
"get-canonical-url": "^1.1.0",
|
|
"get-stream": "^6.0.1",
|
|
"html-entities": "^2.3.2",
|
|
"imagemoji": "^0.1.4",
|
|
"is-touch-device": "^1.0.1",
|
|
"modern-normalize": "github:sindresorhus/modern-normalize#1fc6b5a86676b7ac8abc62d04d6080f92debc70f",
|
|
"node-fetch": "^3.1.0",
|
|
"p-retry": "^5.0.0",
|
|
"preact": "^10.6.4",
|
|
"query-string": "^7.0.1",
|
|
"rss-parser": "^3.12.0",
|
|
"trim-newlines": "^4.0.2",
|
|
"twemoji": "^13.1.0",
|
|
"twemoji-emojis": "^14.1.0",
|
|
"unfetch": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.5",
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
"@babel/preset-env": "^7.16.5",
|
|
"@babel/preset-react": "^7.16.5",
|
|
"@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
|
|
"@svgr/webpack": "^6.1.2",
|
|
"autoprefixer": "^10.4.0",
|
|
"babel-loader": "^8.2.3",
|
|
"clean-css": "^5.2.2",
|
|
"copy-webpack-plugin": "^10.2.0",
|
|
"core-js": "^3.20.0",
|
|
"css-loader": "^6.5.1",
|
|
"css-minimizer-webpack-plugin": "^3.3.0",
|
|
"del": "^6.0.0",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "~8.4.1",
|
|
"eslint-config-preact": "~1.2.0",
|
|
"eslint-config-prettier": "~8.3.0",
|
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
|
"eslint-plugin-prettier": "~4.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cache": "^1.1.3",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-execa": "^3.0.2",
|
|
"gulp-html-minifier-terser": "^6.0.1",
|
|
"gulp-imagemin": "^8.0.0",
|
|
"hugo-extended": "0.90.1",
|
|
"license-webpack-plugin": "^4.0.0",
|
|
"lint-staged": "^12.1.2",
|
|
"markdownlint-cli": "~0.30.0",
|
|
"mini-css-extract-plugin": "^2.4.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.5",
|
|
"postcss-focus": "^5.0.1",
|
|
"postcss-loader": "^6.2.1",
|
|
"postcss-svgo": "^5.0.3",
|
|
"prettier": "~2.5.1",
|
|
"sass": "^1.45.0",
|
|
"sass-loader": "^12.4.0",
|
|
"simple-git-hooks": "^2.7.0",
|
|
"source-map-loader": "^3.0.0",
|
|
"stylelint": "~14.1.0",
|
|
"stylelint-config-prettier": "~9.0.3",
|
|
"stylelint-config-sass-guidelines": "~9.0.1",
|
|
"stylelint-config-standard-scss": "~3.0.0",
|
|
"stylelint-no-unsupported-browser-features": "~5.0.2",
|
|
"stylelint-prettier": "~2.0.0",
|
|
"stylelint-scss": "~4.0.1",
|
|
"terser": "^5.10.0",
|
|
"terser-webpack-plugin": "^5.3.0",
|
|
"web-vitals": "^2.1.2",
|
|
"webpack": "^5.65.0",
|
|
"webpack-assets-manifest": "^5.0.6",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
"imagemin-mozjpeg": "github:jakejarvis/imagemin-mozjpeg.git#ff7f05ce95f1c6cb326e03e2d817502a231b94d8",
|
|
"imagemin-pngquant": "^9.0.2",
|
|
"imagemin-svgo": "^10.0.1"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "npx lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{css,scss}": [
|
|
"stylelint",
|
|
"prettier --check"
|
|
],
|
|
"*.js": [
|
|
"eslint",
|
|
"prettier --check"
|
|
],
|
|
"*.md": [
|
|
"markdownlint --config .markdownlintrc.json",
|
|
"prettier --check"
|
|
]
|
|
},
|
|
"volta": {
|
|
"node": "16.13.1",
|
|
"yarn": "1.22.17"
|
|
}
|
|
}
|