Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.4.9 to 15.4.10 - [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.4.9...v15.4.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "markdown2png",
|
|
"version": "2.0.0",
|
|
"description": "PNG converter for Markdown files.",
|
|
"author": "riccardo@frompixels.com",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint --fix",
|
|
"format": "prettier --write .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/analytics": "^1.5.0",
|
|
"highlight.js": "^11.8.0",
|
|
"html-to-image": "^1.11.11",
|
|
"lucide-react": "^0.475.0",
|
|
"marked": "^4.3.0",
|
|
"next": "15.4.10",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/marked": "^4.0.8",
|
|
"@types/node": "^20.8.3",
|
|
"@types/react": "^18.2.25",
|
|
"@types/react-dom": "^18.2.11",
|
|
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-next": "13.5.4",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.5.1",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|