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",
2023-12-30 01:49:55 +01: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": {
2023-12-30 01:49:55 +01:00
"@types/node": "20.10.6",
2022-10-12 22:16:59 +02:00
"@types/react": "18.0.21",
2023-12-30 01:49:55 +01:00
"typescript": "5.3.3"
2022-10-12 22:06:54 +02:00
}
}