mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-11 14:35:29 -04:00
+53
-74
@@ -12,110 +12,90 @@
|
||||
"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 .",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"postbuild": "next-sitemap",
|
||||
"start": "next start",
|
||||
"analyze": "cross-env ANALYZE=true next build",
|
||||
"lint": "run-s lint:*",
|
||||
"lint:next": "next lint",
|
||||
"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",
|
||||
"@hcaptcha/react-hcaptcha": "^1.0.0",
|
||||
"@mdx-js/loader": "^1.6.22",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@next/bundle-analyzer": "^12.0.7",
|
||||
"@next/mdx": "^12.0.7",
|
||||
"@octokit/graphql": "^4.8.0",
|
||||
"@primer/octicons-react": "^16.2.0",
|
||||
"@sentry/node": "^6.16.1",
|
||||
"classnames": "^2.3.1",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"date-fns": "^2.27.0",
|
||||
"date-fns": "^2.28.0",
|
||||
"faunadb": "^4.4.1",
|
||||
"get-canonical-url": "^1.1.0",
|
||||
"get-stream": "^6.0.1",
|
||||
"feed": "^4.2.2",
|
||||
"gray-matter": "^4.0.3",
|
||||
"hex-rgb": "^5.0.0",
|
||||
"highlight.js": "^11.3.1",
|
||||
"html-entities": "^2.3.2",
|
||||
"imagemoji": "^0.1.4",
|
||||
"is-touch-device": "^1.0.1",
|
||||
"is-absolute-url": "^4.0.1",
|
||||
"lodash.groupby": "^4.6.0",
|
||||
"modern-normalize": "github:sindresorhus/modern-normalize#1fc6b5a86676b7ac8abc62d04d6080f92debc70f",
|
||||
"next": "^v12.0.8-canary.13",
|
||||
"next-mdx-remote": "^3.0.8",
|
||||
"next-seo": "^4.28.1",
|
||||
"next-sitemap": "^1.6.203",
|
||||
"node-fetch": "^3.1.0",
|
||||
"p-retry": "^5.0.0",
|
||||
"preact": "^10.6.4",
|
||||
"prop-types": "^15.8.0",
|
||||
"query-string": "^7.0.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-gist": "^1.2.4",
|
||||
"react-is": "^17.0.2",
|
||||
"react-player": "^2.9.0",
|
||||
"react-tweet-embed": "^1.3.1",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-external-links": "^1.0.1",
|
||||
"rehype-highlight": "^5.0.2",
|
||||
"rehype-slug": "^5.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"
|
||||
"styled-jsx": "^4.0.1",
|
||||
"swr": "^1.1.2",
|
||||
"trim-newlines": "^4.0.2"
|
||||
},
|
||||
"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",
|
||||
"@types/lodash.groupby": "^4.6.6",
|
||||
"@types/react": "^17.0.38",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/react-is": "^17.0.3",
|
||||
"autoprefixer": "^10.4.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "~8.5.0",
|
||||
"eslint-config-next": "~12.0.7",
|
||||
"eslint-config-prettier": "~8.3.0",
|
||||
"eslint-plugin-compat": "~4.0.0",
|
||||
"eslint-plugin-jsx-a11y": "~6.5.1",
|
||||
"eslint-plugin-prettier": "~4.0.0",
|
||||
"eslint-plugin-react": "~7.27.1",
|
||||
"eslint-plugin-react-hooks": "~4.3.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.3",
|
||||
"markdownlint-cli": "~0.30.0",
|
||||
"mini-css-extract-plugin": "^2.4.5",
|
||||
"lint-staged": "^12.1.4",
|
||||
"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",
|
||||
"prettier": "^2.5.1",
|
||||
"sass": "^1.45.1",
|
||||
"simple-git-hooks": "^2.7.0",
|
||||
"source-map-loader": "^3.0.0",
|
||||
"stylelint": "~14.1.0",
|
||||
"stylelint": "~14.2.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"
|
||||
"stylelint-scss": "~4.1.0",
|
||||
"typescript": "^4.5.4"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "npx lint-staged"
|
||||
@@ -125,12 +105,11 @@
|
||||
"stylelint",
|
||||
"prettier --check"
|
||||
],
|
||||
"*.js": [
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"eslint",
|
||||
"prettier --check"
|
||||
],
|
||||
"*.md": [
|
||||
"markdownlint --config .markdownlintrc.json",
|
||||
"*.{md,mdx}": [
|
||||
"prettier --check"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user