1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 13:38:27 -04:00
jarv.is/package.json
Jake Jarvis e877916f6f
switch fonts to Geist Sans and Geist Mono (#1835)
* switch fonts to Geist Sans and Geist Mono

* adjust font sizes slightly

* fix lockfile

* Update contact.tsx
2024-01-08 11:10:05 -05:00

126 lines
3.3 KiB
JSON

{
"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"
},
"dependencies": {
"@giscus/react": "^2.4.0",
"@hcaptcha/react-hcaptcha": "^1.9.2",
"@neondatabase/serverless": "^0.6.1",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.46.1",
"@prisma/adapter-neon": "^5.7.1",
"@prisma/client": "^5.7.1",
"@react-spring/web": "^9.7.3",
"@stitches/react": "1.3.1-1",
"@vercel/edge": "^1.1.1",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"fast-glob": "^3.3.2",
"fathom-client": "^3.6.0",
"feed": "^4.2.2",
"formik": "^2.4.5",
"geist": "^1.2.0",
"gray-matter": "^4.0.3",
"next": "14.0.4",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.4.0",
"obj-str": "^1.1.0",
"p-map": "^7.0.1",
"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.12",
"react-frame-component": "^5.2.6",
"react-icons": "^4.12.0",
"react-innertext": "^1.1.5",
"react-intersection-observer": "^9.5.3",
"react-is": "18.2.0",
"react-player": "^2.14.1",
"react-textarea-autosize": "^8.5.3",
"react-tweet": "^3.2.0",
"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",
"sitemap": "^7.1.1",
"stitches-normalize": "^3.0.1",
"swr": "^2.2.4",
"unified": "^10.1.2",
"ws": "^8.16.0"
},
"devDependencies": {
"@jakejarvis/eslint-config": "^3.1.0",
"@types/comma-number": "^2.1.2",
"@types/node": "^20.10.7",
"@types/novnc__novnc": "^1.3.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-is": "^18.2.4",
"@types/uglify-js": "^3.17.4",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"cross-env": "^7.0.3",
"eslint": "~8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-mdx": "~3.1.3",
"eslint-plugin-prettier": "~5.1.2",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prisma": "^5.7.1",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"uglify-js": "^3.17.4"
},
"optionalDependencies": {
"sharp": "^0.33.1"
},
"engines": {
"node": ">=20.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.14.0",
"volta": {
"node": "20.10.0",
"pnpm": "8.14.0"
}
}