man/package.json
Kasper Juul Hermansen 2b674006fe
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
Update dependency next-mdx-remote to v4
2022-10-26 08:13:46 +00:00

23 lines
467 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./posts",
"build": "next build",
"start": "next start"
},
"dependencies": {
"gray-matter": "^4.0.2",
"next": "latest",
"next-mdx-remote": "4.1.0",
"next-remote-watch": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "18.8.5",
"@types/react": "18.0.21",
"typescript": "4.8.4"
}
}