man/package.json
Kasper Juul Hermansen 5691851f2d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update all dependencies
2024-04-03 22:43:59 +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": "^4.0.0",
"next-remote-watch": "2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "20.12.4",
"@types/react": "18.0.21",
"typescript": "5.4.3"
}
}