mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 11:05:25 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the nextjs group with 5 updates: | Package | From | To | | --- | --- | --- | | [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.2.2-canary.3` | `15.2.2-canary.4` | | [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.2.2-canary.3` | `15.2.2-canary.4` | | [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.2.2-canary.3` | `15.2.2-canary.4` | | [next](https://github.com/vercel/next.js) | `15.2.2-canary.3` | `15.2.2-canary.4` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.2-canary.3` | `15.2.2-canary.4` | Updates `@next/bundle-analyzer` from 15.2.2-canary.3 to 15.2.2-canary.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/next-bundle-analyzer) Updates `@next/mdx` from 15.2.2-canary.3 to 15.2.2-canary.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/next-mdx) Updates `@next/third-parties` from 15.2.2-canary.3 to 15.2.2-canary.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/third-parties) Updates `next` from 15.2.2-canary.3 to 15.2.2-canary.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.2.2-canary.3...v15.2.2-canary.4) Updates `eslint-config-next` from 15.2.2-canary.3 to 15.2.2-canary.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/eslint-config-next) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nextjs - dependency-name: "@next/mdx" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nextjs - dependency-name: "@next/third-parties" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nextjs - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nextjs - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nextjs ... Signed-off-by: dependabot[bot] <support@github.com>
137 lines
3.6 KiB
JSON
137 lines
3.6 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"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev -H 0.0.0.0",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint --no-cache",
|
|
"typecheck": "tsc",
|
|
"postinstall": "prisma generate"
|
|
},
|
|
"dependencies": {
|
|
"@giscus/react": "^3.1.0",
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@next/bundle-analyzer": "15.2.2-canary.4",
|
|
"@next/mdx": "15.2.2-canary.4",
|
|
"@next/third-parties": "15.2.2-canary.4",
|
|
"@octokit/graphql": "^8.2.1",
|
|
"@octokit/graphql-schema": "^15.26.0",
|
|
"@prisma/client": "^6.4.1",
|
|
"@react-spring/web": "^9.7.5",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"clsx": "^2.1.1",
|
|
"comma-number": "^2.1.0",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"dayjs": "^1.11.13",
|
|
"fast-glob": "^3.3.3",
|
|
"feed": "^4.2.2",
|
|
"gray-matter": "^4.0.3",
|
|
"modern-normalize": "^3.0.1",
|
|
"next": "15.2.2-canary.4",
|
|
"obj-str": "^1.1.0",
|
|
"p-map": "^7.0.3",
|
|
"p-memoize": "^7.1.1",
|
|
"polished": "^4.3.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-error-boundary": "^5.0.0",
|
|
"react-icons": "5.5.0",
|
|
"react-innertext": "^1.1.5",
|
|
"react-is": "19.0.0",
|
|
"react-textarea-autosize": "^8.5.7",
|
|
"react-turnstile": "^1.1.4",
|
|
"react-tweet": "^3.2.2",
|
|
"rehype-mdx-import-media": "^1.2.0",
|
|
"rehype-prism-plus": "^2.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"rehype-unwrap-images": "^1.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.1",
|
|
"remark-smartypants": "^3.0.2",
|
|
"resend": "^4.1.2",
|
|
"unified": "^11.0.5",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.0",
|
|
"@eslint/js": "^9.22.0",
|
|
"@jakejarvis/eslint-config": "^4.0.7",
|
|
"@types/comma-number": "^2.1.2",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^22.13.10",
|
|
"@types/prop-types": "^15.7.14",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@types/react-is": "^19.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.22.0",
|
|
"eslint-config-next": "15.2.2-canary.4",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-mdx": "^3.2.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"lint-staged": "^15.4.3",
|
|
"prettier": "^3.5.3",
|
|
"prisma": "^6.4.1",
|
|
"schema-dts": "^1.1.5",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"sharp": "^0.33.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.x"
|
|
},
|
|
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3",
|
|
"cacheDirectories": [
|
|
"node_modules",
|
|
".next/cache"
|
|
],
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm exec lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,md,mdx}": [
|
|
"eslint"
|
|
],
|
|
"*.css": [
|
|
"prettier --check"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@prisma/client",
|
|
"@prisma/engines",
|
|
"esbuild",
|
|
"prisma",
|
|
"sharp",
|
|
"simple-git-hooks"
|
|
],
|
|
"peerDependencyRules": {
|
|
"allowedVersions": {
|
|
"react": "^19",
|
|
"react-dom": "^19"
|
|
}
|
|
}
|
|
}
|
|
}
|