man/package.json

23 lines
469 B
JSON
Raw Normal View History

2022-10-12 22:06:54 +02:00
{
"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",
2024-04-04 00:43:59 +02:00
"next-mdx-remote": "^4.0.0",
"next-remote-watch": "2.0.0",
2022-10-12 22:06:54 +02:00
"react": "^17.0.2",
"react-dom": "^17.0.2"
2022-10-12 22:16:59 +02:00
},
"devDependencies": {
2024-04-04 00:43:59 +02:00
"@types/node": "20.12.4",
2022-10-12 22:16:59 +02:00
"@types/react": "18.0.21",
2024-04-04 00:43:59 +02:00
"typescript": "5.4.3"
2022-10-12 22:06:54 +02:00
}
}