mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-27 18:05:41 -04:00
169 lines
5.0 KiB
JSON
169 lines
5.0 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"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev -H 0.0.0.0",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"prepare": "test -d node_modules/husky && husky || echo \"skipping husky\""
|
|
},
|
|
"dependencies": {
|
|
"@date-fns/tz": "^1.2.0",
|
|
"@date-fns/utc": "^2.1.0",
|
|
"@marsidev/react-turnstile": "^1.1.0",
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@neondatabase/serverless": "^1.0.1",
|
|
"@next/bundle-analyzer": "15.4.0-canary.74",
|
|
"@next/mdx": "15.4.0-canary.74",
|
|
"@octokit/graphql": "^9.0.1",
|
|
"@octokit/graphql-schema": "^15.26.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-toast": "^1.2.14",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@t3-oss/env-nextjs": "^0.13.8",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/speed-insights": "^1.2.0",
|
|
"better-auth": "1.2.9-beta.1",
|
|
"cheerio": "^1.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"date-fns": "^4.1.0",
|
|
"drizzle-orm": "^0.44.2",
|
|
"fast-glob": "^3.3.3",
|
|
"feed": "^5.1.0",
|
|
"geist": "^1.4.2",
|
|
"html-entities": "^2.6.0",
|
|
"lucide-react": "0.513.0",
|
|
"next": "15.4.0-canary.74",
|
|
"react": "19.1.0",
|
|
"react-activity-calendar": "^2.7.12",
|
|
"react-countup": "^6.5.3",
|
|
"react-dom": "19.1.0",
|
|
"react-lite-youtube-embed": "^2.5.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-schemaorg": "^2.0.0",
|
|
"react-timeago": "^8.2.0",
|
|
"react-to-text": "^2.0.1",
|
|
"react-tweet": "^3.2.2",
|
|
"react-use": "^17.6.0",
|
|
"rehype-external-links": "^3.0.0",
|
|
"rehype-mdx-code-props": "^3.0.1",
|
|
"rehype-mdx-import-media": "^1.2.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.0",
|
|
"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",
|
|
"resend": "^4.5.2",
|
|
"server-only": "0.0.1",
|
|
"shiki": "^3.6.0",
|
|
"sonner": "^2.0.5",
|
|
"tailwind-merge": "^3.3.0",
|
|
"tailwindcss": "^4.1.8",
|
|
"tw-animate-css": "^1.3.4",
|
|
"unified": "^11.0.5",
|
|
"zod": "3.25.56"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.28.0",
|
|
"@jakejarvis/eslint-config": "^4.0.7",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^22.15.30",
|
|
"@types/react": "19.1.7",
|
|
"@types/react-dom": "19.1.6",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.5.0",
|
|
"drizzle-kit": "^0.31.1",
|
|
"eslint": "^9.28.0",
|
|
"eslint-config-next": "15.4.0-canary.74",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-css-modules": "^2.12.0",
|
|
"eslint-plugin-drizzle": "^0.2.3",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-mdx": "^3.4.2",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.1.0",
|
|
"postcss": "^8.5.4",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.12",
|
|
"schema-dts": "^1.1.5",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"sharp": "^0.34.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.x"
|
|
},
|
|
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
|
|
"cacheDirectories": [
|
|
"node_modules",
|
|
".next/cache"
|
|
],
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,md,mdx}": [
|
|
"eslint"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowedVersions": {
|
|
"react": "^19",
|
|
"react-dom": "^19"
|
|
}
|
|
},
|
|
"ignoredOptionalDependencies": [
|
|
"prisma",
|
|
"@prisma/client"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"@vercel/speed-insights",
|
|
"unrs-resolver"
|
|
],
|
|
"onlyBuiltDependencies": [
|
|
"@tailwindcss/oxide",
|
|
"esbuild",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|