mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-30 07:36:02 -04:00
170 lines
5.0 KiB
JSON
170 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": {
|
|
"@bprogress/next": "^3.2.12",
|
|
"@date-fns/tz": "^1.4.1",
|
|
"@date-fns/utc": "^2.1.1",
|
|
"@mdx-js/loader": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@neondatabase/serverless": "^1.0.1",
|
|
"@next/bundle-analyzer": "15.5.1-canary.31",
|
|
"@next/mdx": "15.5.1-canary.31",
|
|
"@octokit/graphql": "^9.0.1",
|
|
"@octokit/graphql-schema": "^15.26.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-toast": "^1.2.15",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@t3-oss/env-nextjs": "^0.13.8",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"@vercel/speed-insights": "^1.2.0",
|
|
"better-auth": "1.3.8",
|
|
"botid": "^1.5.4",
|
|
"cheerio": "^1.1.2",
|
|
"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.5",
|
|
"fast-glob": "^3.3.3",
|
|
"feed": "^5.1.0",
|
|
"geist": "^1.5.1",
|
|
"html-entities": "^2.6.0",
|
|
"lucide-react": "0.542.0",
|
|
"next": "15.5.1-canary.31",
|
|
"react": "19.1.1",
|
|
"react-activity-calendar": "^2.7.13",
|
|
"react-countup": "^6.5.3",
|
|
"react-dom": "19.1.1",
|
|
"react-lite-youtube-embed": "^2.5.6",
|
|
"react-markdown": "^10.1.0",
|
|
"react-schemaorg": "^2.0.0",
|
|
"react-timeago": "^8.3.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.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",
|
|
"resend": "^6.0.2",
|
|
"server-only": "0.0.1",
|
|
"shiki": "^3.12.2",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.13",
|
|
"tw-animate-css": "^1.3.8",
|
|
"unified": "^11.0.5",
|
|
"zod": "4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.35.0",
|
|
"@jakejarvis/eslint-config": "^4.0.7",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^24.3.1",
|
|
"@types/react": "19.1.12",
|
|
"@types/react-dom": "19.1.9",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
"cross-env": "^10.0.0",
|
|
"dotenv": "^17.2.2",
|
|
"drizzle-kit": "^0.31.4",
|
|
"eslint": "^9.35.0",
|
|
"eslint-config-next": "15.5.1-canary.31",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-css-modules": "^2.12.0",
|
|
"eslint-plugin-drizzle": "^0.2.3",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-mdx": "^3.6.2",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"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.6",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"schema-dts": "^1.1.5",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"sharp": "^0.34.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.x"
|
|
},
|
|
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
|
|
"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"
|
|
]
|
|
}
|
|
}
|