1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 19:15:30 -04:00
Files
jarv.is/package.json
T
jake 5a3c7b9613 refactor: redesign home page, remove old video pages, migrate to @tailwindcss/typography
- Replace root page with new (home) route featuring a project showcase (Domainstack, Sofa, Versioneer, Snoozle)
- Remove /birthday and /hillary video pages
- Replace custom hand-rolled .prose styles with @tailwindcss/typography via a .markdown utility class
- Remove heading-anchor component and .nvmrc
2026-04-08 15:00:49 -04:00

116 lines
3.2 KiB
JSON

{
"name": "jarv.is",
"private": true,
"homepage": "https://jarv.is/",
"license": "(MIT AND CC-BY-4.0)",
"author": {
"name": "Jake Jarvis",
"email": "jake@jarv.is",
"url": "https://github.com/jakejarvis"
},
"repository": "jakejarvis/jarv.is",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"check-types": "tsc --noEmit",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "16.2.3",
"@octokit/graphql": "^9.0.3",
"@octokit/graphql-schema": "^15.26.1",
"@vercel/analytics": "^2.0.1",
"@vercel/functions": "^3.4.3",
"@vercel/speed-insights": "^2.0.0",
"better-auth": "^1.6.0",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"drizzle-orm": "^0.45.2",
"fast-glob": "^3.3.3",
"feed": "^5.2.0",
"html-entities": "^2.6.0",
"lucide-react": "1.7.0",
"next": "16.2.3",
"next-themes": "^0.4.6",
"pg": "^8.20.0",
"react": "19.2.5",
"react-activity-calendar": "^3.1.1",
"react-compare-slider": "^4.0.0",
"react-countup": "^6.5.3",
"react-dom": "19.2.5",
"react-lite-youtube-embed": "~3.5.1",
"react-markdown": "^10.1.0",
"react-schemaorg": "^2.0.1",
"react-timeago": "^8.3.0",
"react-tweet": "^3.3.0",
"rehype-external-links": "^3.0.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-mdx-import-media": "^1.4.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rehype-unwrap-images": "^1.0.0",
"rehype-wrapper": "^1.1.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-mdx-frontmatter": "^5.2.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-smartypants": "^3.0.2",
"remark-strip-mdx-imports-exports": "^1.0.1",
"server-only": "0.0.1",
"shadcn": "^4.2.0",
"shiki": "^4.0.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.2",
"@types/pg": "^8.20.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"dotenv": "^17.4.1",
"drizzle-kit": "^0.31.10",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"postcss": "^8.5.9",
"schema-dts": "^2.0.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "6.0.2"
},
"engines": {
"node": ">=24.x"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"msw",
"sharp",
"unrs-resolver"
]
},
"cacheDirectories": [
"node_modules",
".next/cache"
]
}