man/package.json
Kasper Juul Hermansen 8c4764c3bf
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update all dependencies
2023-09-23 21:05:04 +00:00

23 lines
470 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": "18.17.19",
"@types/react": "18.0.21",
"typescript": "5.2.2"
}
}