mirror of
				https://github.com/jakejarvis/jarv.is.git
				synced 2025-10-31 03:56:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			153 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			153 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "jarv.is",
 | |
|   "version": "1.3.37",
 | |
|   "homepage": "https://jarv.is/",
 | |
|   "license": "MIT",
 | |
|   "private": true,
 | |
|   "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",
 | |
|   "main": "./assets/js/index.js",
 | |
|   "scripts": {
 | |
|     "build": "gulp",
 | |
|     "clean": "gulp clean",
 | |
|     "start": "gulp serve",
 | |
|     "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.0",
 | |
|     "@fontsource/roboto-mono": "4.5.0",
 | |
|     "@octokit/graphql": "^4.8.0",
 | |
|     "@sentry/node": "^6.13.3",
 | |
|     "clipboard": "^2.0.8",
 | |
|     "cross-fetch": "^3.1.4",
 | |
|     "dark-mode-switcheroo": "^0.9.1",
 | |
|     "date-fns": "^2.25.0",
 | |
|     "fast-xml-parser": "^3.21.0",
 | |
|     "faunadb": "^4.4.1",
 | |
|     "get-canonical-url": "^1.0.1",
 | |
|     "graphql": "^15.7.0",
 | |
|     "graphql-request": "^3.6.1",
 | |
|     "graphql-tag": "^2.12.5",
 | |
|     "html-entities": "^2.3.2",
 | |
|     "lit-html": "^2.0.1",
 | |
|     "modern-normalize": "^1.1.0",
 | |
|     "node-fetch": "^3.0.0",
 | |
|     "numeral": "^2.0.6",
 | |
|     "query-string": "^7.0.1",
 | |
|     "simple-anchor": "^1.0.3",
 | |
|     "trim-newlines": "^4.0.2",
 | |
|     "twemoji": "^13.1.0",
 | |
|     "twemoji-emojis": "^14.1.0",
 | |
|     "url-parse": "^1.5.3",
 | |
|     "vanilla-hcaptcha": "^1.0.0-alpha"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "^7.15.8",
 | |
|     "@babel/eslint-parser": "^7.15.8",
 | |
|     "@babel/preset-env": "^7.15.8",
 | |
|     "@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
 | |
|     "@types/numeral": "^2.0.2",
 | |
|     "@types/twemoji": "^12.1.2",
 | |
|     "@types/url-parse": "^1.4.4",
 | |
|     "autoprefixer": "^10.3.7",
 | |
|     "babel-loader": "^8.2.3",
 | |
|     "babel-plugin-template-html-minifier": "^4.1.0",
 | |
|     "clean-css": "^5.2.2",
 | |
|     "copy-webpack-plugin": "^9.0.1",
 | |
|     "core-js": "^3.19.0",
 | |
|     "css-loader": "^6.5.0",
 | |
|     "css-minimizer-webpack-plugin": "^3.1.1",
 | |
|     "del": "^6.0.0",
 | |
|     "dotenv": "^10.0.0",
 | |
|     "eslint": "~8.1.0",
 | |
|     "eslint-config-prettier": "~8.3.0",
 | |
|     "eslint-plugin-compat": "~3.13.0",
 | |
|     "eslint-plugin-import": "~2.25.2",
 | |
|     "eslint-plugin-lit": "~1.6.1",
 | |
|     "eslint-plugin-no-unsanitized": "~3.2.0",
 | |
|     "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": "github:jakejarvis/hugo-extended#reinstall-on-error",
 | |
|     "lint-staged": "^11.2.6",
 | |
|     "markdownlint-cli": "~0.29.0",
 | |
|     "mini-css-extract-plugin": "^2.4.3",
 | |
|     "npm-run-all": "^4.1.5",
 | |
|     "postcss": "^8.3.11",
 | |
|     "postcss-color-rgba-fallback": "^4.0.0",
 | |
|     "postcss-combine-duplicated-selectors": "^10.0.3",
 | |
|     "postcss-discard-duplicates": "^5.0.1",
 | |
|     "postcss-focus": "^5.0.1",
 | |
|     "postcss-loader": "^6.2.0",
 | |
|     "postcss-merge-rules": "^5.0.2",
 | |
|     "postcss-normalize-charset": "^5.0.1",
 | |
|     "postcss-reporter": "^7.0.4",
 | |
|     "postcss-scss": "^4.0.1",
 | |
|     "postcss-svgo": "^5.0.2",
 | |
|     "prettier": "^2.4.1",
 | |
|     "sass": "^1.43.4",
 | |
|     "sass-loader": "^12.3.0",
 | |
|     "simple-git-hooks": "^2.7.0",
 | |
|     "stylelint": "~14.0.1",
 | |
|     "stylelint-config-prettier": "~9.0.3",
 | |
|     "stylelint-config-sass-guidelines": "~8.0.0",
 | |
|     "stylelint-config-standard-scss": "^2.0.0",
 | |
|     "stylelint-no-unsupported-browser-features": "~5.0.2",
 | |
|     "stylelint-prettier": "~1.2.0",
 | |
|     "stylelint-scss": "~4.0.0",
 | |
|     "terser": "^5.9.0",
 | |
|     "terser-webpack-plugin": "^5.2.4",
 | |
|     "webpack": "^5.60.0",
 | |
|     "webpack-assets-manifest": "^5.0.6",
 | |
|     "webpack-cli": "^4.9.1",
 | |
|     "webpack-dev-server": "^4.3.1"
 | |
|   },
 | |
|   "optionalDependencies": {
 | |
|     "imagemin-gifsicle": "^7.0.0",
 | |
|     "imagemin-mozjpeg": "^9.0.0",
 | |
|     "imagemin-pngquant": "^9.0.2",
 | |
|     "imagemin-svgo": "^10.0.0"
 | |
|   },
 | |
|   "resolutions": {
 | |
|     "mozjpeg": "7.1.0"
 | |
|   },
 | |
|   "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.0",
 | |
|     "yarn": "1.22.17"
 | |
|   }
 | |
| }
 |