man/package.json
Kasper Juul Hermansen ffd25d8d7c
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
Update dependency @types/node to v18.11.6
2022-10-26 14:56:25 +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": "^3.0.1",
"next-remote-watch": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "18.11.6",
"@types/react": "18.0.21",
"typescript": "4.8.4"
}
}