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-09-25 22:16:33 +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": {
|
2023-09-25 22:16:33 +02:00
|
|
|
"@types/node": "18.18.0",
|
2022-10-12 22:16:59 +02:00
|
|
|
"@types/react": "18.0.21",
|
2023-09-25 22:16:33 +02:00
|
|
|
"typescript": "5.2.2"
|
2022-10-12 22:06:54 +02:00
|
|
|
}
|
|
|
|
}
|