{ "name": "jarv.is", "private": true, "license": "(MIT AND CC-BY-4.0)", "homepage": "https://jarv.is/", "repository": "jakejarvis/jarv.is", "author": { "name": "Jake Jarvis", "email": "jake@jarv.is", "url": "https://github.com/jakejarvis" }, "sideEffects": false, "scripts": { "dev": "next dev -H 0.0.0.0", "build": "next build", "start": "next start", "lint": "eslint . --ext js,jsx,ts,tsx,md,mdx", "postinstall": "prisma generate --data-proxy" }, "dependencies": { "@giscus/react": "^2.3.0", "@hcaptcha/react-hcaptcha": "^1.8.1", "@novnc/novnc": "github:novnc/novnc#ca6527c1bf7131adccfdcc5028964a1e67f9018c", "@octokit/graphql": "^7.0.1", "@octokit/graphql-schema": "^14.27.2", "@primer/octicons": "^19.7.0", "@prisma/client": "^5.2.0", "@react-spring/web": "^9.7.3", "@stitches/react": "^1.3.1-1", "@vercel/postgres": "^0.4.1", "comma-number": "^2.1.0", "copy-to-clipboard": "^3.3.3", "dayjs": "^1.11.9", "fast-glob": "^3.3.1", "fathom-client": "^3.5.0", "feather-icons": "^4.29.1", "feed": "^4.2.2", "formik": "^2.4.3", "gray-matter": "^4.0.3", "next": "13.4.19", "next-mdx-remote": "^4.4.1", "next-seo": "^6.1.0", "obj-str": "^1.1.0", "p-map": "^6.0.0", "p-memoize": "^7.1.1", "polished": "^4.2.2", "prop-types": "^15.8.1", "query-string": "^8.1.0", "react": "18.2.0", "react-dom": "18.2.0", "react-error-boundary": "^4.0.11", "react-gist": "^1.2.4", "react-innertext": "^1.1.5", "react-intersection-observer": "^9.5.2", "react-is": "18.2.0", "react-player": "~2.10.1", "react-textarea-autosize": "^8.5.3", "react-twitter-embed": "^4.0.4", "rehype-prism-plus": "^1.6.3", "rehype-sanitize": "^5.0.1", "rehype-slug": "^5.1.0", "rehype-stringify": "^9.0.4", "remark-gfm": "^3.0.1", "remark-parse": "^10.0.2", "remark-rehype": "^10.1.0", "remark-smartypants": "^2.0.0", "remark-unwrap-images": "^3.0.1", "remove-markdown": "^0.5.0", "simple-icons": "^9.12.0", "sitemap": "^7.1.1", "stitches-normalize": "^2.0.0", "swr": "^2.2.2", "unified": "^10.1.2" }, "devDependencies": { "@jakejarvis/eslint-config": "github:jakejarvis/eslint-config", "@svgr/webpack": "^8.1.0", "@types/comma-number": "^2.1.0", "@types/node": "^18.17.12", "@types/novnc__novnc": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@types/react-is": "^18.2.1", "@types/remove-markdown": "^0.3.1", "@types/uglify-js": "^3.17.2", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "cross-env": "^7.0.3", "eslint": "~8.48.0", "eslint-config-next": "13.4.19", "eslint-config-prettier": "~8.8.0", "eslint-plugin-mdx": "~2.2.0", "eslint-plugin-prettier": "~4.2.1", "lint-staged": "^14.0.1", "prettier": "^2.8.8", "prisma": "^5.2.0", "simple-git-hooks": "^2.9.0", "typescript": "^5.2.2", "uglify-js": "^3.17.4" }, "optionalDependencies": { "sharp": "^0.32.5" }, "engines": { "node": ">=16.x" }, "cacheDirectories": [ "node_modules", ".next/cache" ], "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "lint-staged": { "*.{js,jsx,ts,tsx,md,mdx}": [ "eslint" ] }, "packageManager": "pnpm@8.7.1", "volta": { "node": "18.17.1", "pnpm": "8.7.1" } }