mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:15:30 -04:00
37200155cf
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
118 lines
3.3 KiB
JSON
118 lines
3.3 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.4.1",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@mdx-js/loader": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@next/mdx": "16.2.6",
|
|
"@number-flow/react": "^0.6.0",
|
|
"@octokit/graphql": "^9.0.3",
|
|
"@octokit/graphql-schema": "^15.26.1",
|
|
"@tabler/icons-react": "^3.41.1",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"@vercel/functions": "^3.4.6",
|
|
"@vercel/speed-insights": "^2.0.0",
|
|
"better-auth": "^1.6.9",
|
|
"cheerio": "^1.2.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"copy-to-clipboard": "^4.0.2",
|
|
"drizzle-orm": "^0.45.2",
|
|
"fast-glob": "^3.3.3",
|
|
"feed": "^5.2.1",
|
|
"html-entities": "^2.6.0",
|
|
"next": "16.2.6",
|
|
"next-themes": "^0.4.6",
|
|
"pg": "^8.20.0",
|
|
"react": "19.2.6",
|
|
"react-activity-calendar": "^3.2.0",
|
|
"react-compare-slider": "^4.0.0",
|
|
"react-dom": "19.2.6",
|
|
"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.6.0",
|
|
"shiki": "^4.0.2",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"unified": "^11.0.5",
|
|
"zod": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.4",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.6.0",
|
|
"@types/pg": "^8.20.0",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"dotenv": "^17.4.2",
|
|
"drizzle-kit": "^0.31.10",
|
|
"oxfmt": "^0.47.0",
|
|
"oxlint": "^1.62.0",
|
|
"postcss": "^8.5.12",
|
|
"schema-dts": "^2.0.0",
|
|
"tailwindcss": "^4.2.4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.x"
|
|
},
|
|
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"msw",
|
|
"sharp",
|
|
"unrs-resolver"
|
|
]
|
|
},
|
|
"cacheDirectories": [
|
|
"node_modules",
|
|
".next/cache"
|
|
]
|
|
}
|