man/package.json
Kasper Juul Hermansen 452eff7b74
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update all dependencies
2024-09-10 00:41:46 +00:00

23 lines
469 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": "^5.0.0",
"next-remote-watch": "2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "20.16.5",
"@types/react": "18.0.21",
"typescript": "5.6.2"
}
}